What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is error-prone: tickets end up as horizontal layer slices, dependencies 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 a local file structure or a real issue 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. - Dependency graph declaration: Every ticket declares which other tickets block it, published as text edges in local files or native blocking links on GitHub, Linear, or similar trackers. - Wide refactor handling: Sequences large mechanical refactors as expand-migrate-contract ticket chains so CI stays green between batches. - Use Case: After drafting a feature spec, ask the agent to break it into tickets; it proposes a numbered breakdown with blocking edges, iterates with you on granularity, then publishes one issue per ticket in dependency order with a ready-for-agent label. ## Quick Start Ask the agent to break the current plan or a referenced spec into tracer-bullet tickets with blocking dependencies and publish them to the configured tracker.