spec-kit
SKILL.md
Spec Kit — Spec-Driven Development
Build high-quality software faster using Spec-Driven Development (SDD). Specifications become executable artifacts that generate working implementations, not just documentation.
Homepage: https://github.github.com/spec-kit/
GitHub: https://github.com/github/spec-kit
What is Spec-Driven Development?
SDD flips traditional software development:
| Traditional | Spec-Driven |
|---|---|
| Specs are scaffolding → discarded | Specs are executable → generate code |
| Code is king | Intent is king |
| One-shot prompts | Multi-step refinement |
| Focus on "how" | Focus on "what" and "why" |