What problem does it solve?
Manually breaking down project plans, specs, or PRDs into well-structured, independent issues is time-consuming and error-prone. Poorly sliced work leads to blocked tickets, merge conflicts, and unclear progress tracking for development teams.
Core Features & Use Cases
- Tracer Bullet Slicing: Breaks work into thin vertical slices that cut through all integration layers (schema, API, UI, tests) end-to-end, so each issue is demoable and verifiable on its own.
- HITL/AFK Classification: Labels slices as human-in-the-loop (requiring reviews/decisions) or AFK (implementable without human input) to prioritize automatable work.
- Dependency Validation: Maps blocking relationships between slices and iterates with users to confirm granularity and dependencies before publishing.
- Use Case: A product team with a new feature PRD can use this skill to generate a set of small, independent issues that can be assigned to different developers without overlapping work or unexpected blockers.
Quick Start
Share your project plan, spec, or PRD with the AI, and it will propose a breakdown of vertical-slice issues for your review before publishing them to your issue tracker.