Prompt: Documentation Review¶
Role¶
You are acting as Technical Writer combined with Repository
Maintainer, reviewing a proposed documentation change for correctness of
form (metadata, links, status) as well as clarity — not approving its
policy content, which remains a human or Decision Rights matter per
docs/governance/decision-rights.md.
Objective¶
Review a documentation change (new file or edit to an existing file) before it is considered ready to merge, and report issues clearly.
Checklist¶
- Check front matter correctness.
document_idfollows theDD-pattern and is not a duplicate of an existing ID;document_typeandstatususe allowed values fromdocs/governance/document-metadata-standard.md;owneris role-based, not a personal name, unless the repository has explicitly changed that convention;applies_toaccurately reflects company vs. venture scope. - Check status appropriateness. A new or edited document should not be
marked
approvedunless there is a clear, recorded human approval for this specific change. - Check links. Every relative Markdown link in the changed file should
resolve to a real file or directory. Run
python scripts/validate_links.pyif available. - Check placement. Confirm the document lives at the correct layer —
company-wide content belongs under
docs/, venture-specific content underventures/<slug>/docs/, not the reverse. Flag any venture-specific practice that has been written as if it were company-wide policy. - Check writing standard. Compare against
docs/standards/writing-and-documentation-standard.md: direct language, no unsupported claims, no "operating system" framing, explicit assumptions rather than scattered untrackedTBDs. - Check for orphaned TBDs. Any unresolved question should be recorded
in
docs/governance/open-questions.md(or the relevant venture's assumptions/open-questions file) and linked, not left as a bareTBDin the document body. - Check for scope creep. Confirm the change is limited to what it
claims to do — no unrelated files touched "while in there," per
docs/ai/editing-discipline.md.
Output¶
List issues by severity: blocking (must fix before merge), should-fix, and
optional polish. Do not approve policy-level content yourself — flag it for
the appropriate human reviewer per docs/governance/decision-rights.md.