sdd status
Displays project status.
Usage
bash
sdd statusDescription
Displays the current SDD project status:
- Number of spec files
- Distribution by phase
- Distribution by status (draft, review, approved, implemented)
- Constitution version
Output Example
📊 Project Status
Specs: 12
├── Phase 1: 4
├── Phase 2: 5
└── Phase 3: 3
Status:
├── draft: 3
├── review: 2
├── approved: 4
└── implemented: 3
Constitution: v1.0.0Related Commands
sdd list- List itemssdd validate- Validate specs