What problem does it solve? Turning a plan or spec into actionable work often produces either one giant task or a pile of unordered items with no clear dependencies. This Skill converts a plan, spec, or conversation into a set of small, independently demoable tickets, each declaring which other tickets block it, stored as local markdown files. ## Core Features & Use Cases - Vertical slice breakdown: Splits work into tracer-bullet tickets that cut through every layer (schema, API, UI, tests) so each ticket is demoable on its own and fits in a single context window. - Dependency tracking: Each ticket file declares its blocking edges, so you always know which tickets are ready to work (the frontier) and which are gated. - Wide refactor handling: Sequences large mechanical changes as expand-migrate-contract ticket chains that keep CI green batch to batch. - Use Case: After drafting a feature spec, ask for a ticket breakdown; the Skill proposes numbered tickets with blockers, quizzes you on granularity, then writes one file per ticket under plans/<feature-slug>/issues/. ## Quick Start Ask the agent to break the current plan or spec into tracer-bullet tickets with blocking dependencies and write them as files under plans/.