Evergreen
How to Build an Accountable Innovation Decision Record
Create a durable product decision record covering facts, assumptions, authority, alternatives, dissent, controls, boundaries, stop conditions, and outcomes.
How to Build an Accountable Innovation Decision Record
An accountable innovation decision record states what is being authorized, who owns the decision, which facts and assumptions support it, what alternatives and objections were considered, which boundaries and controls apply, and what evidence will stop or reopen the decision.
It is not a meeting transcript. It is not a legal memo. It is not a polished explanation written after an incident. The record should exist before launch and remain durable enough for a later reviewer to reconstruct what the team knew at the time.
The most important design choice is to preserve the original decision. Later outcomes should be appended with dates rather than silently rewriting the past.
flowchart TD
A["Proposal and objective"] --> B["Verified facts"]
B --> C["Assumptions and unknowns"]
C --> D["Authority and alternatives"]
D --> E["Dissent and affected parties"]
E --> F["Boundaries, controls, and stop conditions"]
F --> G["Named decision and approver"]
G --> H["Operating evidence"]
H --> I["Outcome review appended to original record"]
Why ordinary meeting notes fail
Meeting notes usually record topics, comments, and tasks. They rarely state the exact decision, the version of the product being approved, the facts supplied to reviewers, or the person with authority to stop the work.
They also tend to flatten disagreement. A material legal, privacy, safety, or security objection may become a sentence saying the team discussed risk. A later reader cannot tell whether the concern was resolved, accepted, ignored, or never shown to the decision maker.
A decision record forces the team to move from conversation to accountability. It makes the scope small enough to approve, the uncertainty visible enough to challenge, and the stop conditions concrete enough to operate.
State the decision before the rationale
Open with one sentence describing the action under consideration. Include the product, version, user group, market, start date, duration, and decision state.
"Approve the pilot" is too thin. A useful statement identifies what the pilot does, who receives it, where it runs, which data it uses, how long it lasts, and whether the decision permits a full launch later.
Then state the objective. The objective should describe the problem and expected result without hiding a compliance decision inside a growth metric. If the business objective is to enter a market while challenging a licensing interpretation, say that directly.
Separate facts from assumptions
Facts should have sources, owners, and dates. A product fact may point to a working build or test result. A legal fact may point to a current rule or order. A market fact may point to a measured user behavior.
Assumptions are beliefs that influence the decision but are not yet verified. Examples include expected complaint volume, a predicted regulator response, a belief that a cohort is low risk, or an estimate of rollback time.
Unknowns should remain visible. A team that cannot resolve an unknown can narrow the scope, add a control, delay the decision, or explicitly accept the uncertainty through an authorized decision owner.
The Justice Department's Evaluation of Corporate Compliance Programs asks how companies identify, assess, and address risk, and whether their programs work in practice. A decision record should preserve the inputs needed to answer those questions later. The guidance is not a safe harbor and does not make an otherwise unlawful decision acceptable.
Identify authority without copying sensitive advice
Name the accountable business, product, legal, privacy, security, compliance, and domain owners relevant to the decision. Record which reviewer supplied which interpretation and the material facts that reviewer received.
Do not summarize legal advice in a widely shared note if privilege or confidentiality requires restricted handling. The operational record can point to an authorized matter identifier, state the approved boundary, and name the advice owner.
Authority is not the same as seniority. An executive may control budget and timing without authority to waive a legal requirement. Counsel may interpret law without owning product operation. A product manager may understand the feature without owning enterprise risk.
Show the alternatives
Record the real alternatives, including no launch, delay, a smaller market, a different data source, a manual process, a transparent user experience, or a regulator-facing test.
The rejected alternatives matter because they show whether the team searched for a safer path or treated the preferred design as inevitable. Each rejection should have a reason tied to evidence, not a slogan such as "too slow" or "not innovative."
A strong record also identifies which alternative becomes the fallback if a stop condition triggers.
Preserve dissent in its real meaning
Material dissent should be written so the person raising it would recognize the concern. The record should state the evidence behind the objection, the possible harm, the requested change, and whether the concern was resolved.
If the team proceeds over the objection, name the decision owner and the accepted residual risk. If the objection changes scope, controls, timing, or monitoring, record the change.
The current Justice Manual principles direct attention to culture, internal complaints, incentives, discipline, resources, and whether management disregarded misconduct. A record that erases dissent can conceal the very evidence an accountable organization needs.
Make reversibility concrete
Many teams call an experiment reversible because a feature flag can be turned off. That is only one part of reversal.
The record should state how long rollback takes, who can order it, whether data can be deleted or corrected, whether users can be made whole, whether a false decision can be appealed, and which effects cannot be undone.
A pricing experiment may be technically reversible while leaving financial harm. A data transfer may remain after the feature is disabled. A regulator or customer shown a misleading state cannot be returned to the moment before the interaction.
Reversibility should therefore include product state, data state, affected-person remedy, contractual state, and trust.
Define boundaries and prohibited uses
Boundaries identify who, where, when, and why. The record should cover users, markets, duration, data, access, administrators, use cases, and excluded uses.
Prohibited uses are especially important for product exceptions. A cohort approved for fraud prevention should not become a commercial-exclusion list. A test environment should not be used to misrepresent the live product. A safety override should not become a way to bypass ordinary authorization.
Material changes to purpose, cohort logic, data, market, interface, access, or duration should trigger reapproval.
Turn controls into evidence
Each control needs an owner, implementation point, test method, result, monitor, alert threshold, response, and review date. A policy without operation is weak evidence.
Prevention controls reduce the chance of harm. Detection controls show when the product has left its approved state. Response controls define how the team contains and corrects the problem. Governance controls make sure a person with authority receives the signal.
The Justice Department corporate enforcement page links current materials on compliance design, resources, reporting, testing, and remediation. The useful lesson for product work is that the record must reach operation. An approval deck does not show that a control worked.
Write automatic stop conditions
A stop condition should identify an observable signal and the action that follows. It can be tied to a legal change, security event, complaint threshold, control failure, unexpected affected group, material data change, missing log, regulator notice, or product behavior outside the approved scope.
State who can order the stop and who must be notified. If no one has practical authority to pause the system, the condition is decorative.
Append the outcome
Schedule the first outcome review before launch. Compare actual users, markets, data, incidents, complaints, appeals, overrides, control results, and business outcomes with the original record.
Do not replace the original assumptions with what later became known. Append a dated review that explains what changed and whether the product will continue, narrow, pause, or retire.
An Obsidian-ready decision record
Create one Markdown note per consequential decision. Use a stable identifier and restricted links where sensitive evidence lives.
| Section | Prompt |
|---|---|
| Decision | What exact action is being authorized, for which version, scope, and period? |
| Objective | Which problem and measurable result justify the decision? |
| Facts | What has been verified, by whom, from which dated source? |
| Assumptions | Which beliefs could change the decision if wrong? |
| Unknowns | Which gaps remain and how are they bounded? |
| Authority | Who owns the business, legal, privacy, security, compliance, and domain judgments? |
| Alternatives | Which options, including delay and no launch, were rejected and why? |
| Affected parties | Who receives value, risk, cost, or reduced choice? |
| Dissent | Which material objections remain and what changed because of them? |
| Boundary | Which users, markets, data, duration, access, and prohibited uses apply? |
| Controls | How will harm be prevented, detected, corrected, and evidenced? |
| Stop | Which signal pauses the decision and who has authority to act? |
| Outcome | What happened, what changed, and what decision follows? |
Build the evidence through [[How to Design a Product Compliance Review]]. Use [[When a Product Exception Becomes a Governance Risk]] when the decision involves hidden cohorts or alternate experiences.
Editorial note
This guide was developed with AI assistance from Venture Step E047 and the linked Justice Department materials. Dalton Anderson remains the author. Organizational adoption requires legal, privacy, security, records, domain, and founder review. Completed records may require restricted storage. Publication is not authorized.
Sources
Follow the evidence.
- daltonanderson.ghost.io: ubers greyball the dark side of tech innovationdaltonanderson.ghost.io
- whistleblowers.gov: complaint pagewhistleblowers.gov
- uber.com: an update on greyballinguber.com
- theguardian.com: uber used greyball fake app to evade police across europe leak revealstheguardian.com
- courthousenews.com: GREYBALL AUDIT REPORTcourthousenews.com
- justice.gov: jm 9 28000 principles federal prosecution business organizationsjustice.gov
- youtu.be: TiC4GmwZ nsyoutu.be
- sec.gov: whistleblower protectionssec.gov
- open.spotify.com: 32iYem7RXAQ2R7WyHdRrscopen.spotify.com
- justice.gov: dljustice.gov
- justice.gov: corporate enforcementjustice.gov
- whistleblowers.gov: faqwhistleblowers.gov
- NLRB protected concerted activitynlrb.gov
- portland.gov: statement mayor ted wheeler allegations uber used greyball tool sidestepportland.gov
- sec.gov: report possible securities law violationssec.gov
- ftc.gov: bringing dark patterns lightftc.gov
- justice.gov: criminal division announces publication guidance evaluating corporate compliance programsjustice.gov
- whistleblowers.govwhistleblowers.gov
- content.govdelivery.com: 198c3edcontent.govdelivery.com
- portland.gov: 631393portland.gov
- yahoo.com: exclusive uber faces criminal probe 083701705yahoo.com