Question
Why does decision context fail?
Quick Answer
The most common failure is not refusing to document decisions — it is documenting the decision without documenting the context. People write "We chose React" without writing "because our team had three React developers and zero Angular developers, we had a six-week deadline, and the client.
The most common reason decision context fails: The most common failure is not refusing to document decisions — it is documenting the decision without documenting the context. People write "We chose React" without writing "because our team had three React developers and zero Angular developers, we had a six-week deadline, and the client required server-side rendering which React supported through Next.js." The decision without the context is a fact without meaning. Six months later, when the team has changed and the deadline is forgotten, "We chose React" provides zero information about whether the decision still makes sense. A second failure mode is documenting context in ephemeral channels — Slack messages, meeting conversations, verbal explanations. This context exists for hours or days before it is buried under new messages or forgotten entirely. If the context is not written in a place that persists alongside the decision, it might as well not exist.
The fix: Choose three decisions you have made in the past month — one personal, one professional, and one that felt obvious at the time. For each decision, write a Decision Context Record using this format: (1) Date and decision statement — what you decided, in one sentence. (2) Context — the specific forces, constraints, emotions, information, and uncertainties that were active at the moment of choice. What did you know? What did you not know? What pressures were you under? What alternatives did you consider? (3) Expected consequences — what you believed would happen as a result. (4) Confidence level — a number from 1 to 10 representing how certain you felt. Write these records now, while the context is fresh. Then set a calendar reminder to review them in 30 days. When you review, notice how much of the original context you would have forgotten without the record. The gap between what you wrote and what you would have remembered is the size of the context loss that writing prevents.
The underlying principle is straightforward: Recording the context of a decision prevents future confusion about why you made it. Without a written record of the forces, constraints, and reasoning at the moment of choice, your future self — and everyone else — will reconstruct a fiction and call it memory.
Learn more in these lessons