Practiced procedures, not improvisation. Write incident runbooks as markdown, check them into your repo, and actually run them — with confirmation gates on destructive steps and a full audit trail of every execution.
Frontmatter for metadata, a heading per step, and annotations that tell mustr how to execute and gate each one. No proprietary format, no vendor lock-in — it's a file you already know how to write and review.
CLI-first for the terminal-native, but the file renders like any markdown doc — with clickable run controls — for anyone who'd rather point and click during an incident.
No separate wiki to maintain. Runbooks live next to the infra they describe and are reviewed the same way as any other code change.
Steps marked destructive require an explicit confirmation with a custom message. Nothing runs against production silently.
Every run is logged — who executed it, what steps ran, when, and the complete output. No shared keys, no guesswork after the fact.
Install in under a minute. No account, no sales call.