What problem does it solve? Turning a plan or spec into actionable work items is hard: tasks end up as horizontal layer slices that cannot be demoed, dependencies between tasks go undeclared, and tickets get published to trackers inconsistently. This Skill converts a plan, spec, or conversation into a set of vertical-slice tickets, each with explicit blocking edges, and publishes them to a local file structure or a real issue tracker. ## Core Features & Use Cases - Tracer-bullet ticket breakdown: Splits work into vertical slices that cut through every layer (schema, API, UI, tests) so each ticket is independently demoable and sized for a single context window. - Dependency graph declaration: Every ticket declares which other tickets block it, published as text edges in local files or as native blocking links on GitHub, Linear, or similar trackers. - Wide-refactor handling: Sequences large mechanical changes as expand-migrate-contract ticket chains so CI stays green between batches. - Interactive refinement: Quizzes the user on granularity, blocking edges, and merge/split decisions before publishing. - Use Case: After drafting a feature spec for a new checkout flow, run this Skill to produce six numbered tickets with acceptance criteria and blocking edges, published as GitHub issues labeled ready-for-agent. ## Quick Start Ask the assistant to break the current plan or a referenced spec into tracer-bullet tickets with blocking dependencies and publish them to the configured tracker.