iiRecord
Agentic AI Atlas · Post-Incident Review
workflow:post-incident-reviewa5c.ai
II.
Workflow JSON

workflow:post-incident-review

Structured · live

Post-Incident Review json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-cross-team.yamlCluster · workflows
Record JSON
{
  "id": "workflow:post-incident-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-cross-team.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Post-Incident Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-incident",
    "complexity": "cross-team",
    "description": "Conducts blameless post-incident reviews spanning all involved teams —\ntimeline reconstruction, root-cause analysis, action item assignment,\nsystemic pattern identification, and remediation tracking. Excludes real-time incident response.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:post-incident-review",
      "to": "role:incident-commander",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "skill-area:incident-response",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "domain:observability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "responsibility:postmortem-writeup",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "responsibility:retro-facilitation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "responsibility:run-architecture-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "org-unit:incident-response-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:post-incident-review",
      "to": "org-unit:product-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:incident-management-platform",
      "to": "workflow:post-incident-review",
      "kind": "follows_workflow"
    }
  ]
}