Spec Driven Development

Use when starting a non-trivial feature, refactor, or agent implementation that needs a written spec, plan, task breakdown, and verification path before code changes. Covers Spec Kit-style SDD phases, requirements-vs-plan separation, task traceability, review gates, and spec-compliance verification. Do NOT use for one-line edits, README-only fixes, post-implementation code review (use `code-review`), or test-level decisions (use `testing-strategy`).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/software-engineering-method/spec-driven-development commit 8b1476191e

Frequently asked questions

npx skillmds@latest add jacob-balslev/spec-driven-development-2