Assumption Lock-and-Relax Workshop¶
Workflow — instantiates Necessity-Possibility-Contingency Framing
A facilitated workflow that marks fixed assumptions, relaxable assumptions, and the possibilities each relaxation opens.
Assumption Lock-and-Relax Workshop is a facilitated session that gets a team to surface the assumptions underneath a plan, sort each into locked or relaxable, and sketch what relaxing each one would open. Its defining move is that it works on a group's live beliefs, not on a static document: the value comes from a room discovering that half of what it called "given" is a choice it forgot it made. Unlike a constraint table, it produces no enduring typed artifact of its own — it produces a shared, negotiated partition of the assumption set and a rough dependency reading of which conclusions ride on which assumptions, then hands the concrete case-building to other mechanisms.
Example¶
A four-person startup is convinced its meal-kit product has stalled because "the market is saturated." A facilitator runs a Lock-and-Relax Workshop. On the wall go the load-bearing assumptions: we must ship nationwide, we can't charge over $12 a box, our customer is the time-poor professional, fresh ingredients only, weekly cadence. Each is dot-voted locked or relaxable, and the facilitator presses on every "locked" one — why can't this move?
Two supposed locks fall. "We must ship nationwide" turns out to be a founder's ambition, not a constraint; relaxing it to a single dense metro opens a profitable-at-lower-scale possibility no one had let themselves see. "The time-poor professional" was an inherited assumption; relaxing it opens a "batch-cooking family" segment that tolerates the price ceiling the team thought was killing them. The workshop's output is not a decision — it is a partitioned assumption set and a note, for each relaxation, of which stalled conclusion it might reopen, ready for someone to actually model.
How it works¶
The session moves in three passes: elicit the assumptions the plan rests on, partition each into locked or relaxable by challenging every claimed lock, and trace — for each relaxable assumption — which of the plan's conclusions would change if it moved. The distinguishing dynamic is social: the facilitator's job is to break the room's collective habit of treating chosen constraints as external ones, using structured challenge and anonymous voting to get past the loudest voice. It sketches the direction each relaxation opens; it deliberately stops before enumerating or comparing the concrete cases, which is downstream work.
Tuning parameters¶
- Challenge intensity — how hard the facilitator pushes on each claimed lock. Harder challenge dislodges more false locks but can tip into contrarianism that unmoors real constraints.
- Elicitation breadth — surface every assumption or only decision-critical ones. Breadth finds hidden locks; focus keeps the session finishing.
- Anonymity of the lock/relax vote — open discussion versus silent voting. Anonymity frees juniors to relax a founder's sacred assumption; open voting builds faster buy-in.
- Relaxation ordering criterion — order relaxable assumptions by reversibility, by upside, or by how much conflict relaxing them causes.
- Facilitator neutrality — an outside facilitator versus a team member; neutrality reduces capture but loses context.
When it helps, and when it misleads¶
Its strength is dissolving self-imposed constraints a team has stopped seeing as choices — the same trap the nine-dots puzzle exploits, where solvers assume a boundary the instructions never imposed.[n1] A room that can distinguish "physics won't allow it" from "we've always done it this way" stops mistaking habit for necessity.
Its failure mode is the mirror image: a workshop can generate the intoxicating feeling that everything is relaxable, and a team leaves having loosened a genuine constraint just because loosening felt productive. It is also vulnerable to social capture — if the founder's assumptions are quietly exempt from challenge, the partition just ratifies the hierarchy. The classic misuse is theater: a session that surfaces only safe assumptions and locks the ones that actually bind. The guarding discipline is to force at least one sacred assumption onto the relax list per session, and to route every "opened" possibility to real analysis rather than treating the whiteboard as proof.
How it implements the components¶
assumption_context_frame— the locked-versus-relaxable partition is a scoped record of which assumptions the plan is currently holding fixed.assumption_relaxation_ladder— ordering the relaxable assumptions produces the ladder of which to loosen first and what each loosening opens.contingency_dependency_map— the trace pass records, for each conclusion, which assumption it depends on, so a stalled conclusion points back at its assumption.
It does not enumerate or compare the concrete cases each relaxation opens — possible_world_or_case_set is Possible-World Case Matrix's work, which the workshop feeds; and it does not type constraints by physical/legal/financial kind — accessibility_relation_or_constraint_rule belongs to Design Constraint-Relaxation Table.
Related¶
- Instantiates: Necessity-Possibility-Contingency Framing — the workshop partitions a team's assumptions into fixed and relaxable and traces what each relaxation reopens.
- Sibling mechanisms: Modal Claim Table · Possible-World Case Matrix · Counterfactual Minimal-Change Checklist · Necessity-Possibility Red Team · Legal Obligation-Permission Matrix · Design Constraint-Relaxation Table · Modal Language Review Protocol
Editorial Notes¶
Form Classification¶
Form family: Communication, Facilitation & Learning
Rationale: A facilitator leads participants through eliciting, challenging, and anonymously voting on assumptions so socially protected pseudo-constraints become relaxable possibilities, making its operative form a participatory learning workshop.
Nearest alternative: Protocol, Workflow & Routine — The session has three ordered passes, but facilitated social challenge and shared reframing rather than the sequence alone create its value.
Review outcome: Adjudicated after independent review; high confidence.
Origin Attribution¶
Primary origin: Engineering & Design
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Deliberately relaxing constraints to expand a feasible solution space is a standard engineering-design search move.
Related originating lineages:
- Futurism & Strategic Foresight — Scenario work tests which constraints remain valid across alternative futures.
- Organizational & Management Science — Facilitation and explicit commitment rules turn individual constraint analysis into a group decision process.
- Philosophy — Modal reasoning supplies the distinction between necessary conditions and merely contingent assumptions.
Review resolution: Engineering research treats constraint relaxation as a way to enlarge a direct solution space, and design-space literature formalizes the feasible alternatives constraints define. That operational move is the workshop's core, making engineering design primary while philosophy, foresight, and management shape how constraints are classified and negotiated.
Attribution caveat: The named workshop is synthesized from design-space exploration, modal reasoning, foresight, and facilitation rather than inherited as one canonical method.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
- Technical University of Munich — Relaxing High-Dimensional Constraints in the Direct Solution Space
- Computer-Aided Design — Design Space Representation
Notes¶
[n1] The nine-dots puzzle asks you to connect a three-by-three grid of dots with four straight lines; it is unsolvable only if you assume the lines must stay inside the square the dots suggest — a constraint the puzzle never states. It is the canonical illustration of a self-imposed assumption, which is exactly the kind of false lock this workshop hunts. ↩