What problem does it solve? Turning a plan, spec, or long conversation into actionable work items is hard: tasks end up as horizontal layer-by-layer chunks that cannot be demoed, dependencies between tasks go undeclared, and nothing is published to a tracker. This Skill converts planning material into vertical-slice tickets with explicit blocking edges, ready for agents or developers to pick up. ## Core Features & Use Cases - Tracer-bullet slicing: Drafts tickets that each cut a complete path through schema, API, UI, and tests, so every ticket is independently demoable and sized for a single context window. - Dependency modeling: Assigns blocking edges to every ticket and orders publication blockers-first, including expand-contract sequencing for wide refactors that cannot land as vertical slices. - Tracker publishing: Writes one local Markdown file per ticket under .scratch/<feature-slug>/issues/ or publishes native issues with blocking links and a ready-for-agent triage label on GitHub, Linear, or similar trackers. - Use Case: After finalizing a feature spec for a patient portal, ask the agent to break it into tickets; it proposes a numbered breakdown with blocking edges, quizzes you on granularity, then publishes the approved set to your configured tracker. ## Quick Start Ask the agent to break the current plan or a referenced spec into tracer-bullet tickets and publish them to the configured issue tracker.