Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: incident-runbook
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Incident Runbook
7summary: Triage, mitigate, communicate, and postmortem for production incidents, with timers and escalation rules
8license: MIT
9tags: [incident-response, oncall, reliability, postmortem, ops]
10runtimes: [claude-code, codex, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18 - templates/postmortem.md
19 - templates/status-update.md
20inputs:
21 - name: severity
22 type: string
23 required: true
24 description: "Initial severity estimate: sev1 (critical, full outage) | sev2 (major, degraded) | sev3 (minor, limited impact)"
25 - name: incident_channel
26 type: string
27 required: false
28 description: Chat channel or thread to post status updates to, if applicable
29 - name: escalation_contact
30 type: string
31 required: false
32 description: Who/what to page if the incident is not mitigated within the severity's escalation window
33requires: []
34

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc