with one click
prd-to-issues
// Splits a PRD into vertical-slice GitHub issues with HITL/AFK tagging and dependencies. Triggers: PRD to issues, create tickets, break down PRD, work items.
// Splits a PRD into vertical-slice GitHub issues with HITL/AFK tagging and dependencies. Triggers: PRD to issues, create tickets, break down PRD, work items.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | prd-to-issues |
| description | Splits a PRD into vertical-slice GitHub issues with HITL/AFK tagging and dependencies. Triggers: PRD to issues, create tickets, break down PRD, work items. |
| effort | medium |
| disable-model-invocation | true |
| argument-hint | [PRD issue number] |
| allowed-tools | Read, Grep, Glob, Bash |
$ARGUMENTS
Break a PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets).
/prd-to-issues [PRD issue number]
gh issue createFetch with gh issue view <number> (with comments). If no number provided, ask.
Each issue is a thin vertical slice cutting through ALL layers end-to-end.
| Classification | Description |
|---|---|
| AFK | Can be implemented and merged without human interaction (prefer) |
| HITL | Requires human decision — architectural choice, design review, etc. |
Present as numbered list. For each slice show:
Ask:
Iterate until approved.
Create in dependency order (blockers first) so real issue numbers can be referenced.
Use gh issue create with the template below for each slice.
#{prd-issue-number}
Concise description of this vertical slice. End-to-end behavior, not layer-by-layer. Reference parent PRD sections, don't duplicate.
Or "None — can start immediately" if no blockers.
Reference by number from the parent PRD:
Blocked by entries; if every issue has blockers, the slicing is wrong.gh issue create opens $EDITOR without --body or --body-file. In automation, this hangs silently. Always pass the body explicitly.#issue-42 > User Story 7) to resist drift./prd-to-plan/write-a-prd/qa-session or /triage-issue/plan then revisit this skill