Conceptual
Login

An Incident Is Only Paid For When Its Finding Becomes a Written Requirement or a Test

An outage teaches you something no analysis produced: a real failure took a real path through your real system. That knowledge decays fast. A review that ends in a narrative and a resolve to be careful leaves nothing behind, and the same class of failure returns because nothing in the design changed. The knowledge survives only when it is converted into an artifact that outlives the memory of the incident, and there are three shapes worth knowing. It becomes a requirement: a measurable scenario stating the response the system must give the next time that stimulus arrives, which is now part of what any future design has to satisfy. It becomes an automated check: a test or an alarm that would have caught this, so a regression announces itself. Or it becomes a recorded decision, when the honest finding is that the failure was accepted rather than fixed, with the reason and the condition under which that acceptance would be revisited. Note what is not on the list: a fix applied only to the instance that broke. The unit of learning is the class, not the incident. You can now turn a postmortem's findings into things a future design is obliged to satisfy, instead of a document nobody rereads.