What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is error-prone: slices end up too coarse, dependencies get missed, and tickets lack clear acceptance criteria. This Skill decomposes work into vertical tracer-bullet tickets, each declaring which tickets block it, and publishes them to your configured tracker. ## 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 independently demoable and fits in a single context window. - Dependency graph declaration: Each ticket declares its blocking edges, published as text in local per-ticket files or as native blocking links on a real tracker like GitHub or Linear. - Self-review before publishing: In CI mode, validates granularity, blocking edges, and merge/split decisions before writing anything. - Wide refactor handling: Sequences large mechanical changes as expand-migrate-contract ticket chains that keep CI green. - Use Case: After drafting a feature spec, invoke this Skill to produce a numbered set of agent-ready tickets under .scratch/<feature-slug>/issues/ or as labeled issues on GitHub, ordered so blockers come first. ## Quick Start Ask the agent to break the current plan or spec into tracer-bullet tickets with blocking dependencies and publish them to the configured tracker.