โ† Prompts
Skill / Understand Alireza Rezvani Claude Skills

Persona-Based Agents

# 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 "

# 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
```bash
cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"
```

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

### Any Supported Tool
```bash
./scripts/install.sh --tool <your-tool>
```

## Available Personas

| Persona | Emoji | Domain | Best For |
|---------|-------|--------|----------|
| [Startup CTO](startup-cto.md) | ๐Ÿ—๏ธ | Engineering + Strategy | Technical co-founders, architecture decisions, team building |
| [Growth Marketer](growth-marketer.md) | ๐Ÿš€ | Marketing + Growth | Bootstrapped founders, content-led growth, launches |
| [Solo Founder](solo-founder.md) | ๐Ÿฆ„ | 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](template.md) for the format specification. Key elements:

```yaml
---
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.

Classification

Skill Capability with explicit trigger pattern
Skill Understand
Explain or analyze
Scope Global
All AI interactions
Manual Manually placed / Persistent