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 coarse or too fine for an agent or developer to execute in one pass. ## 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 fresh context window. - Blocking Edge Declaration: Every ticket declares which other tickets block it, published either as text in one local file per ticket under .scratch/<feature-slug>/issues/ or as native blocking links on a real tracker like GitHub or Linear. - Expand-Contract Sequencing: Handles wide refactors (renames, retypes) that cannot be vertically sliced by sequencing them as expand, batched migration, and contract tickets. - Use Case: After drafting a feature spec, ask the agent to break it into tickets; it quizzes you on granularity and dependencies, then publishes approved tickets with a ready-for-agent triage label. ## Quick Start Break the attached feature spec into tracer-bullet tickets with blocking edges and publish them to my issue tracker.