What problem does it solve? Turning a long design conversation into a durable, written specification is tedious and error-prone. This Skill converts the current conversation and codebase understanding into a structured spec (PRD) without re-interviewing the user, and commits it as a durable document in the repository. ## Core Features & Use Cases - Conversation-to-Spec Synthesis: Generates a complete spec from existing discussion context, with no interview questions. - Structured Template: Produces Problem Statement, Solution, User Stories, Implementation Decisions, Testing Decisions, Out of Scope, and Further Notes sections. - Repository Conventions: Writes specs to docs/specs/<version>/fr-NN-<slug>.md, aligned with FR numbering, the project glossary, and ADRs. - Use Case: After discussing a new feature with your coding agent, invoke this Skill to capture the agreed design as a committed spec file that gates the next step (ticket breakdown) via its Draft-to-Accepted status. ## Quick Start Ask your agent to run the to-spec skill to turn the current conversation into a spec document under docs/specs.