Implicit Assumption Surfacing¶
Make hidden assumptions explicit so they can be tested, revised, documented, or deliberately preserved.
The Diagnostic Story¶
Symptom: A decision feels obvious before its premises have been named, and people reach superficial agreement using shared labels that carry different implied meanings. When constraints materialize, stakeholders describe them as surprises. The same edge cases keep appearing and are treated as anomalies rather than as evidence that an unstated background belief is failing. Past post-mortems include the phrase 'we assumed...'
Pivot: Elicit the hidden assumptions, connect each one to the decision or behavior it is shaping, test it against evidence and plausible alternatives, mark its confidence and validity conditions, and decide whether to revise, monitor, document, or intentionally keep it as a stated premise.
Resolution: Decisions become more testable because their premises are now visible and can be independently evaluated. False agreement collapses into honest disagreement that can be resolved. Learning from failure improves because what was actually assumed is on record.
Reach for this when you hear…¶
[product strategy] “We've been building for six months on the assumption that users would integrate this into their existing workflow — but nobody has checked whether they even have that workflow, and that needs to be explicit before we ship.”
[policy design] “The model projects strong uptake, but buried in the methodology is an assumption about administrative capacity that no agency in this region actually has.”
[scientific research] “The result only holds if the treatment effect is homogeneous across subgroups — that's not something we tested, it's something we assumed, and it needs to be on the table before we generalize.”
Mechanisms / Implementations¶
- Assumption Audit: Sweeps a whole plan or decision for the assumptions it silently rests on, keeps the load-bearing ones, tests their support, and names what would have to be true instead where support is thin.
- counterfactual_assumption_test
- design_critique
- model_assumptions_log
- premortem_assumption_probe
- red_team_assumption_review
- reflective_interview
- stakeholder_assumption_elicitation
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Implicit Knowledge: Unconscious understanding.
- Mental Model: Internal system representation.
- Metacognition: Awareness of thinking processes.
Also references 12 related abstractions
- Anchoring: Overweight initial info.
- Bounded Rationality: Limited decision capacity.
- Causality: Cause-effect relationships.
- Cognitive Entrenchment: Rigid thinking patterns.
- Confirmation Bias: Favor confirming evidence.
- Feedback: Outputs influence inputs.
- Frame of Reference: Observational perspective.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Psychological Safety: Safe environment for risk-taking.
- Representation: Model complex ideas.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Strategic Assumption Surfacing · domain variant · recognized
Surfaces the hidden market, capability, timing, risk, or stakeholder assumptions beneath a strategy before the strategy is treated as settled.
Design Assumption Surfacing · domain variant · recognized
Makes hidden assumptions about users, workflows, contexts, constraints, or interpretation visible before design decisions harden.
Governance Assumption Audit · governance variant · recognized
Audits the hidden assumptions embedded in policy, oversight, rules, or governance decisions so they can be challenged and owned.
Conflict Assumption Surfacing · communication variant · recognized
Surfaces the hidden assumptions underneath disagreement so parties can tell whether they disagree about values, facts, expectations, or interpretations.