What problem does it solve? Turning a vague request or ticket into an actionable, implementation-ready spec requires clarifying requirements, inspecting the codebase, and structuring decisions — a process that is often skipped or done inconsistently. This Skill enforces a disciplined, read-only workflow that produces a complete spec with patch-level implementation items and syncs it to the ticket system. ## Core Features & Use Cases - Clarification-First Planning: Runs a mandatory grilling interview, asking only questions the codebase cannot answer, and resolves everything else by inspecting the repo, schema, docs, and existing tickets. - Patch-Ready Spec Generation: Produces a spec with Destination, Problem Statement, Solution, and Notes, plus requirement items containing file, symbol, location, instruction, and minimal patch code. - Ticket System Sync: Updates or creates tickets with the spec description, Implementation and Validation checklists, and a patches comment containing full structured code blocks. - Use Case: A product manager files a ticket asking to lock archived models. The Skill loads the ticket, inspects the model and policy layers, grills the user on scope boundaries, then syncs a spec with per-file patch items and a validation checklist back to the ticket. ## Quick Start Turn ticket PROJ-123 into a spec and sync it back to the ticket system without making any code changes.