751 B
yaml
| 1 | schema: 1 |
| 2 | name: postmortem-writer |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: workflow |
| 6 | title: Blameless Postmortem |
| 7 | summary: "Turn an incident into a written postmortem: timeline from evidence, contributing factors, and actions that are actually assigned" |
| 8 | license: MIT |
| 9 | tags: [incident, postmortem, reliability, documentation, sre] |
| 10 | runtimes: [claude-code, codex, openai-agents, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: WORKFLOW.md |
| 16 | files: |
| 17 | - WORKFLOW.md |
| 18 | - templates/postmortem.md |
| 19 | inputs: |
| 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 |
| 28 | requires: [] |
| 29 |