[
  {
    "kind": "trigger",
    "title": "On the page",
    "body": "From an alert webhook or the incident channel."
  },
  {
    "kind": "prompt",
    "title": "Find the cause",
    "body": "Correlate error signatures with recent deploys."
  },
  {
    "kind": "shell",
    "title": "Open the fix",
    "body": "PR with the guard and a regression test."
  },
  {
    "kind": "result",
    "title": "Notify + post-mortem",
    "body": "Customer status note and the RCA, drafted."
  }
]