| name | prd-to-plan |
| description | Turn a PRD into a phased implementation plan in ./plans/ using thin vertical slices. |
PRD To Plan
Output: a Markdown plan in ./plans/.
Workflow
- Confirm the PRD is in context.
- Explore the codebase.
- Identify durable decisions:
- routes
- schema shape
- key models
- auth
- service boundaries
- Break the work into tracer-bullet phases:
- end to end
- demoable
- thin
- include durable decisions
- avoid fragile file-level detail
- Present phase breakdown:
- title
- user stories covered
Iterate until approved.
- Write
./plans/<feature>.md.
Plan Shape
- source PRD
- architectural decisions
- phase sections
- what to build
- acceptance criteria