What problem does it solve?
Manually breaking down project plans, specs, or PRDs into well-structured, independently assignable issues is time-consuming and often results in poorly scoped tickets that can't be demoed or verified on their own, leading to integration delays and misalignment across development teams.
Core Features & Use Cases
- Vertical Slice Issue Breakdown: Automatically splits work into tracer bullet issues that cut through all integration layers end-to-end, so each issue is demoable or verifiable on its own.
- HITL/AFK Classification: Labels each issue as either requiring human-in-the-loop input (like design reviews or architectural decisions) or fully automatable, so teams can prioritize work appropriately.
- Use Case: If you have a product PRD for a new user authentication feature, this skill will break it into thin, end-to-end issues like "Add password reset API endpoint with validation", "Build password reset UI with error handling", and "Write end-to-end tests for password reset flow", each marked as AFK or HITL based on required input.
Quick Start
Use the to-issues skill to break down your attached product PRD for the new checkout flow into trackable, vertical slice issues ready for your team to assign.