Documentation One Page Checklist
Use this checklist before submitting or approving any documentation update.
- The title states a clear user outcome.
- The intro explains what the user will accomplish.
- The page is written for a specific audience (admin, analyst, reviewer, etc.).
- The page includes required sections:
- Purpose
- When to use
- Prerequisites
- Steps
- Expected result
- Troubleshooting
- Related docs
- Heading levels are in order (H1 -> H2 -> H3).
- Steps are numbered and actionable.
- Each step starts with a verb.
- UI labels match the product exactly.
- Critical steps include expected confirmation.
- Conditional branches are explicit (if/then).
- The procedure was tested or SME-validated.
- Inputs, outputs, and assumptions are clear.
- Edge cases and failure modes are covered.
- Recovery steps are included for likely errors.
- Sentences are concise and direct.
- Paragraphs are short and scannable.
- Jargon is minimized or defined.
- Terminology is consistent with other docs.
- Callouts are used only when necessary.
- Correct shortcode is used:
- note
- warning
- breaking-change
- migration
- security
- Required action appears in the first sentence of warning-level callouts.
- All links work.
- Link text is descriptive (not “click here”).
- The page includes a Related docs section.
- Next-step links are present for multi-page workflows.
- Front matter contains required fields (
title,weightwhere applicable). docTypeis correct (guideorreference) when used.- Section placement and navigation weight are correct.
- Content does not rely on color alone.
- Tables are used only for true comparison data.
- Screenshots are cropped and legible.
- Screenshots do not include sensitive data.
- Change summary is clear.
- Affected audience is identified.
- Required action is explicit.
- Deadline and migration path are included when relevant.
- Breaking changes are clearly marked.
- Spelling/grammar check complete.
- Style guide alignment confirmed.
- Reviewer sign-off received.
- Publish date and owner are set.
If a user lands on this page with a task in mind, can they complete it end-to-end without opening a support ticket?
- Yes: publish.
- No: revise before publish.