DEV Community

Hive80-lab
Hive80-lab

Posted on

The on-call handoff that ends 'wait, what was on fire?'

Most on-call pain isn't the 3am page — it's the 9am handoff where the outgoing engineer says "nothing major, check Slack" and the incoming one discovers a flapping alert, an escalated ticket, and a cron that died Thursday. We fixed our handoffs with one artifact: a five-line shift note, written by the outgoing on-call, read aloud by the incoming one.

The five lines

  1. Open fires — anything actively broken or degraded, with owner and next action. "Checkout latency 2x since 06:00, Grafana link, Maria has the vendor call at 10."
  2. Sleeping dragons — known-flaky things we chose not to wake. "Nightly backup job warns on Sundays; investigated, benign, next look next Sunday."
  3. What changed — deploys, config, access, vendor changes this shift. One line each, with ticket links.
  4. Promises made — anything we told a customer or another team we'd do. These are landmines; unspoken promises rot into escalations.
  5. The mood — one honest sentence. "Team is tired, queue is clean, don't invent work." Or: "Two near-misses on the same deploy pipeline; someone should dig in this week."

Why read-aloud beats write-and-forget

The handoff call is 10 minutes: outgoing reads the five lines, incoming asks two questions, both sign the note. The reading is the trick — a written note nobody opens is a diary; text read aloud at a fixed time is a contract. We cut repeat-incident escalations by roughly a third in the first month, mostly from line 4: promises made and never tracked.

Anti-patterns we killed

  • The 40-question checklist (nobody completes it; the two questions that matter drown).
  • The handoff that lives in someone's head because "it was a quiet week" (it never was).
  • Handoff-by-ticket-queue (forces the incoming engineer to archaeology instead of orientation).

Shift notes are the cheapest reliability tool we run: zero infra, ten minutes a shift, and they compound — six months of five-line notes is an accidental incident history you can grep.


Every drill in this post ships in the Ops Starter Kit ($29). All five kits: Ops Mega Bundle ($49). Or let the always-on ops desk run them for you.

Top comments (0)