What problem does it solve? Turning a written ticket specification into executable work items is error-prone: tasks end up too coarse, lack context for a fresh worker, miss blocking relationships, or drift from the parent ticket. This Skill decomposes a specified ticket into tracer-bullet child tasks that are individually verifiable, correctly classified, and linked to their parent. ## Core Features & Use Cases - Tracer-bullet decomposition: Breaks a specification into narrow, end-to-end tasks that each fit a fresh context window and are demoable on their own. - Executor classification and blocking graph: Assigns each task exactly one agent or human executor, declares genuine blocking edges, and publishes them to the configured tracker with parent relationships. - Parent task sequence table: Prepends a generated task table to the parent ticket while preserving the rest of the body byte-for-byte. - Use Case: After a feature ticket's specification is approved, run this Skill to produce a reviewed, dependency-ordered set of child tasks published to your issue tracker, each with acceptance criteria and blocker links. ## Quick Start Ask the AI to break the specified ticket into implementation tasks using the spec-to-tasks skill and publish them to the configured tracker.