Audit which constraints are real and which are assumed
List every constraint you’re working under, then test each one for whether it is actually fixed.
Why it works
Solvers routinely over-constrain problems by treating assumptions as facts, a phenomenon related to representational fixity. Explicitly auditing constraints forces each one through a simple test — "if I had to violate this constraint to solve the problem, could I?" — which separates truly fixed constraints (legal, physical) from self-imposed ones that are actually negotiable. Removing even one false constraint often changes the solution space dramatically.
How to do it
- List every constraint you believe applies to the problem ("must be done by Friday," "can’t cost more than $X," "requires manager approval").
- For each, ask: "Is this constraint externally imposed and unchangeable, or is it an assumption I’m carrying?"
- For assumed constraints, ask: "What would happen if I violated this? Is that consequence actually unacceptable?"
- Remove at least one assumed constraint and generate fresh solutions in the expanded space.
Evidence
Constraint relaxation as a problem-solving technique is supported by research on representational change and insight (Ohlsson, Knoblich). Identifying and removing self-imposed constraints reliably increases the solution space in experimental problem-solving tasks. (observational)
Lab insight problems (matchstick puzzles) may be too clean to fully represent real organizational constraints; the principle transfers but the magnitude of effect may not.
Sources
- Knoblich et al. (1999), constraint relaxation and chunk decomposition in insight problem solving, Journal of Experimental Psychology: Learning, Memory, and Cognition
Common mistake
Treating time, budget, and headcount as absolute constraints without checking whether the real constraint is an approval process that is faster to change than assumed.
Practice this with IX Coach
7 days free, then $40/month (~$1.30/day).
More practices for Problem Reframing: Solving the Right Problem First
- Climb the why–why ladder
Ask "why is this a problem?" repeatedly to reveal the higher-level goal your current framing may be missing.
- Rephrase the problem as a "How might we…?" question
Convert a problem statement into a question that invites solutions without prescribing them.
- Reverse the problem to break fixation
Ask the opposite question ("How could we make this worse?") to escape the constraints of the original framing.
- Map who actually owns the problem
Identify whose problem it truly is before investing in a solution — the framing often changes when you name the real owner.
- Import a frame from a different domain
Describe your problem as if it were a challenge in an unrelated field, then steal the solutions from that field.
- Change the metric you’re optimizing
Shift which outcome you measure and the problem often dissolves or transforms entirely.
Related concepts
- TRIZ: Systematic Invention and the Logic of Contradictions
Contradiction mapping, inventive principles, and why the best solutions eliminate trade-offs rather than manage them
- Constraint Relaxation: Escaping the Walls You Built Yourself
How over-constrained thinking blocks insight, and what to do about it
- Osborn’s Brainstorming Rules, Made Practical
The original four rules, the mechanisms behind them, and what the research actually shows