Skip to content
Diosh Lequiron
Governance14 min read

What Is a Decision Register?

A decision register records not just what was decided, but the context, alternatives, and reasoning that produced it — the institutional memory that survives leadership change.

A decision register is a structured record of significant organizational decisions — capturing not just what was decided, but the context, constraints, alternatives considered, and reasoning that produced the decision. It is the institutional memory that survives leadership change. Where a log records the outcome, a register records the judgment.

This is the distinction that matters most. Meeting minutes record what was said. Action logs record what will be done. Project logs record what happened. A decision register records why. It captures the reasoning at the moment it was most complete — before time obscures it, before the people who made it move on, and before the organization starts asking "why did we do it this way?" without anyone left who can answer accurately.

The Failure That Makes Registers Necessary

The case for a decision register is rarely made when things are going well. It is made eighteen months after the fact, in a room full of people trying to reconstruct a choice none of them were present for.

The pattern is consistent. An organization makes a consequential decision — an architecture, a vendor commitment, an operating policy — under specific conditions that everyone in the room understands. The decision is correct for those conditions. Nobody writes down why, because at the moment of decision the reasoning is obvious to everyone who holds it. Obvious things do not feel like they need recording.

Then the conditions change. The people rotate. A new team inherits a system whose shape they did not choose and whose logic they cannot see. They encounter a constraint that looks arbitrary — a database that seems wrong for the current workload, a process step that appears redundant, a vendor relationship that no longer makes sense. They have two options, and both are expensive. They can defend the inherited choice with authority they do not actually possess ("this is how we do it"), or they can relitigate the entire decision from scratch, re-running an analysis that was already run once, often arriving at the same answer after weeks of work.

What is missing is not the decision. The decision is visible in the system every day. What is missing is the reasoning — the specific argument that connected the original conditions to the chosen option. That reasoning was the most valuable artifact the organization produced, and it was the one thing nobody captured. The register exists to close that gap: to record the judgment at the only moment it is fully available, which is the moment it is made.

What a Decision Register Contains

A well-formed decision register entry has six components.

The decision itself — stated precisely. Not "we'll improve the onboarding process" but "we will replace the current five-step manual onboarding workflow with a two-step automated flow, reducing time-to-activation from 72 hours to under 4 hours." Precision here is not pedantry. A vaguely stated decision cannot be evaluated later, cannot be tested against its own success criteria, and cannot be distinguished from the dozen adjacent decisions it touches.

The context — what was true at the time that made this decision necessary or appropriate. Market conditions, team capacity, technical constraints, regulatory requirements, financial limits. Context is time-sensitive; what was true in Q1 may not be true in Q3, and knowing the original context is the only way to evaluate whether a decision should be revisited. A decision that was correct under a six-week deadline and a four-person team is not automatically correct two years later under a different deadline and a different team. Without the context recorded, the future reader cannot tell the difference between a decision that has expired and one that still holds.

The alternatives considered — what else was on the table and why each was set aside. This is frequently the most valuable part of the register. Knowing that option B was rejected because of cost, not because it was technically inferior, is exactly the information needed when budget conditions change. An alternative rejected for the wrong-at-the-time reason becomes the obvious choice the moment that reason disappears — but only if someone recorded which reason it was. Registers that skip the alternatives reduce themselves to a record of conclusions, which is the least reusable part of any decision.

The reasoning — the logic that connected the context and constraints to the chosen option. Not a post-hoc rationalization but the actual argument made at the time. The discipline here is to write the reasoning before the outcome is known, while it is still honest. Reasoning recorded after the fact is contaminated by the result; reasoning recorded at the moment of decision is a clean record of what the organization actually believed.

The conditions for revisiting — explicit triggers that should prompt re-evaluation. "If the third-party integration provider's pricing model changes, revisit this decision." Without this, decisions calcify regardless of whether they remain valid. The revisiting condition is what converts a static record into a live instrument: it tells the organization not just what was decided, but what would have to change for the decision to stop being right.

Who made it and when — not for blame, but for accountability and for knowing who to consult if the decision needs to be revisited. The named decider is a routing instruction more than a liability assignment. When the revisiting condition fires, the register tells you whose judgment to seek — the person who held the full context, even if they have since moved to a different part of the organization.

What It Is Not

A decision register earns its definition partly through contrast. Four artifacts are routinely mistaken for it, and the confusion is not harmless — treating a register as one of these substitutes is how organizations conclude they "already have one" while capturing none of the value.

A decision register is not a meeting minutes document. Meeting minutes record attendance, discussion points, and action items. They do not, in most organizations, isolate the decision, capture the reasoning, or note the alternatives considered. A meeting that produces a significant decision will have minutes; the decision register entry is a separate artifact that extracts the decision-relevant information from the meeting record. The minutes answer "what happened in the room." The register answers "what did we commit to, and why." The first is a transcript; the second is a conclusion.

