What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is hard: tasks end up too coarse, dependencies stay implicit, and tickets get published without clear ordering. This Skill decomposes work into vertical tracer-bullet slices, each declaring exactly which tickets block it, and publishes them to your configured 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 a single context window. - Dependency Graph Declaration: Every ticket declares its blocking edges, so the team always knows which frontier tickets can start immediately. - Flexible Publishing: Writes one local Markdown file per ticket under .scratch/<feature-slug>/issues/, or publishes native issues with blocking links and a ready-for-agent label on trackers like GitHub or Linear. - Use Case: After drafting a feature spec for a new checkout flow, run this Skill to produce a numbered set of tickets with acceptance criteria and blocking edges, then publish them to GitHub Issues in dependency order. ## 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.