spec-driven-dev
Installation
SKILL.md
ABOUTME: Spec-driven development orchestrator with subcommand interface
ABOUTME: Manages lifecycle: /spec.plan -> /spec.refine -> /spec.clarify -> /spec.tasks -> /spec.run
Spec-Driven Development
Iterative feature development framework ensuring zero ambiguity before execution.
Quick Reference
| Command | Purpose | Input |
|---|---|---|
/spec.plan <intent> |
Create spec from "I want to build/add X" | Feature description |
/spec.refine [section] |
Improve spec with research/Gemini | Optional section focus |
/spec.clarify <response> |
Answer clarification questions | Your response |
/spec.tasks |
Break spec into executable tasks | None (uses active spec) |
/spec.run [task#] |
Execute tasks with TDD | Optional task number |