Crisis Communication

Coordinating Team Communication During Incidents

When something breaks in production, the technical problem is only half the challenge. The other half is coordinating the people fixing it. Without clear communication, you get duplicated effort, contradictory messages to clients, missed actions, and a team that's frustrated on top of already being stressed.

Why this matters

Uncoordinated incident response turns a technical problem into an organizational one. Two people investigating the same thing while nobody checks the obvious cause. One person tells the client "it's a minor issue" while another says "we're not sure when it'll be fixed." The chaos compounds the problem.

Coordinated response keeps everyone aligned, prevents mixed messages, and usually resolves issues faster.

The principles

Designate one incident commander. One person coordinates. Everyone else executes. This prevents the "too many cooks" problem.

Establish a single communication channel. A dedicated Slack channel, a war room call, whatever works. But one place, not scattered across DMs and email.

Separate internal from external communication. The team discusses in one place. Client updates come from one person (usually the incident commander). Nobody contacts the client directly without coordination.

Document the timeline in real time. What happened when. What was tried. What worked, what didn't. This saves hours during the post-mortem.

What good looks like

Internal coordination in a team channel:

"Incident Commander here. Status:

  • @Dev1: investigating database
  • @Dev2: checking application logs
  • @Dev3: on standby for deployment

Post findings in this thread. Sync call in 30 minutes.

I'll handle all client communication. Don't contact the client directly."

Coordinated client update (sent by incident commander after gathering info):

"Update: team has identified the issue in the database layer. Implementing fix now. ETA 30 minutes."

Why It Works

Clear roles. Single channel. Regular syncs. One voice to the client.

Tips

  1. Create a dedicated incident channel immediately when something breaks
  2. One person owns client communication. Period.
  3. Use threads for specific investigation paths
  4. Document actions in real time
  5. Sync at regular intervals (every 30-60 minutes)
  6. After resolution, debrief: what worked, what didn't
  7. Practice with drills in low-stakes situations

How this connects

Incident coordination draws on managing emotions under pressure (staying calm in chaos), clear communication (brief, factual updates), team coordination, and the trust built through having practiced protocols before they're needed.

Things to try

  • Create an incident response template: roles, channels, communication cadence
  • Define who serves as incident commander and how that rotates
  • Run a low-stakes practice drill with your team
  • After your next incident, review: was coordination effective? What would you change?