What problem does it solve? Turning a long design discussion into actionable work items is error-prone: specs drift from what was agreed, tickets overlap, and dependencies get lost. This Skill synthesizes an already-aligned conversation into a single spec header plus a set of vertical-slice tickets with explicit blocking edges, confirmed once and published once. ## Core Features & Use Cases - Spec Header Drafting: Produces a structured spec covering problem statement, solution, implementation decisions, test decisions, and out-of-scope items, grounded in codebase terminology from CONTEXT.md and ADRs. - Vertical-Slice Ticket Generation: Creates tracer-bullet tickets that cut through every layer (schema, API, UI, tests), each independently demonstrable with executable acceptance criteria, plus spine tickets for shared files and expand-contract ordering for wide refactors. - One-Shot Publishing: Publishes to local files under .scratch/<feature-slug>/ or to real trackers like GitHub/GitLab as parent spec issues with blocked sub-issues and triage labels. - Use Case: After a design session about adding a notifications feature, invoke this Skill to produce a spec.md and five numbered, dependency-ordered tickets ready for agent implementation. ## Quick Start Ask the agent to turn the current aligned discussion into a spec header and tracer-bullet tickets using the to-tickets workflow.