| Detection | Alert source, affected workflow, first observed time, model/app version and monitoring signal. | “How did we know something was wrong?” | Relying only on user complaints or chat screenshots. |
| Severity triage | Customer impact, data sensitivity, business process affected, repeatability and whether human review is required. | “Who can declare Sev-1, Sev-2 or low-risk?” | Letting the same builder self-classify every incident without review. |
| Containment | Feature flag, prompt/tool disablement, traffic pause, rate limit, access revocation or model fallback decision. | “What can we safely stop within minutes?” | Debating root cause while the risky path stays live. |
| Rollback | Approved previous version, data migration impact, dependency owner, test evidence and rollback timestamp. | “Can we restore the last known-safe path?” | Assuming prompt edits are reversible without version evidence. |
| Customer and internal comms | Audience, message owner, approval gate, facts known, facts unknown and follow-up cadence. | “Who speaks, and what can they safely say?” | Speculating about legal, privacy or regulatory conclusions. |
| Post-incident review | Root cause hypothesis, control gaps, corrective actions, accountable owner, due date and verification evidence. | “What proof shows this failure mode is less likely now?” | Closing the ticket with no control change or test artifact. |