spec-driven-dev-v2
Installation
SKILL.md
Spec-Driven Development v2
v1 assumed one agent shipping one feature in one session. v2 assumes an orchestrator (or a human) driving the agent across many sessions — possibly for days — and keeps work correct the entire time.
v2 adds:
- Three-layer hierarchy — Project → Sprint → Task
- Per-task state — JSON files an orchestrator can read to resume cold
- Review round-loop — review → feedback → modify → re-review until clean
- Worktree isolation — every task runs in a clean checkout, revertable alone
- Context pack — the briefing a reasoning-blind subagent reviewer needs
- Mechanical task gate — sizing/acceptance/rollback checks enforced by script
- Governance-as-code — boundary rules live in lint/CI, not markdown
- Artifact registry — new rules captured from reviews graduate to lint