Post-Incident Review Facilitation Language Exercises

Blameless culture, timeline reconstruction, 5 Whys facilitation, action item tracking, and postmortem facilitation phrases.

Frequently Asked Questions

What is a blameless postmortem and why does blameless culture matter?

A blameless postmortem is a structured review of an incident that focuses on systemic factors and process failures rather than attributing fault to individuals. Blameless culture, popularised by Google's SRE practices, assumes that engineers make decisions with good intentions given the information available at the time. The goal is to surface systemic weaknesses and prevent recurrence. Key phrases include "we're here to understand what happened, not to assign blame" and "how did the system make this outcome possible?" Psychological safety is essential for honest disclosure.

What vocabulary is used when reconstructing an incident timeline?

Timeline reconstruction uses terms like incident start time, detection time, time to detect (TTD), time to acknowledge (TTA), time to mitigate (TTM), and time to resolve (TTR). Engineers describe events with precise timestamps and use causal language: "at 14:32 UTC the deployment completed; at 14:45 error rates spiked; at 14:47 the on-call was paged." Phrases like "the contributing factors were present before the triggering event" distinguish precipitating causes from underlying conditions.

How do engineers facilitate the "5 Whys" root cause analysis technique?

The 5 Whys technique iteratively asks "why did this happen?" to drill from a symptom to its root cause, typically requiring five iterations though the number varies. A facilitator guides the team to avoid stopping at the first technical cause ("the disk was full") and continue to systemic causes ("because our disk usage alerting threshold was set too high relative to our growth rate"). The facilitator uses prompts like "what allowed that to happen?" and "what would we have needed to catch this earlier?" to keep the analysis productive.

What language is used for action items in a postmortem?

Action items use SMART framing: Specific, Measurable, Assignable, Realistic, and Time-bound. Engineers write action items as "add a disk usage alert at 70% and 85% capacity — owner: platform team — due: end of sprint." Language patterns include "to prevent recurrence, we will…", "to detect this faster, we will…", and "to improve our response, we will…". Action items are categorised as preventive (stopping the issue), detective (improving alerting), or corrective (fixing the immediate damage).

What is the difference between a root cause and a contributing factor?

A root cause is the fundamental systemic condition whose elimination would prevent the incident class from recurring. Contributing factors are conditions that increased the probability or severity of the incident but are not sufficient causes on their own. Engineers often identify multiple contributing factors rather than a single root cause, using language like "the incident had three contributing factors: a configuration drift, an undocumented dependency, and a gap in our staging environment parity." Modern SRE practice prefers the term "contributing factors" because complex systems rarely have a single root cause.

How do you facilitate a postmortem meeting effectively?

Effective postmortem facilitation involves preparing a draft timeline and facts document before the meeting, establishing ground rules (blameless, curious, not defensive), timebox-ing each section, and capturing action items in real time. The facilitator asks open questions ("walk us through what you were seeing at that point"), synthesises contributions ("so the key factor here was…"), and ensures all voices are heard including on-call engineers who were in the middle of the incident. The facilitator does not need to be the most senior technical person in the room.

What does "incident severity" mean and how is it communicated?

Incident severity (SEV) is a classification of the business impact of an incident, typically ranging from SEV1 (critical — full service outage) to SEV5 (minor — cosmetic or low-impact). Organisations define severity levels by metrics such as percentage of users affected, revenue impact, and data exposure risk. Engineers communicate severity in incident channels with phrases like "declaring SEV2 — checkout is degraded for approximately 30% of users" and "downgrading to SEV3 — mitigation is in place, full resolution in progress."

What is an incident retrospective vs. a postmortem?

The terms are often used interchangeably, but some organisations distinguish them: a postmortem focuses on what went wrong and how to fix it, while a retrospective is broader and may also celebrate what went well. In practice, the blameless postmortem document typically covers incident summary, timeline, impact, root cause analysis, contributing factors, and action items. A retrospective may additionally include "what went well" and "what we'd do differently" sections to reinforce effective practices alongside corrective actions.

How do engineers communicate during an active incident?

Active incident communication uses a dedicated incident channel or bridge call with a clear incident commander (IC) role. The IC coordinates response and gives periodic status updates using a structured format: "Status: SEV2 — checkout degraded. Mitigation: rolling back deploy v2.14. ETA: 15 min. Next update: 14:30 UTC." Engineers distinguish between the "working channel" (technical diagnosis) and "stakeholder updates" (business impact summaries). Phrases like "I'm taking ownership of the database investigation" and "standing down from this thread, handing to on-call" maintain situational awareness.

What metrics are used to measure incident response effectiveness?

Key incident response metrics include Mean Time to Detect (MTTD), Mean Time to Acknowledge (MTTA), Mean Time to Mitigate (MTTM), and Mean Time to Resolve (MTTR). Organisations also track incident frequency by severity, repeat incident rate (the same class of incident recurring), and action item completion rate from postmortems. Engineers discuss these in reliability reviews: "our MTTD for database saturation issues is 18 minutes — we want to bring that under 5 minutes with improved alerting thresholds."