What problem does it solve? Turning an approved specification into actionable work items is error-prone: requirements get dropped, acceptance criteria stay vague, and implementers build on stale assumptions. This Skill decomposes one capability area's requirements for one change into self-contained, implementable tickets with traceable requirement coverage. ## Core Features & Use Cases - Ticket Generation: Produces one TICKET-NNN.md file per ticket with Priority, Value, Requirements Covered, Prior Art, Acceptance Criteria, Output contracts, Known Hazards, dependencies, and relative sizing. - Backlog Overview: Writes a backlog.md with dependency chain, suggested ordering, and a summary table showing which tickets are ready to start. - Traceability & Coverage: Verifies every in-scope REQ and NFR from the change brief appears in at least one ticket, with NFR verification methods stated as criteria. - Use Case: After a search specification is approved, run the breakdown to get four ordered tickets — query interface and index setup in parallel, then ranking, then attribution — each with testable acceptance criteria and front-loaded hazards. ## Quick Start Break the search-and-retrieval specification into tickets for the support-search change.