A decision register is not an action log. Action logs track tasks and deliverables. The decision that generated the action items belongs in the register; the action items themselves belong in the project management system. Conflating the two produces a register cluttered with tasks and a task system cluttered with reasoning — and neither serves its purpose well. The clean separation is: decisions and their logic in the register, work and its status in the tracker.

A decision register is not a policy document. Policies govern how recurring situations should be handled. A decision register records the specific decisions — often one-time — that shaped the organization. Some decisions become policy; most are contextual. The relationship runs one direction: a recurring pattern of similar register entries is often the signal that a policy is needed. But a policy is the generalization, and the register is the specific record that justified it.

A decision register is not a post-mortem. Post-mortems review outcomes after the fact. The decision register captures reasoning before outcomes are known, which is what makes it honest. A post-mortem written after a project succeeds will rationalize the decisions that led to success. A decision register written at the moment of decision records the actual state of knowledge at the time. This is the difference that gives the register its forensic value: it is the only document in the organization that knows what you knew when you knew it, uncorrupted by what came after.

A Concrete Example

A software team needs to choose a database. They evaluate three options: PostgreSQL, MongoDB, and a managed cloud service.

A decision register entry for this choice does not say: "Chose PostgreSQL." It says:

Decision: Use PostgreSQL for the primary data store. Date: 2026-03-15. Made by: Architecture team with CTO sign-off.

Context: Our data model has 14 entity types with 23 defined relationships. The team has 4 engineers with combined 12 years of PostgreSQL experience and zero MongoDB production experience. We have a 6-week delivery constraint.

Alternatives considered: MongoDB was evaluated for its flexible schema — it would have reduced migration overhead during the data model iteration phase. We set it aside because our relationship structure is well-defined, our team expertise is absent, and the learning curve would consume the delivery buffer. A managed cloud service was evaluated for reduced operational overhead but was rejected due to cost at our expected query volume and vendor lock-in concerns at this stage.

Reasoning: PostgreSQL's strengths — normalized relational data, proven consistency guarantees, team expertise — match our requirements directly. The flexible schema advantage of MongoDB does not apply when the schema is stable.

Conditions for revisiting: If the data model shifts significantly toward document-centric structures, or if we add engineers with deep MongoDB experience and the operational advantage of managed schemas becomes meaningful, this decision should be revisited.

That is a decision register entry. "Chose PostgreSQL" is a log entry.

Read the entry again with the future reader in mind. Eighteen months later, the team has grown and a new engineer with extensive MongoDB experience joins. She looks at the relational schema and asks the obvious question: why not a document store? Without the register, the team has no answer except inertia, and the question reopens a settled decision. With the register, the answer is immediate and precise — MongoDB was set aside because of absent team expertise and a tight delivery buffer, not because it was technically wrong. The register's revisiting condition has now actually fired: the new hire changes the expertise calculus, which was one of the two stated triggers. The entry does not just preserve the old decision; it tells the team exactly when the old decision deserves a second look. That is the difference between a record that calcifies and a record that stays alive.

Why It Matters

Organizations without decision registers suffer three recurring problems. None of them is dramatic in isolation. All of them compound.

Repeated debates. Decisions that were made, considered, and resolved get relitigated in every new team configuration. New engineers ask why PostgreSQL was chosen. New managers question the onboarding process decision. Without a record of the reasoning, the organization cannot answer "we considered that and set it aside because X" — it can only defend the status quo with authority ("this is how we do it") or relitigate the entire decision from scratch. Both are expensive. The first breeds resentment, because competent people are told to accept choices nobody can justify. The second burns the organization's scarcest resource — the focused attention of its best people — on re-deciding things that were already decided well.

Leadership transition loss. When the people who made the significant decisions leave, the reasoning leaves with them. The new leadership inherits a set of architectural, operational, and strategic choices whose rationale is opaque. This is not an abstract risk — it is the primary mechanism by which organizational knowledge degrades during leadership change. A decision register does not eliminate transition loss, but it makes the most important institutional knowledge explicit rather than personal. The test of whether your organization has this problem is simple: pick the three most consequential decisions made in the last two years, and ask whether the reasoning behind them lives in a document or in a specific person's memory. If it lives in a person, you are one resignation away from losing it.

Contradictory decisions across teams. Without a shared record of significant decisions, different teams in the same organization make contradictory choices — not because they disagree on values or goals, but because they are unaware of what each other has already decided and why. The engineering team makes an infrastructure decision that contradicts an architecture decision made six months earlier by a different team. The register surfaces the conflict; its absence allows it to accumulate silently. The cost of this is asymmetric: the contradiction is cheap to prevent and expensive to unwind, because by the time it is discovered, both teams have built on top of incompatible foundations.

