create-prompt-plan
Installation
SKILL.md
Create Prompt Plan
Read a specification file and decompose it into a series of implementation prompts. Each prompt represents one unit of work for a separate Claude Code session. Save the output to .turbo/prompts.md.
General skill assignment happens later by /pick-next-prompt when each prompt is planned for implementation. However, if the spec implies domain-specific skills, mention those specific skills in the prompt text as hints.
Step 1: Read the Spec
Read the spec file. Default location: .turbo/spec.md. Accept a different path if provided by the user.
Identify:
- Scope — total surface area of work
- Work categories — UI, backend, data layer, infrastructure, tests, documentation, tooling
- Dependencies — which pieces must exist before others can start
- Greenfield vs existing — is there an established codebase to work within
Step 2: Decompose Into Prompts
Split the spec into prompts where each prompt fits a single Claude Code context session.