spec-driven-dev
Installation
SKILL.md
ABOUTME: Spec-driven development framework for ecommerce project
ABOUTME: Manages lifecycle: /spec.plan -> /spec.refine -> /spec.tasks -> /spec.run
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.clarify <response> |
Answer clarification questions |
/spec.tasks |
Break spec into executable tasks |
/spec.run [task#] |
Execute tasks with TDD |
Related skills