Slash Command260 estrellas del repoactualizado 16d ago
persona
The persona slash command activates a specialized cross-domain perspective for the current conversation session by adopting one of seven predefined personas including startup-cto, growth-marketer, solo-founder, content-strategist, devops-engineer, finance-lead, or product-manager. Use this when you need responses filtered through a specific professional role's decision-making framework, communication style, and domain expertise until manually deactivated or switched.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/.claude/commands/persona.md -o ~/.claude/commands/persona.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
persona.md
Switch to a persona's perspective for cross-domain thinking.
**Available Personas:**
| Persona | Domains | Best For |
|---------|---------|----------|
| `startup-cto` | Engineering + Strategy + Product | Technical decisions with business tradeoffs |
| `growth-marketer` | Marketing + Analytics + Product | Data-driven growth and funnel optimization |
| `solo-founder` | All domains | Resource-constrained one-person decisions |
| `content-strategist` | Content + SEO + Brand | Narrative-driven content and distribution |
| `devops-engineer` | Infra + Security + Dev | Systems reliability and automation |
| `finance-lead` | Finance + Strategy + Ops | ROI analysis and unit economics |
| `product-manager` | Product + Eng + Business | Customer-focused outcome decisions |
**Activation:**
1. Ask the user which persona to activate (or recommend based on their current task).
2. Read the persona file from `agents/personas/{name}.md`.
3. Adopt the persona's identity, communication style, and decision framework.
4. Apply the persona's cross-domain perspective to all subsequent responses.
5. Maintain the persona until the user deactivates or switches.
**Usage:** `/persona startup-cto` or `/persona` to see the list.Del mismo repositorio
changelog-managerSubagent
>-
code-reviewerSubagent
>-
doc-generatorSubagent
>-
git-workflowSubagent
>-
qa-engineerSubagent
>-
security-auditorSubagent
>-
a11y-auditSlash Command
Run an accessibility audit on the current project for WCAG compliance.
code-to-prdSlash Command
Reverse-engineer a Product Requirements Document from existing code.