claude-skills/agents/personas
Claude 894fd23334
feat(agents,commands): trigger descriptions + gated workflow upgrades
- 17 root agents gained 'Use when...' trigger descriptions (<=1024 chars);
  cs-product-analyst placeholder body rewritten around real tools
- 21 commands had invalid YAML frontmatter fixed (unquoted inner colons);
  14 commands gained argument-hint; 6 duplicate commands marked with
  canonical-copy sync comments
- /prd: forcing questions + refuse-to-draft gate + required-sections checklist
- /sprint-plan: capacity math + carry-over check + definition-of-ready gate
- /tdd: rebuilt around the real tdd-guide assets with smoke-tested snippets
- cs-senior-engineer repointed from retired release-manager to
  changelog-generator

https://claude.ai/code/session_019AJddAL1NADWMXsy1qNPQF
2026-06-11 03:58:42 +00:00
..
content-strategist.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
devops-engineer.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
finance-lead.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
growth-marketer.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
product-manager.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
README.md feat(agenthub): add AgentHub plugin with cross-domain examples, SEO optimization, and docs site fixes 2026-03-17 12:10:46 +01:00
solo-founder.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
startup-cto.md feat(agents,commands): trigger descriptions + gated workflow upgrades 2026-06-11 03:58:42 +00:00
TEMPLATE.md refine: align persona format with agency-agents structure (99% match) 2026-03-12 06:00:32 +01:00

Persona-Based Agents

Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.

What's a Persona?

A persona is an agent definition that goes beyond "use these skills." Each persona includes:

  • 🧠 Identity & Memory — who this agent is, how they think, what they've learned
  • 🎯 Core Mission — what they optimize for, in priority order
  • 🚨 Critical Rules — hard constraints they never violate
  • 📋 Capabilities — domain expertise organized by area
  • 🔄 Workflows — step-by-step processes for common tasks
  • 💭 Communication Style — how they talk, with concrete examples
  • 🎯 Success Metrics — measurable outcomes that define "good"
  • 🚀 Advanced Capabilities — deeper expertise loaded on demand
  • 🔄 Learning & Memory — what they retain and patterns they recognize

How to Use

Claude Code

cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"

Cursor

./scripts/convert.sh --tool cursor
# Personas convert to .cursor/rules/*.mdc

Any Supported Tool

./scripts/install.sh --tool <your-tool>

Available Personas

Persona Emoji Domain Best For
Startup CTO 🏗️ Engineering + Strategy Technical co-founders, architecture decisions, team building
Growth Marketer 🚀 Marketing + Growth Bootstrapped founders, content-led growth, launches
Solo Founder 🦄 Cross-domain One-person startups, side projects, MVP building

Personas vs Task Agents

Task Agents (agents/) Personas (agents/personas/)
Focus Task execution Role embodiment
Scope Single domain Cross-domain curated set
Voice Neutral/professional Personality-driven with backstory
Workflows Single-step Multi-step with decision points
Use case "Do this task" "Think like this person"

Both coexist. Use task agents for focused work, personas for ongoing collaboration.

Creating Your Own

See TEMPLATE.md for the format specification. Key elements:

---
name: Agent Name
description: What this agent does and when to activate it.
color: blue          # Agent color theme
emoji: 🎯           # Single emoji identifier
vibe: One sentence personality capture.
tools: Read, Write, Bash, Grep, Glob
---

Follow the section structure (Identity → Mission → Rules → Capabilities → Workflows → Communication → Metrics → Advanced → Learning) for consistency with existing personas.