spec-driven
Installation
SKILL.md
Spec-Driven Development
Structured development workflow with adaptive depth.
Workflow
specify --> design* --> tasks* --> implement --> verify --> audit --> done
^______________________________________| (verify after each task)
Adaptive: Specify and Implement always run. Design and Tasks auto-skip when scope is small enough. Verify runs after every task or range.
Triggers
Feature-level (auto-sized)
- New feature ("create new feature", "specify feature", "from PRD",
Related skills