What problem does it solve? Turning a rough feature idea into structured, actionable development artifacts normally takes hours of manual documentation. This Skill automates the Specification-Driven Development (SDD) workflow, producing specifications, implementation plans, and dependency-ordered task lists in minutes. ## Core Features & Use Cases - Specification Generation: The /speckit.specify command converts a natural language feature description into a complete spec with prioritized user stories, functional requirements, and measurable success criteria. - Implementation Planning: The /speckit.plan command produces technical plans with research notes, data models, API contracts, and constitution-gate compliance checks. - Task Breakdown: The /speckit.tasks command generates numbered, parallelizable tasks organized by user story for incremental MVP-first delivery. - Use Case: Describe a real-time chat feature, then run the three commands to get a full spec, a WebSocket/PostgreSQL implementation plan with contracts, and an executable task list in about 15 minutes. ## Quick Start Ask the AI to run /speckit.specify with a plain-language description of the feature you want to build, then follow with /speckit.plan and /speckit.tasks.