| name | prd-to-issues |
| description | Break a PRD into thin vertical-slice GitHub issues. |
PRD To Issues
Break the PRD into independently grabbable tracer-bullet issues.
Workflow
- Get the PRD issue number or URL.
- Fetch it if not already in context.
- Explore the codebase if needed.
- Draft vertical slices:
- end to end, not layer by layer
- demoable on their own
- thin over broad
- mark each
AFK or HITL
- Present the breakdown:
- title
- type
- blockers
- user stories covered
Iterate until approved.
- Create issues with
gh issue create in dependency order.
Issue Template
- Parent PRD
- What to build
- Acceptance criteria
- Blocked by
- User stories addressed
Rules
- Do not create horizontal slices.
- Prefer AFK when reasonable.
- Do not modify the parent PRD issue.