to-issues-project
Installation
SKILL.md
To Issues (project)
Break a parent PRD into a flat list of native GitHub sub-issues, in execution order. Each sub-issue is a tracer-bullet vertical slice that the PRD-mode agent:implement workflow will pick up one at a time.
Inputs
- Argument: the parent PRD's issue number. If the user invoked the skill without one, ask for it (or for a URL).
- Conversation context (optional): any planning that's already happened. Use it.
Process
1. Fetch the PRD
gh issue view <PRD_NUMBER> --comments
Read the body carefully. The PRD is the spec. Don't add scope; don't redesign. If the PRD is ambiguous, ask the user to clarify before drafting slices — the slices should reflect the PRD as-is, not your interpretation.