Skip to content

Writing Guide

Style

Write docs as durable internal references rather than chat transcripts.

Prefer:

  • clear ownership statements
  • explicit system boundaries
  • stable terminology
  • decision records for architecture changes

Suggested conventions

  • one workflow per page
  • one system per page
  • one ADR per decision
  • tables for ownership and status mappings

Good page pattern

  1. Purpose
  2. Scope
  3. Ownership
  4. Inputs and outputs
  5. Statuses or events
  6. Exceptions or escalation paths