All templates
Prepare·Playbook

Incident response plan template

An IT incident response plan template covering severity levels, roles, escalation and communication.

Gravatar for eduardo@messuti.ioEduardo Messuti, Founder and CTO Last reviewed September 4, 2026

Most incident response goes wrong in the first ten minutes, not the last. Nobody is sure whether this counts as an incident. Nobody is sure who is in charge. Three people are debugging the same thing while nobody updates the status page.

An incident response plan settles those questions before anything breaks. It defines what an incident is, how severe it is, who does what, how people are paged, who says what to whom, and what has to happen before the incident is closed.

This IT incident response plan template is based on how five teams that publish their engineering handbooks actually run incidents: GitLab, PostHog, Sourcegraph, Login.gov and Fleet. Where they agree, the template follows them. Where they differ, the guide says so and leaves the choice to you. The sources are listed at the end.

The template

Fill in the fields, then copy or download the full template.

Incident response plan

Plan details

Service or scope
Plan owner
Version
Last reviewed
Review cadence

What counts as an incident

Define the threshold in advance so nobody debates it mid-incident. When in doubt, declare.

Always an incident
Not an incident

Severity levels

Tie each level to impact criteria and a response expectation. Severity can be changed as the picture becomes clearer.

SeverityImpact criteriaResponse expectation

Roles and responsibilities

One person leads. Roles are hats, not job titles — a small team can have one person wearing several, and they can be handed over mid-incident.

RoleResponsibilitiesWho fills it

Declaring an incident

Who can declare
How to declare
Where it is announced

First 15 minutes

The checklist the incident lead runs as soon as an incident is declared.

Escalation

TriggerEscalate toResponse time
On-call schedule
Out-of-hours rule

Communication plan

Who hears what, where, from whom and how often. Internal detail never goes out unedited.

AudienceChannelOwnerCadence
Status page
Status page required for
Communication templates

Resolution and follow-up

An incident is resolved when
Incident report required for
Postmortem required for
Postmortem due within
Corrective actions tracked in

Tools and resources

Alerting and paging
Incident chat
Status page
Runbooks
Monitoring dashboards
Incident report template
Postmortem template

What is an incident response plan?

An incident response plan is the standing document your team follows when production is degraded or down. It is written in calm conditions and read under pressure, so it has to be short, specific and unambiguous.

It is not a runbook. A runbook says how to fix a particular system. The plan says how the team organizes itself around any incident, whichever system is involved.

It is also not a security incident response plan in the compliance sense, although the two overlap. This IT incident response plan template covers operational incidents: outages, degradations, failed deployments, data-pipeline delays and the like. Security-specific incidents usually escalate into a separate process, and the plan should say where that handover happens.

Why you need one before you need one

These handbooks agree on one thing above all: lower the bar for declaring. GitLab's handbook defines incidents as "anomalous conditions that result in — or may lead to — service degradation or outages." PostHog's says "when in doubt, you should always raise an incident." Login.gov's guide puts it as "if it smells like an incident, declare an incident."

That only works if declaring is cheap and the next steps are obvious. A written plan is what makes a false alarm cost five minutes instead of an argument.

A plan also gives you something to measure against. Without one, every postmortem concludes that "communication could have been better." With one, you can say the first status page update went out at 22 minutes against a 15-minute target, and fix the specific thing that caused the delay.

What should an incident response plan include?

Definition and scope

Say what an incident is and, just as usefully, what it is not. PostHog's handbook lists both: complete unavailability, core features unusable and critical alerts are incidents. Incorrect data in a report, events a few minutes behind and scheduled maintenance are not. The negative list stops small bugs from being run through the full process.

Severity levels

Every handbook uses a small number of levels, each tied to impact and to a response expectation. GitLab runs S1 to S4. PostHog uses Minor, Major and Critical. Sourcegraph splits Severity 1 into Critical and Major and routes Severity 2 through normal support channels.

The labels matter less than two things. First, each level needs impact criteria that a responder can apply in seconds. Second, each level needs to change something about the response: who gets paged, whether the status page is updated, whether leadership is told, whether it is worked out of hours. GitLab's rule that only S1 and S2 are actively mitigated on weekends is a good example of severity doing real work.

Roles

Every plan names a single owner. GitLab calls it the Incident Lead and is explicit that "only one designated Incident Lead per incident" exists and only they can declare resolution. Sourcegraph calls it the incident lead, the directly responsible individual "tasked with driving it to resolution and keeping others informed."

PostHog adds the clarification that most teams miss: "The incident lead role is not responsible for fixing the incident, they're responsible for managing it." If the same person is doing both and it becomes too much, they hand the lead role to someone else.

Beyond the lead, the common roles are a technical responder, a communications owner and, in larger or regulated teams, a scribe. Login.gov's guide names all four: Situation Lead, Technical Lead, Messenger and Scribe. Sourcegraph only assigns a Messenger when there is customer-facing impact, and requires that they come from support so wording stays consistent. Small teams can collapse roles into one or two people. What matters is that the plan says which hats exist and who picks them up.

Declaring an incident

Say who can declare, how, and where it is announced. In every one of these handbooks, anyone can declare, and a Slack command opens a dedicated channel and posts to a shared incidents channel. Fleet is the exception in mechanism, not principle: incidents are declared by opening an issue from a template, which triggers the paging.

A short first-actions checklist belongs here. Confirm the lead, set an initial severity, page who is needed, post a first status page update, start the timeline. GitLab's status page flow of Investigating, Identified, Monitoring and Resolved is a sensible default for the public side.

Escalation

Write down the triggers and the targets. Fleet's handbook is precise: if a notification is unacknowledged after five minutes it escalates automatically, from infrastructure on-call to incident on-call to engineering managers to the CTO. GitLab pages infrastructure leadership for every S1, when the incident manager on call is unresponsive for 15 minutes, and when several high-severity incidents are open at once.

Include a separate line for suspected security or data incidents. Every handbook routes those to a dedicated process, and the plan should say who to call rather than assume responders know.

Communication plan

Decide who hears what, on which channel, from whom, and how often. Internal channels carry detail, theories and names. The status page carries confirmed impact and what customers should expect. PostHog's handbook draws the line at incidents causing partial or full non-operation, or ingestion delays over 30 minutes, for customer communication beyond the status page.

Set an update cadence and hold to it. A status page that says "Investigating" for two hours with no further update is worse than one that says "still investigating, next update in 30 minutes" every half hour.

Resolution and follow-up

State what "resolved" means. PostHog's criteria are concrete: root cause identified, fix implemented, customer-facing services confirmed normal, status page marked resolved. Then say which incidents get a written incident report, which get a postmortem, and by when. GitLab requires a review for every S1 and S2, makes it optional for S3 and S4, and tracks each corrective action as a labeled issue linked back to the incident. Fleet requires a postmortem for every outage and critical bug.

Tools

Link to the paging tool, the on-call schedule, the incident chat, the status page, runbooks, dashboards and the report and postmortem templates. Responders should never have to search for a link at 3 a.m.

Incident response plan vs. runbook vs. incident report

These three documents are written at different times and answer different questions.

DocumentAnswersWhen it's written
Incident response planHow does the team organize around any incident?Before incidents, reviewed regularly
RunbookHow do we diagnose and fix this specific system?Before incidents, per system
Incident reportWhat happened in this incident and what did we do?During or right after the incident

The plan points to runbooks and produces incident reports. It does not replace either. See our IT incident report template and root cause analysis template for what follows once the plan has been used.

Best practices

  • Keep it short enough to read during an incident. If the plan is thirty pages, responders will work from memory instead. Put detail in linked runbooks.
  • Make declaring cheap. One command, one channel, no approval. False alarms are a sign the threshold is right, not wrong.
  • Separate managing from fixing. The incident lead coordinates. If they are also deep in the code, nobody is coordinating.
  • Tie every severity level to a concrete response. A level that does not change who is paged or what is communicated is just a label.
  • Prefer rollback to root cause under pressure. Sourcegraph's handbook makes this explicit. Restore service first, investigate afterwards.
  • Set update cadences and keep them even when there is nothing new. Silence reads as absence.
  • Write down the security handover. Responders should know who to call for a suspected breach without looking it up.
  • Review the plan after every S1 and on a fixed schedule. A plan that has not changed in two years is describing a team that no longer exists.
  • Rehearse it. Login.gov makes drill participation mandatory. A short game day once or twice a year finds gaps a review never will.

Write the plan before you need it

None of these teams wrote their plan during an outage. They wrote them in calm conditions, made declaring easy, named a single owner per incident, and reviewed the plan whenever an incident showed it was wrong.

Fill in the template above, link it from wherever your on-call rotation lives, and treat it as a living document. The plan's job is to make the first ten minutes of the next incident boring.

Sources

The template and guide draw on these publicly available incident response processes. Each takes a different position on the questions a plan has to answer, which is why the template leaves them open.

HandbookHow their plan differs
GitLab: Incident ManagementFour severity levels. One Incident Lead per incident, from an incident-manager on-call rotation, and only they can declare resolution. Only S1 and S2 are worked on weekends. Every S1 and S2 gets a review within five working days.
PostHog: Handling an incidentThree levels: Minor, Major, Critical, with explicit lists of what is and is not an incident. Whoever declares becomes incident lead, and the lead manages rather than fixes. A post-mortem for almost every incident.
Sourcegraph: IncidentsTwo in-scope tiers, Critical and Major, both mapped to contractual Severity 1. A Messenger role drawn from support whenever customers are affected. Rollback to a known-good state is preferred over a root-cause fix during the incident.
Login.gov: Incident Response GuideFour named roles including a Scribe. Five response phases from Initiate to Retrospect. A recoverability rating alongside severity. Participation in drills is mandatory.
Fleet: Engineering handbookAn incident is declared by opening an issue from a template, which also triggers paging. Unacknowledged pages escalate automatically every five minutes, up to the CTO. A postmortem for every outage.