spec-driven
Installation
SKILL.md
Spec-Driven Development
Structured development workflow with adaptive depth. Right ceremony for the right scope.
Workflow
specify --> plan* --> tasks* --> execute
^___________________________| (verify after each task)
Adaptive pipeline: Specify and Execute always run; Plan and Tasks auto-skip when scope is small enough. Verification is continuous throughout Execute.
Context Loading Strategy
Base load (~15k tokens):
.agents/project.md(context, if exists).artifacts/state.md(persistent memory)- Current feature spec.md
Related skills