# DOCS — Operational runbook template A runbook tells on-call (or a future agent) exactly what to do when an alert fires. Every production system needs one per failure class. Format: *symptoms → checks → fixes → escalation*. **File path:** `docs/runbooks/-.md`. Index in `docs/runbooks/README.md` (or link from `HOTPATHS.md`). **Template (copy as-is):** ```markdown # Runbook — : ## Metadata - **Severity:** SEV1 (page now) | SEV2 (work hours) | SEV3 (next day) - **On-call rotation:** - **Last rehearsed:** YYYY-MM-DD (stale > 90d → re-rehearse) - **Linked ADRs:** ADR-NNNN ## Symptoms - Observable signal: > for - User impact: - Typical dashboards: ## Diagnostic checks (in order) 1. Check dashboard X — if metric Y is flat, skip to step 4 2. Tail logs: `` 3. Inspect dependency Z status page: 4. Reproduce locally if unclear: `` ## Fixes (try in order; STOP at first that works) ### Fix A — restart (lowest risk) ```bash ``` Verify: within