The incident lifecycle, from triage to resolution
Every incident moves through the same shape — get acknowledged, get understood, get mitigated, get resolved — even though the technical work is different every time. Learn the lifecycle that gives a chaotic response a backbone, and why mitigation and resolution are not the same milestone.
No two incidents are technically alike — the bug is always new, the failure always finds a fresh way to surprise you. And yet, viewed from a little altitude, every incident traces the same arc: someone takes ownership, the team builds an understanding, they stop the bleeding, and only then do they put things properly right. That arc is the incident lifecycle, and it is valuable precisely because the technical details vary so wildly. The lifecycle is the stable backbone you can lean on when the specifics are chaos — a shared map of where you are and what comes next, so a stressed responder is never staring at a blank wall of "now what?"
Naming the stages does something subtle but powerful: it turns an undifferentiated panic into a sequence of answerable questions. Instead of "everything is on fire," you have "we are in the understanding stage and we don't yet know the blast radius" — which is a concrete problem with a concrete next move. The lifecycle gives the response a sense of progress even before the problem is solved, because you can see yourself advancing through it.
Acknowledge: someone has it
The lifecycle begins the instant a declared incident transitions from "a thing the system noticed" to "a thing a human owns." Acknowledgement is that transition. It is a small act with an outsized job: it answers the most urgent question of the early moments — is anyone actually on this? — and it does so unambiguously, for everyone watching. Until a responder has acknowledged, the incident exists but is unowned, and an unowned incident is the silent-hour failure all over again, just with a record attached.
Acknowledgement also stops the machinery that was trying to find a human in the first place. If a page is climbing an escalation path, an acknowledgement says "you can stop now — I've got it," halting the escalation so the rest of the chain isn't needlessly woken. This is why the ack is more than a courtesy: it is the handshake between the alerting system, whose job was to find someone, and the response, whose job is now to fix something. The moment it lands, ownership is established, escalation rests, and the real work can begin.
Triage and understand: build a picture
With the incident owned, the next stage is figuring out what you're actually dealing with. Triage is the rapid first pass: how bad is this, what's affected, is the severity you guessed at declaration still right, and who else needs to be in the room? It's deliberately fast and provisional — you are not solving anything yet, you are sizing the problem well enough to respond proportionately and to pull in the right people before you go deep.
Understanding is the deeper work that follows: forming and testing hypotheses about what's going wrong. Note the careful word — what's going wrong, not necessarily why. A common and costly trap is believing you must fully understand root cause before you may act. You don't, and often you shouldn't. The goal of this stage is not a complete diagnosis; it is enough of a working picture to find a way to reduce the impact. "We don't know the cause, but we've confirmed it started with the 14:02 deploy and only affects one region" is often all the understanding you need to take the next, more important step.
Mitigate: stop the bleeding
Mitigation is the stage that most directly serves your users, and it is the one most worth holding as a distinct milestone in your head. To mitigate is to reduce or eliminate the impact, whether or not you yet understand the underlying cause. Roll back the suspect deploy, fail over to a healthy region, disable the broken feature behind a flag, shed load, reroute traffic — these stop users from hurting without necessarily explaining why they were hurting in the first place.
The discipline here is to separate, ruthlessly, "make it stop" from "understand it fully," and to pursue the first one first. Your users do not care why checkout was broken; they care that it works again. A team that insists on root-causing before mitigating leaves users in pain for the entire duration of the investigation — which can be hours — when a thirty-second rollback would have ended their pain immediately and bought the investigation all the calm, low-pressure time it needs. Mitigate first, understand fully afterward; the order is not a shortcut, it is the humane and correct sequence.
Resolve, then learn
Once impact is mitigated, the acute incident winds down toward resolution. But "mitigated" and "resolved" are not the same milestone, and conflating them is a classic mistake. Mitigation means users are no longer feeling the pain; it is frequently a temporary posture — a region you failed away from that you'll need to fail back to, a feature you disabled that you intend to re-enable, a rollback that reverted a fix you still actually want. The incident is genuinely resolved only when the service is durably healthy: the underlying problem addressed, the temporary measures safely unwound, and confidence restored that it won't simply recur the moment you look away. A useful intermediate posture — call it monitoring — captures exactly that gap: impact is gone, but you keep the incident open and watched until you're sure it stays gone.
And resolution is not the end of the lifecycle so much as the handoff to its quieter, more valuable second half: learning. The pressure is off, the users are fine, and that is precisely the moment to ask what this incident has to teach. What made it slow to detect, hard to understand, or risky to mitigate? The full discipline of that reflection — the post-mortem, the follow-ups, the durable improvements — is a chapter of its own. But it belongs to the lifecycle, as its final stage, because an incident you survived but learned nothing from has only been endured. The lifecycle's last and most important transition is the one from "it's over" to "and here is how we make sure the next one is shorter."