Constructdocs
section · guides

Doc Quality Rubric

2 min read·guides / concepts / doc-quality-rubric

Document quality rubric

"Research-grade" means a domain expert in the relevant field would recognize the document as professional work, not a placeholder. Every Construct template and every authored artifact is judged on seven dimensions. The structural ones (completeness, visuals) are mechanically enforced; the rest are review standards.

Dimensions

  1. Evidence grounding — every load-bearing claim traces to a verifiable source with a date and an Admiralty grade (ADR-0017). No fabrication (rules/common/no-fabrication.md). Enforced at write/release by the artifact lint's citation-validity check.
  2. Methodology / reproducibility — the document states how it was produced (search terms, sources queried, inclusion decisions) so another person could reproduce it (research.md §7).
  3. Confidence calibration — confidence is stated and tied to source quality, not authorial conviction; the strongest counter-evidence is named.
  4. Completeness — every section a domain expert expects for this doc type is present and non-empty. Enforced by STRUCTURE_REQUIREMENTS.
  5. Visual legibility — the document carries the visual its purpose demands (a runbook a decision flowchart, an incident a timeline, an RFC a sequence diagram), per doc-visual-matrix.md. Published PDFs use type-specific Typst layouts with bundled product-editorial typography (compact masthead, running header/footer, unnumbered sections, blockquote callouts) and hand-drawn diagram styling (D2 --sketch, Mermaid handDrawn) with a monochrome ink accent — human/Excalidraw-adjacent, not rigid corporate geometry. Enforced.
  6. Decision-forcing — the document drives a decision or action, not just description: it carries the acceptance criteria, severity rationale, kill criteria, or thresholds its family requires.
  7. Worked example — templates for non-obvious doc types ship a filled-in example, so an author sees the bar rather than guessing it.

Grades

  • Strong — meets all seven dimensions; an expert would respect it. (e.g. PRD, ADR, RFC, test-plan.)
  • Adequate — sound structure but missing depth an expert would catch: a named methodology framework, confidence calibration, or decision-forcing element.
  • Thin — placeholder-level; fails completeness or evidence grounding. Not shippable.

Per-family expectations

  • Decision docs (ADR, RFC, PRD, meta-PRD) — rejected alternatives with specific reasons; reversibility/consequences; acceptance criteria; cited evidence for every requirement.
  • Research docs (research-brief, evidence-brief, signal-brief, research-finding) — sources table with class + Admiralty grade; observation separated from inference; confidence per finding; counter-evidence; reproducible method.
  • Operational docs (runbook, incident-report) — severity-to-action mapping; for incidents, root cause separated from contributing factors and trigger, a timeline, and action items with owners and priority (Google SRE postmortem culture); for runbooks, an error-budget/severity frame and a diagnostic decision tree (Google SRE error-budget policy).
  • Strategy / business docs (strategy, prd-business, prfaq) — what-must-be-true, kill criteria, leading and lagging metrics, alternatives rejected.

References