modules/programs/claude-code/skills/prd-to-issues/SKILL.md
Break a PRD into independently-grabbable implementation issues using vertical slices (tracer bullets). Use when user wants to decompose a PRD into actionable issues/tasks. Writes local markdown issue files next to the PRD instead of creating GitHub issues.
npx skillsauth add MichaelVessia/nixos-config prd-to-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Break a PRD into independently-grabbable issues using vertical slices (tracer bullets).
Ask for the PRD path (or accept from $ARGUMENTS), typically under docs/prds/.
Read and internalize the full PRD content before decomposing.
Read key modules and integration layers referenced in the PRD. Identify:
Break the PRD into tracer bullet issues. Each issue must be a thin vertical slice that cuts through all needed layers end-to-end, not a horizontal slice of one layer.
<vertical-slice-rules> - Each slice delivers a narrow but complete path through all required layers - A completed slice is demoable or verifiable on its own - Prefer many thin slices over few thick slices - The first slice should be the simplest possible end-to-end tracer bullet - Later slices add breadth: edge cases, additional user stories, polish </vertical-slice-rules>Present proposed breakdown as a numbered list. For each slice, show:
Ask:
Iterate until approved.
Create issue files alongside the PRD:
docs/prds/<topic>.md, write issues to docs/prds/<topic>.issues/01-<slice-slug>.md02-<slice-slug>.mdIn each issue file, use this template:
<issue-template> Status: pending Blocked by: None<path-to-prd>
A concise description of this vertical slice. Describe end-to-end behavior, not layer-by-layer implementation. Reference specific sections of the parent PRD instead of duplicating content.
<issue-id> (if any, for example 02-auth-bootstrap)Or:
None, can start immediately.
Reference by number from the parent PRD:
Issue ID convention:
<sequence>-<slice-slug>01-basic-auth-handshakeTracking compatibility requirements:
Status: pending at creation timeBlocked by: metadata in sync with the ## Blocked by sectionAfter generating all issue files, print a summary table:
| ID | File | Blocked by | Status |
|----|------|------------|--------|
| 01-basic-auth-handshake | docs/prds/auth-rework.issues/01-basic-auth-handshake.md | None | Ready |
| 02-session-validation | docs/prds/auth-rework.issues/02-session-validation.md | 01-basic-auth-handshake | Blocked |
Do not modify or delete the parent PRD.
development
Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.
development
Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.
development
Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.
testing
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.