What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is hard: slices are often cut horizontally by layer, dependencies between tasks go undeclared, and tickets end up too big for a single work session. This Skill decomposes work into vertical tracer-bullet tickets, each with explicit blocking edges, and publishes them to your configured tracker. ## Core Features & Use Cases - Vertical slice breakdown: Each ticket cuts a complete path through schema, API, UI, and tests so it is demoable on its own and fits in a single fresh context window. - Dependency graph declaration: Every ticket declares which other tickets block it, so work can proceed along the unblocked frontier. - Wide refactor handling: Mechanical changes with large blast radius are sequenced as expand-migrate-contract instead of being forced into a tracer bullet. - Dual publishing targets: Writes one Markdown file per ticket under .scratch/<feature-slug>/issues/ locally, or creates native issues with blocking links and a ready-for-agent label on GitHub, Linear, or similar trackers. - 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 publishes the approved set to your tracker. ## Quick Start Ask the agent to break the current plan or a referenced spec into tracer-bullet tickets with blocking edges and publish them to the configured tracker.