What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is hard: tickets end up as horizontal layer slices that cannot be demoed, dependencies between tasks go undeclared, and nothing is published to a tracker. This Skill decomposes work into vertical tracer-bullet tickets, each declaring which tickets block it, and publishes them to a local file structure or a real issue tracker. ## Core Features & Use Cases - Vertical slice decomposition: Each ticket cuts a complete path through schema, API, UI, and tests so it is demoable on its own and fits in a single context window. - Blocking edge declaration: Every ticket lists the tickets that must complete first, published as text in local per-ticket files or as native blocking links on GitHub, Linear, or similar trackers. - Wide refactor handling: Large mechanical changes are sequenced as expand-migrate-contract batches instead of being forced into a single slice. - Use Case: After drafting a feature spec in conversation, ask for a ticket breakdown; the Skill proposes numbered tickets with blockers, quizzes you on granularity, then writes one file per ticket under .scratch/<feature-slug>/issues/ or creates labeled issues on your tracker. ## Quick Start Ask the AI to break the current plan or spec into tracer-bullet tickets with blocking dependencies and publish them to the configured tracker.