Converts plans, specs, or PRDs into ready-to-grab issues using vertical slicing instead of the usual horizontal layer approach. Each issue becomes a thin tracer bullet that cuts through every integration layer end to end, from schema to UI to tests, so it ships something demoable on its own. The skill quizzes you on granularity and dependencies before publishing, marks issues as either HITL (needs human decisions) or AFK (agent-ready), and respects your project's existing ADRs and vocabulary. Useful when you have a design doc and need implementation tickets that actually make sense to parallelized work. Beats the typical breakdown where frontend waits on backend waits on database.
npx skills add https://github.com/mattpocock/skills --skill to-issuesmattpocock/skills