What problem does it solve? Turning a rough feature idea into a complete, testable specification is slow and error-prone. This Skill converts a natural language feature description into a structured spec.md file with user scenarios, functional requirements, and measurable success criteria, ready for planning. ## Core Features & Use Cases - Specification Generation: Parses a feature description and writes a complete spec.md following the spec-kit template, with at most 3 clarification markers. - Quality Validation: Creates a requirements checklist and iteratively validates the spec against completeness and testability criteria. - Extension Hooks: Supports before_specify and after_specify hooks (e.g., automatic git branch creation) via .specify/extensions.yml. - Use Case: A product manager types a feature idea like "add OAuth2 login" and receives a numbered feature directory (e.g., specs/003-oauth2-login/) containing a validated spec ready for $speckit-plan. ## Quick Start Run the speckit-specify skill with a short description of the feature you want specified, such as "add user authentication with OAuth2".