Use this checklist to evaluate the quality and coverage of an existing documentation set. Run it quarterly for active doc sets, or when taking over documentation from another writer or team.
This checklist has three sections: coverage, content quality, and findability. Score each item Y (yes), N (no), or N/A. Count the Ns at the end of each section to prioritize work.
Coverage score: [Y count] / [total applicable]
YOUR_VALUE_HERE or bare integers like 1)Quality score: [Y count] / [total applicable]
last reviewed or updated date visible to usersFindability score: [Y count] / [total applicable]
After scoring, apply this matrix to prioritize fixes:
| Impact | Effort | Priority |
|---|---|---|
| High (blocking user journeys, incorrect information) | Low | Do immediately |
| High | High | Plan for next sprint |
| Low (style inconsistencies, missing details) | Low | Batch into a cleanup pass |
| Low | High | Defer until capacity allows |
High-impact items in the coverage and accuracy sections take precedence over style and consistency fixes. A broken code example costs the user more time than a slightly inconsistent heading case.
| Doc set state | Recommended frequency |
|---|---|
| Active development (feature releases every 1–4 weeks) | Every 4–6 weeks |
| Stable product (major releases 2–4x per year) | Quarterly |
| Mature / legacy (infrequent changes) | Every 6 months or at release |
| Newly inherited documentation | Immediately, then quarterly |