Review Mode Must Stay Read-Only
A reviewer should find defects, risks, and missing validation without becoming the implementer.
Open review sessionPractical fit
Use PersonaKit when the operating contract matters more than a one-off prompt.
PersonaKit is useful when the same kind of AI coding session repeats and the starting contract matters. It usually runs before the work begins; prompts describe the immediate task, and skills or tools are used later only inside the active boundary.
A reviewer should find defects, risks, and missing validation without becoming the implementer.
Open review sessionA common fix lane needs the same role, allowed capabilities, forbidden actions, stop points, and verification every time.
Open CLI maintenanceMCP-aware clients or host grounding skills should resolve the contract before choosing host-local skills or tools, because availability is not authorization.
Creating PersonaKit content should stay compact, dry-run first, reuse existing pieces, and validate afterward.
Open pack authoring| Workflow | Use Instead | Why |
|---|---|---|
| Open-ended product thinking | Chat, notes, whiteboard, or design doc | The boundary is not known yet. |
| One-off prompt | Prompt, saved prompt, or slash skill | No durable operating contract is needed. |
| Skill use during a session | Host skill, tool, or MCP client | The session is already underway; use the capability directly inside the active boundary. |
| Formatter invocation | Editor command, script, or formatter | The procedure is mechanical and does not need role authorization. |
| Deployment | CI/CD with approvals and audit logs | PersonaKit may forbid deployment in a session; it should not perform deployment. |
| Secret retrieval | Secret manager | PersonaKit is not a vault or permission broker. |
| Long-running autonomous work | Dedicated orchestration system | PersonaKit is not a memory system, continuation engine, or multi-agent controller. |
Before creating new PersonaKit content, look for existing personas, directives, kits, intents, essentials, and skills that can be reused or recomposed.