| name | docs-audit |
| description | Audit project documentation for quality, completeness, and freshness. Use when assessing documentation health, planning cleanup, or measuring improvement. |
Documentation Audit
D.O.C.S. Anti-Pattern Framework
Four failure modes, ordered by developer impact:
1. Omission (blocks users entirely)
2. Drift (breaks trust on contact)
3. Confusion (increases time-to-value)
4. Stagnation (long-term decay)
README Maturity Model
| Level | Name | Characteristics |
|---|
| 1 | Code is the docs | No README |
| 2 | Bare minimum | Basic install, untested |
| 3 | Basic README | Setup works, some contributing info |
| 4 | README with purpose | Tested instructions, error guidance, roadmap |
| 5 | Product-oriented | Visuals, troubleshooting, weekly updates |
Target: Level 4 for internal projects, Level 5 for public/OSS.
Severity (fix in this order)
| Severity | Definition | Example |
|---|
| BLOCKING | Prevents starting | No install instructions |
| STALE | Actively misleads | README describes removed feature |
| DRIFT | Partially wrong | Outdated version numbers |
| COSMETIC | Presentation | Formatting inconsistency |
Scope
Audit documentation artifacts ONLY. Not code quality, test coverage, or dependencies.