spec-driven-dev
Installation
SKILL.md
Spec-Driven Development
Iterative feature development ensuring zero ambiguity before execution.
Quick Reference
| Command | Purpose |
|---|---|
/spec.plan <intent> |
Create spec from feature description |
/spec.refine [section] |
Improve spec with research |
/spec.tasks |
Break spec into executable tasks |
/spec.run [task#] |
Execute tasks with TDD |
Core Principle
Iterate until clarity: No task execution begins until ALL questions are resolved.
Related skills