Report on document inventory and completeness across all phases, identifying gaps and gate readiness
Generate a comprehensive status report on the project's documentation state.
docs/ for all existing documentsDOCUMENT_MATRIX.md requirements/skill:doc-status # Full report
/skill:doc-status phase 3 # Phase 3 only
/skill:doc-status gaps # Only show missing documents
Use the doc_status tool to scan all existing documents.
Read DOCUMENT_MATRIX.md and compare against actual documents:
Use the doc_gate_check tool for each active phase to report gate status.
## Documentation Status Report
**Generated**: {date}
**Total documents**: {count}
### Phase Summary
| Phase | Required | Existing | Completion | Blocked Gates |
|-------|----------|----------|------------|---------------|
| 0 | {N} | {N} | {%} | {gate names} |
| 1 | {N} | {N} | {%} | {gate names} |
...
### Missing Documents (by priority)
#### Blocking Current Work
- {phase/type: reason it's blocking}
#### Required Before Next Phase
- {phase/type: what it gates}
#### Optional / Conditional
- {phase/type: only if applicable}
### Recently Updated Documents
{list of docs modified in last 30 days}
### Stale Documents
{list of docs not updated in 90+ days that are still in Draft status}