{
  "value": "incident_postmortem_generator",
  "label": "Generate Incident Postmortem",
  "description": "This workflow helps create comprehensive incident postmortem documents. Provide incident details, timeline, and resolution steps. The AI will structure a blameless postmortem with root cause analysis, contributing factors, action items, and learnings to prevent recurrence.",
  "name": "Incident Postmortem Generator",
  "category": "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 postmortem practices.</role><task>Generate a comprehensive incident postmortem. Include: (1) Incident summary and impact, (2) Detailed timeline of events, (3) Root cause analysis, (4) Contributing factors (process, tooling, human), (5) What went well during response, (6) Areas for improvement, (7) Concrete action items with owners.</task><output>Generate a structured postmortem document following blameless principles, with clear action items, prevention measures, and detection improvements to share with the broader engineering organization.</output>"
      }
    ]
  }
}