What problem does it solve?
This Skill helps you convert a plan, spec, or PRD into actionable GitHub issues so work can start faster and implementation stays well-scoped end-to-end.
Core Features & Use Cases
- Vertical-slice issue breakdown: Produces thin, independently-grabbable issues that cut through all integration layers (schema, API, UI, tests) to avoid partial or hard-to-verify tickets.
- HITL vs AFK classification: Marks slices that require human interaction (e.g., architectural decisions/design review) versus slices that can be implemented and merged without it.
- Dependency-aware creation: Creates issues in dependency order so “Blocked by” references real issue numbers and blockers are clear.
- Use case: Break down a PRD for a new feature into multiple tracer-bullet issues that can be iterated, demoed, and verified independently (including which steps need review).
Quick Start
Ask it to break your plan or PRD into tracer-bullet GitHub issues, classify each slice as HITL or AFK, and then create the issues with correct dependency ordering.