Cubis Engineers

Incident Notes That Lead to Action

Write timelines and follow-up work that help teams learn without hiding accountability.

Engineering journalBy Cubis EngineeringPublished Aug 13, 2026incidentsreliabilitypostmortemlearning

An incident document is useful when another engineer can understand what users experienced, how the system behaved, why response took the path it did, and what will reduce the chance or impact of recurrence.

Keep the timeline factual

Record meaningful events with one time standard:

Terminal
09:41 UTC — Alert fired for elevated checkout errors.
09:44 UTC — On-call confirmed failures in two regions.
09:49 UTC — Recent configuration rollout paused.
09:55 UTC — Previous configuration restored; errors began to fall.
10:07 UTC — User-facing error rate returned to baseline.

Avoid assigning cause in the timeline before the evidence supports it. “Deployment caused the outage” is a conclusion. “Errors began three minutes after deployment reached the second region” is an observation.

Explain contributing conditions

Complex systems rarely fail because one person made one bad choice. Look for the conditions that made the outcome possible:

  • missing or misleading feedback;
  • a change with a larger blast radius than expected;
  • an undocumented dependency;
  • a guardrail that did not cover this path;
  • an alert that arrived late or without context; or
  • operational pressure that narrowed the available choices.

Blameless analysis still holds owners accountable for corrective work. It removes personal judgment so the team can examine the system honestly.

Write actions that can finish

Every action needs an owner, priority, due date, and verification method. “Improve monitoring” cannot be completed. “Alert the payments on-call when regional authorization failures exceed two percent for five minutes, and test the route in staging” can.

Balance immediate repairs with structural work. Fix the unsafe configuration, then address why it passed review, reached too many users, or lacked a clear rollback signal.

Share the lesson

Publish the reviewed document where related teams can find it. Remove customer data, secrets, exploit detail, and unnecessary personal information. Link the resulting runbook, test, alert, design decision, or technical guide so the learning remains close to the work.

The document is complete when the lesson changes the system—not when the meeting ends.

Reference

On this page