What problem does it solve?
Manually breaking down project plans, specs, or PRDs into disjointed, poorly tracked issues leads to messy implementation, unclear dependencies, and wasted engineering time on work that doesn't deliver end-to-end value.
Core Features & Use Cases
- Vertical Slice Breakdown: Splits work into thin tracer bullet slices that cut through all integration layers (schema, API, UI, tests) for demoable, verifiable increments.
- HITL/AFK Classification: Labels each slice as human-in-the-loop (requires review/approval) or AFK (can be implemented autonomously) to prioritize work and reduce bottlenecks.
- Use Case: For a new OAuth login feature PRD, this skill generates issues like "Add OAuth user schema and basic API endpoint" and "Build OAuth callback UI with error handling", each with clear acceptance criteria and dependency tracking.
Quick Start
Use the to-issues skill to break down the attached login feature PRD into trackable vertical-slice issues for the engineering team.