What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is hard: tasks end up too coarse, horizontally sliced by layer, or missing dependency information, so agents and developers cannot pick up work independently. ## Core Features & Use Cases - Vertical Slice Breakdown: Splits work into tracer-bullet tickets that each cut a complete path through schema, API, UI, and tests, sized to fit a single context window. - Blocking Edge Declaration: Every ticket declares which other tickets block it, published as text edges in local per-ticket files or as native blocking links on GitHub, Linear, and similar trackers. - Wide Refactor Sequencing: Handles codebase-wide mechanical changes via expand-migrate-contract ticket sequences that keep CI green batch to batch. - Use Case: After drafting a feature spec, ask for a ticket breakdown; review the proposed numbered list with blocking edges, iterate on granularity, then publish one issue per ticket to your tracker with the ready-for-agent label. ## 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 issue tracker.