Morphological Exploration
Systematic dimension-combination enumeration to discover unexplored solution spaces via Zwicky box, CCA, and GMA.
Strategy Routing
| Strategy |
Signal Keywords |
| zwicky-box-construction |
Zwicky, morphological box, parameter matrix, value grid |
| cross-consistency-analysis |
CCA, pairwise consistency, reduce combinations, filter inconsistent |
| general-morphological-analysis |
GMA, Ritchey, iterative morphological, complete analysis |
| design-space-mapping |
design space, coverage, explored regions, visualization |
| parameter-variation |
one-factor, parameter sweep, sensitivity, variation |
Manifest
Strategies
| Strategy |
Description |
| zwicky-box-construction |
Classic Zwicky box: parameter identification → value enumeration → matrix construction |
| cross-consistency-analysis |
CCA: pairwise consistency checking to reduce solution space 90-99% |
| general-morphological-analysis |
Ritchey GMA: complete iterative morphological process |
| design-space-mapping |
Visualize explored/unexplored regions of solution space |
| parameter-variation |
Systematic one-factor-at-a-time parameter sweep |
Tactics
| Tactic |
Description |
| combination-mapping |
Systematically enumerate parameter dimensions and generate viable combinations (shared) |
| consistency-checking |
Pairwise consistency evaluation to reduce solution space |
| white-space-identification |
Identify unexplored viable regions in the morphological matrix |
SOPs
| SOP |
Description |
| value-enumeration |
Enumerate 3-5 values per parameter including extremes |
| matrix-construction |
Build n-dimensional morphological matrix |
| consistency-pair-evaluation |
Evaluate pairwise value consistency (logical/empirical/normative) |
| solution-space-reduction |
Apply CCA to remove inconsistent combinations |
| path-generation |
Generate combination paths through consistent space |
| white-space-detection |
Identify matrix regions not covered by existing methods |
| combination-evaluation |
Evaluate new combinations for feasibility and novelty |
| design-space-visualization |
Generate structured description of design space |
| morphological-synthesis |
Synthesize all morphological exploration outputs |
Budget Table
| Strategy |
web-search |
web-research |
paper-overview |
paper-search |
paper-research |
| zwicky-box-construction |
25 |
8 |
25 |
15 |
5 |
| cross-consistency-analysis |
15 |
5 |
15 |
10 |
3 |
| general-morphological-analysis |
30 |
10 |
30 |
20 |
8 |
| design-space-mapping |
25 |
8 |
20 |
12 |
5 |
| parameter-variation |
20 |
5 |
20 |
12 |
5 |
MCP Tools
| Tool |
Server |
Purpose |
| brave_web_search |
brave-search |
General web search for morphological methods |
| brave_llm_context |
brave-search |
Deep content extraction from web pages |
| apify/rag-web-browser |
apify |
Full page scraping for detailed content |
| get_paper_content |
alphaxiv |
Read academic paper content |
| discover_papers |
alphaxiv |
Find relevant research papers |
| relevanceSearch |
semantic-scholar |
Search academic literature |
| paper |
semantic-scholar |
Get paper details |
| citations |
semantic-scholar |
Trace citation networks |
Context Management
- Each strategy tracks its own budget via State Ledger
- Strategies MUST NOT exceed allocated budget
- Campaign monitors cumulative spend across all strategies
- If a strategy exhausts budget before meeting yield, escalate to campaign level for reallocation
- Prefer paper-overview over paper-research for initial exploration (lower cost)
Available Tactics
| Tactic |
Role |
| combination-mapping |
Enumerate parameter combinations (shared, from combinatorial-creativity) |
| consistency-checking |
Pairwise consistency evaluation and space reduction |
| white-space-identification |
Identify unexplored viable regions |
Available SOPs
| SOP |
Role |
| value-enumeration |
Enumerate parameter values with boundary extremes |
| matrix-construction |
Build n-dimensional morphological matrix |
| consistency-pair-evaluation |
Evaluate pairwise consistency |
| solution-space-reduction |
Remove inconsistent combinations via CCA |
| path-generation |
Generate paths through consistent space |
| white-space-detection |
Detect uncovered matrix regions |
| combination-evaluation |
Evaluate combinations for feasibility/novelty |
| design-space-visualization |
Describe design space structure |
| morphological-synthesis |
Final output synthesis |
Available Strategies
Optional, no fixed order; the final leaf is always a sop.
| Strategy |
When to use |
| cross-consistency-analysis |
CCA: pairwise consistency checking to reduce solution space 90-99% |
| design-space-mapping |
Visualize explored/unexplored regions of solution space |
| general-morphological-analysis |
Ritchey GMA: complete iterative morphological process |
| parameter-variation |
Systematic one-factor-at-a-time parameter sweep |
| zwicky-box-construction |
Classic Zwicky box: parameter identification → value enumeration → matrix construction |
Available Tactics
Optional, no fixed order; the final leaf is always a sop.
| Tactic |
When to use |
| creative-ideation-combination-mapping |
Systematically enumerate parameter dimensions and generate viable combinations. Orchestrates parameter extraction → value enumeration → compatibility assessment → synthesis. |
| creative-ideation-consistency-checking |
Pairwise consistency evaluation to reduce solution space by identifying and removing inconsistent combinations. |
| evaluation-filtering |
Multi-dimensional evaluation and tiered filtering of generated ideas. Orchestrates novelty assessment → feasibility check → ranking → selection. |
| white-space-identification |
Identify unexplored viable regions in the morphological matrix where no existing methods operate. |
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP |
When to use |
| constraint-injection |
Inject artificial constraints to force creative divergence. Generates and applies constraints (resource, time, material, audience, scale) to existing ideas to produce variants. |
| context-checkpoint |
Append research process and results to the current Phase's context file. Covers both process and results with genuine substance. Use this skill at plan-designated checkpoint points — typically after each strategy completes or at key decision nodes within a research Phase. |
| context-init |
Create a new context file for a research Phase. Called once at Phase start to initialize the file that subsequent context-checkpoint calls will append to. Use this skill whenever a new research Phase begins and a fresh context file is needed. |
| creative-ideation-novelty-scoring |
Score ideas on novelty dimensions — structural distance from known solutions, conceptual surprise, domain-crossing depth. Produces ranked novelty assessment. |
| creative-ideation-saturation-detection |
Determine when additional ideation yields diminishing returns. Analyzes latest idea batch against existing corpus to judge continue/near-saturation/saturated. |
| idea-synthesis |
Synthesize diverse ideas into coherent solution concepts. Combines fragments from multiple ideation passes into structured, actionable ideas with clear mechanism descriptions. |
| parameter-identification |
Identify the key parameters/dimensions of a problem space. Produces a structured parameter list with value ranges for morphological analysis. |
1---2name: morphological-exploration3description: Morphological Exploration Campaign — systematic dimension-combination enumeration to discover unexplored solution spaces via Zwicky box, CCA, and GMA4---56# Morphological Exploration78Systematic dimension-combination enumeration to discover unexplored solution spaces via Zwicky box, CCA, and GMA.910## Strategy Routing1112| Strategy | Signal Keywords |13|----------|----------------|14| zwicky-box-construction | Zwicky, morphological box, parameter matrix, value grid |15| cross-consistency-analysis | CCA, pairwise consistency, reduce combinations, filter inconsistent |16| general-morphological-analysis | GMA, Ritchey, iterative morphological, complete analysis |17| design-space-mapping | design space, coverage, explored regions, visualization |18| parameter-variation | one-factor, parameter sweep, sensitivity, variation |1920## Manifest2122### Strategies2324| Strategy | Description |25|----------|-------------|26| zwicky-box-construction | Classic Zwicky box: parameter identification → value enumeration → matrix construction |27| cross-consistency-analysis | CCA: pairwise consistency checking to reduce solution space 90-99% |28| general-morphological-analysis | Ritchey GMA: complete iterative morphological process |29| design-space-mapping | Visualize explored/unexplored regions of solution space |30| parameter-variation | Systematic one-factor-at-a-time parameter sweep |3132### Tactics3334| Tactic | Description |35|--------|-------------|36| combination-mapping | Systematically enumerate parameter dimensions and generate viable combinations (shared) |37| consistency-checking | Pairwise consistency evaluation to reduce solution space |38| white-space-identification | Identify unexplored viable regions in the morphological matrix |3940### SOPs4142| SOP | Description |43|-----|-------------|44| value-enumeration | Enumerate 3-5 values per parameter including extremes |45| matrix-construction | Build n-dimensional morphological matrix |46| consistency-pair-evaluation | Evaluate pairwise value consistency (logical/empirical/normative) |47| solution-space-reduction | Apply CCA to remove inconsistent combinations |48| path-generation | Generate combination paths through consistent space |49| white-space-detection | Identify matrix regions not covered by existing methods |50| combination-evaluation | Evaluate new combinations for feasibility and novelty |51| design-space-visualization | Generate structured description of design space |52| morphological-synthesis | Synthesize all morphological exploration outputs |5354## Budget Table5556| Strategy | web-search | web-research | paper-overview | paper-search | paper-research |57|----------|-----------|-------------|---------------|-------------|---------------|58| zwicky-box-construction | 25 | 8 | 25 | 15 | 5 |59| cross-consistency-analysis | 15 | 5 | 15 | 10 | 3 |60| general-morphological-analysis | 30 | 10 | 30 | 20 | 8 |61| design-space-mapping | 25 | 8 | 20 | 12 | 5 |62| parameter-variation | 20 | 5 | 20 | 12 | 5 |6364## MCP Tools6566| Tool | Server | Purpose |67|------|--------|---------|68| brave_web_search | brave-search | General web search for morphological methods |69| brave_llm_context | brave-search | Deep content extraction from web pages |70| apify/rag-web-browser | apify | Full page scraping for detailed content |71| get_paper_content | alphaxiv | Read academic paper content |72| discover_papers | alphaxiv | Find relevant research papers |73| relevanceSearch | semantic-scholar | Search academic literature |74| paper | semantic-scholar | Get paper details |75| citations | semantic-scholar | Trace citation networks |7677## Context Management7879- Each strategy tracks its own budget via State Ledger80- Strategies MUST NOT exceed allocated budget81- Campaign monitors cumulative spend across all strategies82- If a strategy exhausts budget before meeting yield, escalate to campaign level for reallocation83- Prefer paper-overview over paper-research for initial exploration (lower cost)8485## Available Tactics8687| Tactic | Role |88|--------|------|89| combination-mapping | Enumerate parameter combinations (shared, from combinatorial-creativity) |90| consistency-checking | Pairwise consistency evaluation and space reduction |91| white-space-identification | Identify unexplored viable regions |9293## Available SOPs9495| SOP | Role |96|-----|------|97| value-enumeration | Enumerate parameter values with boundary extremes |98| matrix-construction | Build n-dimensional morphological matrix |99| consistency-pair-evaluation | Evaluate pairwise consistency |100| solution-space-reduction | Remove inconsistent combinations via CCA |101| path-generation | Generate paths through consistent space |102| white-space-detection | Detect uncovered matrix regions |103| combination-evaluation | Evaluate combinations for feasibility/novelty |104| design-space-visualization | Describe design space structure |105| morphological-synthesis | Final output synthesis |106107<!-- BEGIN available-tables (generated) -->108109## Available Strategies110111Optional, no fixed order; the final leaf is always a sop.112113| Strategy | When to use |114| --- | --- |115| cross-consistency-analysis | CCA: pairwise consistency checking to reduce solution space 90-99% |116| design-space-mapping | Visualize explored/unexplored regions of solution space |117| general-morphological-analysis | Ritchey GMA: complete iterative morphological process |118| parameter-variation | Systematic one-factor-at-a-time parameter sweep |119| zwicky-box-construction | Classic Zwicky box: parameter identification → value enumeration → matrix construction |120121## Available Tactics122123Optional, no fixed order; the final leaf is always a sop.124125| Tactic | When to use |126| --- | --- |127| creative-ideation-combination-mapping | Systematically enumerate parameter dimensions and generate viable combinations. Orchestrates parameter extraction → value enumeration → compatibility assessment → synthesis. |128| creative-ideation-consistency-checking | Pairwise consistency evaluation to reduce solution space by identifying and removing inconsistent combinations. |129| evaluation-filtering | Multi-dimensional evaluation and tiered filtering of generated ideas. Orchestrates novelty assessment → feasibility check → ranking → selection. |130| white-space-identification | Identify unexplored viable regions in the morphological matrix where no existing methods operate. |131132## Available SOPs133134Optional, no fixed order; the final leaf is always a sop.135136| SOP | When to use |137| --- | --- |138| constraint-injection | Inject artificial constraints to force creative divergence. Generates and applies constraints (resource, time, material, audience, scale) to existing ideas to produce variants. |139| context-checkpoint | Append research process and results to the current Phase's context file. Covers both process and results with genuine substance. Use this skill at plan-designated checkpoint points — typically after each strategy completes or at key decision nodes within a research Phase. |140| context-init | Create a new context file for a research Phase. Called once at Phase start to initialize the file that subsequent context-checkpoint calls will append to. Use this skill whenever a new research Phase begins and a fresh context file is needed. |141| creative-ideation-novelty-scoring | Score ideas on novelty dimensions — structural distance from known solutions, conceptual surprise, domain-crossing depth. Produces ranked novelty assessment. |142| creative-ideation-saturation-detection | Determine when additional ideation yields diminishing returns. Analyzes latest idea batch against existing corpus to judge continue/near-saturation/saturated. |143| idea-synthesis | Synthesize diverse ideas into coherent solution concepts. Combines fragments from multiple ideation passes into structured, actionable ideas with clear mechanism descriptions. |144| parameter-identification | Identify the key parameters/dimensions of a problem space. Produces a structured parameter list with value ranges for morphological analysis. |145146<!-- END available-tables (generated) -->