What problem does it solve? After a long design discussion, decisions and requirements live only in chat history and are easily lost. This Skill converts the current conversation and codebase understanding into a durable, structured specification document without re-interviewing the user. ## Core Features & Use Cases - Conversation-to-Spec Synthesis: Produces a spec from existing discussion context with no interview, using the project's domain glossary and respecting existing ADRs. - Test Seam Planning: Identifies the highest-level existing seams for testing the feature and checks them with the user before writing. - Structured Spec Template: Writes problem statement, solution, extensive user stories, implementation decisions, testing decisions, out-of-scope items, and notes to plans/<feature-slug>/spec.md. - Use Case: After discussing a new billing feature with the AI, invoke the Skill to capture all agreed decisions as a spec file under plans/billing/spec.md for later implementation. ## Quick Start Ask the AI to turn the current conversation into a spec and save it under plans/<feature>/spec.md.