Problem Space Mapping¶
Map the states, actions, constraints, and goals of a problem so exploration becomes deliberate rather than ad hoc.
The Diagnostic Story¶
Symptom: After many rounds of discussion, the group is still asking what it is actually solving. Teams cycle through the same options without learning from the cycle; important paths appear late as surprises; implementation fails because downstream states were not anticipated; and stakeholders reject a plan because it addressed a different problem than the one they face. One representation has taken over thinking and is silently excluding constraints and paths that live outside its frame.
Pivot: The structural move is to externalize the implicit problem space before committing to exploration or solution. Define the initial state, goal state or target region, feasible actions, constraints, dependencies, search boundaries, and unexplored regions, and establish a strategy for moving through the map. Validate and revise the map as evidence, stakeholder input, or experiments reveal missing states, false constraints, or better paths.
Resolution: The group gains a shared understanding of the problem's shape, not just a list of options. Option discovery improves, premature convergence decreases, and exploration becomes deliberate rather than governed by what is familiar. The transition from mapping to selection or implementation is cleaner because downstream states and constraints are already visible in the map.
Reach for this when you hear…¶
[strategic planning] “We've been debating three solutions for six weeks but we've never agreed on what the target state actually looks like — we're solving different problems.”
[software architecture] “We kept proposing designs without mapping the constraint space first, and now we're on the fourth iteration because each one hit a dependency we hadn't drawn yet.”
[policy design] “The options we're comparing all assume the current enforcement capacity is fixed, but loosening that constraint opens paths we haven't even looked at.”
When This Archetype Applies¶
Partial catalog groundingSome structural conditions are represented by existing abstractions, but no sufficient condition set is fully represented.
Diagnostic problem
Actors cannot reason clearly because the possible states, moves, constraints, goals, dependencies, and unexplored regions of the problem are implicit, scattered, contested, or poorly organized. The problem may look like a single question, a list of options, or a conflict of opinions, when it is actually a space of possible positions and transitions that must be made visible before intelligent exploration can occur.
What this problem means
The structural problem is invisible possibility structure. Actors may have facts, opinions, constraints, and proposed solutions, but they do not yet have a shared map of the space in which those elements relate.
Several things can be unclear at once: the current state, the target state, what counts as a valid move, which constraints are fixed, which constraints are assumptions, what paths lead to dead ends, and which regions of the space have never been inspected. Without that structure, exploration becomes reactive. The group tends to revisit familiar options, debate preferred answers, or treat the first visible path as the whole problem.
Show the applicability expression
Applicability expression5 distinct conditions
groundedpartly groundedopen
5 conditions, all required.
5Required in every casenumbered 1–5
These hold no matter which pattern applies.
Premature solution debate · open
The team debates solutions before agreeing on the problem's shape.
The source archetype describes the situation as follows: The team is debating solutions before agreeing on the shape of the problem. The normalized requirement above isolates the load-bearing portion used in this condition set.
Unmapped option relations · open
Options are listed without prerequisite, consequence, or downstream-state relations.
The source archetype describes the situation as follows: Options are listed but not related to prerequisites, consequences, or downstream states. The normalized requirement above isolates the load-bearing portion used in this condition set.
Familiar local exploration · grounded
Exploration repeatedly returns to familiar moves or local fixes.
The source archetype describes the situation as follows: Exploration keeps returning to familiar moves or local fixes. The normalized requirement above isolates the load-bearing portion used in this condition set.
Inconsistent constraint use · open
Constraints are invoked inconsistently or treated as obvious.
This is a load-bearing situation condition in the diagnostic expression. The condition is: Constraints are invoked inconsistently or treated as obvious. If it does not hold, this particular condition set is incomplete.
Divergent perceived actions · open
Different actors perceive different possible moves.
Use this archetype when a group is stuck because the possible moves are implicit, scattered, or prematurely narrowed. The narrower requirement in this condition set is: Different actors perceive different possible moves.
Other requirements and context (1)
Why these sit outside the expression
Supporting context — it may accompany or help interpret the situation, but it is not a load-bearing condition in a sufficient diagnostic set.
Supporting contextThe problem feels vague, large, or overwhelming.
Coverage
1 of 5 conditions grounded · 4 open.
Mechanisms / Implementations¶
- Constraint Matrix: Cross-references candidate options against every constraint in one grid, so the feasible region — and which combinations are simply ruled out — becomes visible at a glance.
- Decision Tree
- Design Space Map: Lays the space of possible designs out along its governing dimensions, so feasible regions, trade-off frontiers, and whole quadrants nobody has tried become a single readable terrain.
- Diagnostic Possibility Map: Lays out the plausible causes of a symptom alongside the tests that would confirm or exclude each, so diagnosis proceeds by ruling regions in and out rather than latching onto the first guess.
- Option Map: Organizes a set of alternatives by the dimensions they vary along and the dependencies between them, so a scattered list of choices becomes a structured field you can see the shape of.
- Search Space Diagram: Shows the territory to be searched as regions — covered, excluded, and not-yet-looked — with the directions of inquiry, so exploration becomes a deliberate sweep rather than a wander.
- State / Action Map: Draws the problem as states linked by the actions that move between them, so reachability, sequence, and blocked positions become visible before anyone commits to a path.
- Strategic Option Map: Charts the strategic paths an organization could take toward alternative target positions — with their commitment points and the stakeholders who read each differently — so a major bet is chosen with the whole terrain in view.
- Unknowns and Assumptions Register: Keeps a running ledger of the map's unverified assumptions and evidence gaps, tagged by how load-bearing each is, so guesses are never drawn as if they were settled structure.
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)
- Constraint: Limits possibilities to guide outcomes.
- Problem Space: Range of possibilities.
- Search and Retrieval: Locate and extract information.
Also references 7 related abstractions
- Boundary: Defines system limits.
- Cognitive Load: Mental effort.
- Dimensionality Reduction: Reduce variables.
- Network: Models interactions between components.
- Optimization: Finds best solution under constraints.
- Phase Space: All possible system states.
- 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.
State / Action Problem Map · subtype · recognized
A variant that makes the problem space explicit as a set of states connected by possible actions or transitions.
Design Space Mapping · domain variant · recognized
A design-oriented variant that maps possible design dimensions, option combinations, constraints, and tradeoff regions.
Diagnostic Possibility Mapping · domain variant · recognized
A diagnostic variant that maps plausible causes, evidence, tests, exclusions, and next inquiry moves.
Strategic Option Space Mapping · domain variant · recognized
A strategy variant that maps possible strategic paths, resource dependencies, constraints, and alternative target states.
Learning Problem Space Mapping · domain variant · candidate
A learning-oriented variant that maps concepts, misconceptions, practice moves, prerequisites, and target understandings.
Editorial Notes¶
Problem Classification¶
Classification: Decision, Search & Optimization Failure → Hidden, Unbounded & Poorly Pruned Search Space
Problem kernel: possible states and moves are implicit and unnavigable
Rationale: Earliest causal condition: Actors cannot reason clearly because the possible states, moves, constraints, goals, dependencies, and unexplored regions of the problem are implicit, scattered, contested, or poorly organized. The problem may look like a single question, a list of options, or a conflict of opinions, when it is actually a space of possible positions and transitions that must
Independent corroboration: The earliest necessary condition in the frozen evidence is: Actors cannot reason clearly because the possible states, moves, constraints, goals, dependencies, and unexplored regions of the problem are implicit, scattered, contested, or poorly organized. That is a search space discovery and reduction problem because A large or falsely bounded option space cannot be navigated because viable regions are hidden, exploration is undirected, or narrowing and pruning lack safe justification.
Review outcome: Independent reviewer agreement; high confidence.