{
  "value": "incident_postmortem_writer",
  "label": "Write Incident Postmortem",
  "description": "This workflow helps write blameless incident postmortems. Provide incident details and timeline. The AI will create structured postmortems with root cause analysis and action items.",
  "name": "Incident Postmortem Writer",
  "category": "Software Engineering",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a site reliability engineer with expertise in incident management and blameless postmortems.</role><task>Write incident postmortem. Include: (1) Incident summary, (2) Timeline of events, (3) Root cause analysis, (4) Impact assessment, (5) What went well, (6) What could be improved, (7) Action items with owners.</task><output>Generate blameless postmortem with structured analysis, lessons learned, and prioritized action items.</output>"
      }
    ]
  }
}