Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: postmortem-writer
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Blameless Postmortem
7summary: "Turn an incident into a written postmortem: timeline from evidence, contributing factors, and actions that are actually assigned"
8license: MIT
9tags: [incident, postmortem, reliability, documentation, sre]
10runtimes: [claude-code, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18 - templates/postmortem.md
19inputs:
20 - name: incident
21 type: string
22 required: true
23 description: "Incident channel, ticket, or notes"
24 - name: severity
25 type: string
26 required: false
27 description: Severity as declared during the incident
28requires: []
29

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