📋
Specification First
Write specifications before code. Specs are the source of truth, code is just an expression of specs.
AI-Powered Specification Workflow with Claude Code
# Install
npm install -g sdd-tool
# Initialize project
sdd init
# Create your first spec
sdd new user-authentication
# Validate specs
sdd validateUse these commands in Claude Code:
| Command | Description |
|---|---|
/sdd.start | Start SDD workflow |
/sdd.spec | Create/modify specification |
/sdd.plan | Generate implementation plan |
/sdd.tasks | Break down into tasks |
/sdd.implement | Implement with AI assistance |
/sdd.validate | Validate specifications |