sdd
Installation
SKILL.md
Spec-Driven Development (SDD) Skill
This skill integrates PRD (Requirements) and SA (Analysis) knowledge, defining a standard development workflow. The core principle is "No Spec, No Code".
Core Principles
- Spec-First: Specs come before code
- Traceability: Every requirement can be traced to design and implementation
- Acceptance-Driven: Every requirement has verifiable acceptance criteria
- Version Control: Spec documents are version-controlled with change processes
- Living Documentation: Code changes must sync with spec updates to maintain consistency