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 ship independently, dependencies between them go undeclared, and nothing is sized to fit a single working session. This Skill decomposes work into vertical tracer-bullet tickets, each with explicit blocking edges, and publishes them to your tracker. ## Core Features & Use Cases - Vertical slice decomposition: Splits work into narrow but complete slices cutting through schema, API, UI, and tests, each demoable on its own and sized for one fresh context window. - Blocking edge modeling: Every ticket declares which other tickets gate it, so the workable frontier is always clear; wide refactors are sequenced as expand-migrate-contract instead of forced into a single slice. - Dual publishing targets: Writes one Markdown file per ticket under .scratch/<feature-slug>/issues/ locally, or creates real issues with native blocking links and a ready-for-agent label on trackers like GitHub or Linear. - Use Case: After drafting a feature spec in conversation, invoke the Skill to get a numbered, dependency-ordered ticket breakdown, refine granularity through a quick review quiz, then publish the approved set to GitHub Issues ready for agent pickup. ## Quick Start Ask the assistant to break the current plan or a referenced spec into tracer-bullet tickets with blocking dependencies and publish them to the configured tracker.