spec-driven-development
Installation
SKILL.md
Spec-Driven Development
Specs live in .claude/specs/. They are the source of truth for architectural
decisions, API contracts, and implementation scope. Implementation and specs
must stay in sync — neither leads exclusively.
Core Loop
Read spec → Implement → Verify alignment → Update spec or code → Repeat
Before Starting Work
- Find the spec. Search
.claude/specs/for files matching the feature:
ls .claude/specs/