Files
claude-skills-reference/docs/personas/index.md
Leo 82eea60947 feat: Custom GPTs page, gitignore configs, SEO README, cross-references
- Gitignore individual GPT config files (custom-gpt/*-gpt.md) — instructions
  should not be publicly exposed
- Rewrite custom-gpt/README.md with SEO-optimized descriptions and live
  ChatGPT links for all 6 GPTs
- New docs page: docs/custom-gpts.md with grid cards, comparison table,
  and stats
- Add Custom GPTs to mkdocs.yml navigation
- Cross-reference Custom GPTs from:
  - Homepage (new grid card)
  - Getting Started (FAQ entry)
  - Personas page (try in ChatGPT callout)
  - Plugins page (FAQ entry)

Live GPT links:
- Solo Founder: chatgpt.com/g/g-69b315...
- SEO Audit Expert: chatgpt.com/g/g-69b3b0...
- Content Strategist: chatgpt.com/g/g-69b3af...
- Product Manager Toolkit: chatgpt.com/g/g-69b32c...
- Conversion Copywriter: chatgpt.com/g/g-69b327...
- CTO Advisor: chatgpt.com/g/g-69b326...
2026-03-13 10:08:22 +01:00

75 lines
2.3 KiB
Markdown

---
title: "Personas"
description: "3 persona-based agents with curated skill loadouts, workflows, and distinct communication styles."
---
<div class="domain-header" markdown>
# :material-account-group: Personas
<p class="domain-count">3 persona-based agents for role embodiment</p>
</div>
Personas go beyond task agents. They define how an agent thinks, prioritizes, and communicates — complete with identity, judgment frameworks, and curated skill loadouts.
### Personas vs Task Agents
| | Task Agents | Personas |
|---|---|---|
| **Purpose** | Execute a specific task | Embody a role across tasks |
| **Scope** | Single domain | Cross-domain, curated |
| **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.
---
<div class="grid cards" markdown>
- :material-hammer-wrench:{ .lg .middle } **[Startup CTO](startup-cto.md)**
---
Architecture decisions, tech stack selection, team building, technical due diligence. Pragmatic, opinionated, allergic to over-engineering.
- :material-chart-line:{ .lg .middle } **[Growth Marketer](growth-marketer.md)**
---
Content-led growth, launch strategy, channel optimization. Data-driven, budget-conscious, bootstrapped marketing expertise.
- :material-lightbulb-on:{ .lg .middle } **[Solo Founder](solo-founder.md)**
---
One-person startups, side projects, MVP building. Cross-domain prioritization, wearing all hats, shipping fast.
</div>
---
## Usage
### Claude Code
```bash
cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"
```
### Any Supported Tool
```bash
./scripts/convert.sh --tool cursor # Converts personas too
./scripts/install.sh --tool cursor --target /path/to/project
```
### Create Your Own
Use the [TEMPLATE.md](https://github.com/alirezarezvani/claude-skills/blob/main/agents/personas/TEMPLATE.md) to create custom personas with your own identity, skills, and workflows.
### Try in ChatGPT
Don't use Claude Code or Codex? Try our [Custom GPTs](../custom-gpts.md) — the Solo Founder persona is available as a free Custom GPT in ChatGPT.