Where the Register Breaks Down

A decision register is not free, and it is not always worth the cost. Understanding where it fails is part of using it well.

The first failure mode is over-recording. If every choice goes in the register, the register becomes a log, and the signal drowns in volume. The discipline is to reserve the register for decisions that are consequential and contested — the ones where the reasoning is non-obvious, the alternatives were real, and the cost of getting it wrong is high. A decision that any reasonable person would make the same way does not need an entry. The register is for the decisions a future reader would otherwise misunderstand.

The second failure mode is performative recording — entries written to look thorough rather than to be useful. A register entry that records a foregone conclusion with manufactured "alternatives" that were never seriously considered is worse than no entry, because it gives false confidence that reasoning was captured when it was not. The honesty of the alternatives section is the integrity test for the whole register.

The third is staleness. A register with revisiting conditions that nobody monitors is a register that quietly stops governing. The conditions for revisiting are only valuable if something in the organization is responsible for noticing when they fire. Without an owner, the register degrades into an archive — accurate about the past, silent about the present.

The honest summary is this: a decision register repays its cost only in organizations that outlive the tenure of the people who run them, and only for the decisions whose reasoning a future reader could not reconstruct. For a two-person team that will make and remake every decision together, the overhead is rarely justified. The value scales with the gap between who decides and who inherits.

What You Can Start This Week

You do not need a system to begin. You need one entry.

Pick the single most consequential decision your team has made in the last quarter — the architecture choice, the vendor commitment, the process change that everyone now treats as settled. Write it up in the six-component form: the decision stated precisely, the context that made it appropriate, the alternatives you set aside and why, the reasoning that connected them, the conditions that would make you revisit it, and who made it. It will take twenty minutes for a decision that consumed days.

Then run the test that justifies the whole practice. Hand the entry to someone who was not in the room, and ask them whether they now understand not just what you decided but why, and what would have to change for the decision to no longer hold. If they can answer both, you have produced the first entry in a decision register. If they cannot, the entry is not yet honest enough, and the gap shows you exactly what reasoning you were carrying in your head instead of on the page.

That single entry is the entire discipline in miniature. The system is just the same exercise, applied consistently to the decisions worth remembering.

Architecture Decision Records (ADRs) are a software-specific implementation of the decision register concept, commonly stored as markdown files in version control alongside the code they govern. They are a deliberately lightweight form — one file per decision, the reasoning living next to the system it shapes — and they demonstrate that a register does not require special tooling. A directory of plain text files, kept with discipline, is enough.

Phase gates create natural decision register moments — significant choices about whether to advance, hold, or reframe a phase of work deserve documentation at the level of a register entry, not just a status update. The decision to pass or hold a gate is exactly the kind of consequential, contestable choice the register exists to preserve.

Institutional memory is the broader concept that decision registers serve: the accumulated knowledge of an organization that makes it capable of learning over time rather than repeating the same experiments in every new configuration of people. The register is not the whole of institutional memory, but it is the part that captures judgment — and judgment is the part that leaves first when people do.

Continue in this series

This piece is part of What Is Organizational Governance? A Systems Practitioner's Complete Guide, my systematic guide to organizational governance and operating systems. Related reading:

Working through this in your own organization? I help technical leaders design it directly — advisory engagements.

ShareXLinkedInFacebookThreads

Continue Reading

Governance

Organizational Mapping as a Governance Tool

Org charts show formal structure. Organizational maps show how decisions actually flow. Five layers — formal structure, functional authority, information flow, influence network, accountability alignment — reveal governance failures before they become crises.

Read
Governance

The Governance of Dashboards and Metrics

Dashboards drift from decision tools to performance management theater through four mechanisms: metric proliferation, vanity capture, lag-without-lead, and audience confusion. Governing them requires a structured architecture.

Read
Governance

Meeting Governance: When Meetings Are the Symptom

Meeting overload is a governance symptom, not a time management failure. Four governance problems produce most unnecessary meetings — and fixing them reduces meeting volume more reliably than any calendar policy.

Read
Governance

Process Documentation That Survives Turnover

Most process documentation serves the documenter's memory, not a new person's onboarding. Five structural criteria determine whether a process document survives when the person who wrote it leaves.

Read
Governance

Governance Debt: How Accumulated Shortcuts Create Organizational Failure

Governance debt accumulates the same way technical debt does — incrementally, invisibly, and with compounding interest. How it forms, how to assess it, and what remediation actually requires.

Read
Governance

Operating Model Design for Organizations Under Continuous Change

Operating models designed for stability become brittle when the environment keeps changing. Four design principles for operating models that absorb change without restructuring every six months.

Read

Explore more

← All Writing