This breaks down specs, PRDs, or feature plans into vertical slice issues that you can actually grab and ship. Instead of splitting work horizontally by layer (all the database changes, then all the API work), it creates tracer bullet slices that cut through every layer end to end. Each slice is independently demoable. It'll quiz you on the breakdown before publishing anything, lets you adjust granularity, and marks issues as either AFK (ship without human input) or HITL (needs a decision or review). Posts directly to your issue tracker via gh with dependency chains intact. Solid if you're tired of tickets that say "update the schema" with no context about why.
npx skills add https://github.com/camacho/ai-skills --skill to-issues