Systematic Enumeration
Exhaustive coverage analysis to discover overlooked solution spaces via benchmark sweep, method-problem matrix, ablation, and failure taxonomy.
Strategy Routing
| Strategy |
Signal Keywords |
| benchmark-sweep |
benchmark, state-of-the-art, survey, catalog, inventory, known solutions |
| method-problem-matrix |
matrix, crossing, intersection, method×problem, unexplored combinations |
| ablation-brainstorm |
ablation, remove, component, dependency, what-if-removed |
| failure-taxonomy |
failure, fault, error, breakdown, failure mode, robustness |
| factorial-ideation |
factor, level, DOE, design of experiments, combination, factorial |
Manifest
Strategies
| Strategy |
Description |
| benchmark-sweep |
Systematically scan all known solutions, identify gaps |
| method-problem-matrix |
Cross method×problem matrix, find unexplored intersections |
| ablation-brainstorm |
Remove components one by one, observe system changes |
| failure-taxonomy |
Catalog all failure modes, generate targeted solutions |
| factorial-ideation |
DOE thinking: identify factors, define levels, explore combinations |
Tactics
| Tactic |
Description |
| evaluation-filtering |
Multi-dimensional evaluation and tiered filtering (shared) |
| coverage-analysis |
Benchmark inventory → method-problem crossing → intersection evaluation |
| gap-driven-generation |
Coverage gap detection → failure-driven generation → factor-level design |
SOPs
| SOP |
Description |
| benchmark-inventory |
Catalog all known solutions/methods in domain |
| method-problem-crossing |
Build method×problem cross-reference matrix |
| intersection-evaluation |
Evaluate exploration status of each matrix cell |
| ablation-execution |
Remove components one by one, record responses |
| dependency-identification |
Identify critical dependencies from ablation results |
| failure-mode-cataloging |
Systematically catalog failure modes |
| failure-driven-generation |
Generate solutions targeting each failure mode |
| factor-level-design |
Identify factors and levels, design experiment matrix |
| coverage-gap-detection |
Detect uncovered regions in solution space |
| enumeration-synthesis |
Synthesize all systematic enumeration outputs |
Budget Table
| Strategy |
web-search |
web-research |
paper-overview |
paper-search |
paper-research |
| benchmark-sweep |
30 |
10 |
30 |
20 |
8 |
| method-problem-matrix |
25 |
8 |
25 |
15 |
5 |
| ablation-brainstorm |
20 |
5 |
20 |
12 |
5 |
| failure-taxonomy |
25 |
10 |
25 |
15 |
5 |
| factorial-ideation |
20 |
8 |
20 |
12 |
5 |
MCP Tools
| Tool |
Server |
Purpose |
| brave_web_search |
brave-search |
General web search for methods and examples |
| 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 |
| evaluation-filtering |
Multi-dimensional evaluation and tiered filtering (shared) |
| coverage-analysis |
Benchmark inventory → crossing → intersection evaluation |
| gap-driven-generation |
Gap detection → failure-driven generation → factor-level design |
Available SOPs
| SOP |
Role |
| benchmark-inventory |
Catalog all known solutions in domain |
| method-problem-crossing |
Build method×problem cross-reference matrix |
| intersection-evaluation |
Evaluate exploration status of matrix cells |
| ablation-execution |
Component removal and response recording |
| dependency-identification |
Critical dependency extraction |
| failure-mode-cataloging |
Systematic failure mode classification |
| failure-driven-generation |
Targeted solution generation per failure mode |
| factor-level-design |
Factor/level identification and experiment matrix |
| coverage-gap-detection |
Uncovered region detection and prioritization |
| enumeration-synthesis |
Final synthesis of all enumeration outputs |
Available Strategies
Optional, no fixed order; the final leaf is always a sop.
| Strategy |
When to use |
| ablation-brainstorm |
Remove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps. |
| benchmark-sweep |
Systematically scan all known solutions, identify gaps in coverage and unexplored regions of the solution space. |
| factorial-ideation |
DOE thinking: identify factors, define levels, and explore combinations to systematically cover the design space. |
| failure-taxonomy |
Catalog all failure modes in a domain, classify them systematically, and generate targeted solutions for each failure type. |
| method-problem-matrix |
Cross method×problem matrix, find unexplored intersections where known methods have not been applied to known problems. |
Available Tactics
Optional, no fixed order; the final leaf is always a sop.
| Tactic |
When to use |
| coverage-analysis |
Systematic coverage evaluation pipeline — benchmark inventory, method-problem crossing, and intersection evaluation to map explored vs unexplored solution space. |
| creative-ideation-combination-mapping |
Systematically enumerate parameter dimensions and generate viable combinations. Orchestrates parameter extraction → value enumeration → compatibility assessment → synthesis. |
| evaluation-filtering |
Multi-dimensional evaluation and tiered filtering of generated ideas. Orchestrates novelty assessment → feasibility check → ranking → selection. |
| gap-driven-generation |
Generate solutions targeting specific coverage gaps — detect gaps, generate failure-driven solutions, and design factor-level experiments. |
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP |
When to use |
| 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. |
| enumeration-synthesis |
Synthesize all systematic enumeration outputs into a structured idea report with prioritized recommendations. |
| 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: systematic-enumeration3description: Systematic Enumeration Campaign — exhaustive coverage analysis to discover overlooked solution spaces via benchmark sweep, method-problem matrix, ablation, and failure taxonomy4---56# Systematic Enumeration78Exhaustive coverage analysis to discover overlooked solution spaces via benchmark sweep, method-problem matrix, ablation, and failure taxonomy.910## Strategy Routing1112| Strategy | Signal Keywords |13|----------|----------------|14| benchmark-sweep | benchmark, state-of-the-art, survey, catalog, inventory, known solutions |15| method-problem-matrix | matrix, crossing, intersection, method×problem, unexplored combinations |16| ablation-brainstorm | ablation, remove, component, dependency, what-if-removed |17| failure-taxonomy | failure, fault, error, breakdown, failure mode, robustness |18| factorial-ideation | factor, level, DOE, design of experiments, combination, factorial |1920## Manifest2122### Strategies2324| Strategy | Description |25|----------|-------------|26| benchmark-sweep | Systematically scan all known solutions, identify gaps |27| method-problem-matrix | Cross method×problem matrix, find unexplored intersections |28| ablation-brainstorm | Remove components one by one, observe system changes |29| failure-taxonomy | Catalog all failure modes, generate targeted solutions |30| factorial-ideation | DOE thinking: identify factors, define levels, explore combinations |3132### Tactics3334| Tactic | Description |35|--------|-------------|36| evaluation-filtering | Multi-dimensional evaluation and tiered filtering (shared) |37| coverage-analysis | Benchmark inventory → method-problem crossing → intersection evaluation |38| gap-driven-generation | Coverage gap detection → failure-driven generation → factor-level design |3940### SOPs4142| SOP | Description |43|-----|-------------|44| benchmark-inventory | Catalog all known solutions/methods in domain |45| method-problem-crossing | Build method×problem cross-reference matrix |46| intersection-evaluation | Evaluate exploration status of each matrix cell |47| ablation-execution | Remove components one by one, record responses |48| dependency-identification | Identify critical dependencies from ablation results |49| failure-mode-cataloging | Systematically catalog failure modes |50| failure-driven-generation | Generate solutions targeting each failure mode |51| factor-level-design | Identify factors and levels, design experiment matrix |52| coverage-gap-detection | Detect uncovered regions in solution space |53| enumeration-synthesis | Synthesize all systematic enumeration outputs |5455## Budget Table5657| Strategy | web-search | web-research | paper-overview | paper-search | paper-research |58|----------|-----------|-------------|---------------|-------------|---------------|59| benchmark-sweep | 30 | 10 | 30 | 20 | 8 |60| method-problem-matrix | 25 | 8 | 25 | 15 | 5 |61| ablation-brainstorm | 20 | 5 | 20 | 12 | 5 |62| failure-taxonomy | 25 | 10 | 25 | 15 | 5 |63| factorial-ideation | 20 | 8 | 20 | 12 | 5 |6465## MCP Tools6667| Tool | Server | Purpose |68|------|--------|---------|69| brave_web_search | brave-search | General web search for methods and examples |70| brave_llm_context | brave-search | Deep content extraction from web pages |71| apify/rag-web-browser | apify | Full page scraping for detailed content |72| get_paper_content | alphaxiv | Read academic paper content |73| discover_papers | alphaxiv | Find relevant research papers |74| relevanceSearch | semantic-scholar | Search academic literature |75| paper | semantic-scholar | Get paper details |76| citations | semantic-scholar | Trace citation networks |7778## Context Management7980- Each strategy tracks its own budget via State Ledger81- Strategies MUST NOT exceed allocated budget82- Campaign monitors cumulative spend across all strategies83- If a strategy exhausts budget before meeting yield, escalate to campaign level for reallocation84- Prefer paper-overview over paper-research for initial exploration (lower cost)8586## Available Tactics8788| Tactic | Role |89|--------|------|90| evaluation-filtering | Multi-dimensional evaluation and tiered filtering (shared) |91| coverage-analysis | Benchmark inventory → crossing → intersection evaluation |92| gap-driven-generation | Gap detection → failure-driven generation → factor-level design |9394## Available SOPs9596| SOP | Role |97|-----|------|98| benchmark-inventory | Catalog all known solutions in domain |99| method-problem-crossing | Build method×problem cross-reference matrix |100| intersection-evaluation | Evaluate exploration status of matrix cells |101| ablation-execution | Component removal and response recording |102| dependency-identification | Critical dependency extraction |103| failure-mode-cataloging | Systematic failure mode classification |104| failure-driven-generation | Targeted solution generation per failure mode |105| factor-level-design | Factor/level identification and experiment matrix |106| coverage-gap-detection | Uncovered region detection and prioritization |107| enumeration-synthesis | Final synthesis of all enumeration outputs |108109<!-- BEGIN available-tables (generated) -->110111## Available Strategies112113Optional, no fixed order; the final leaf is always a sop.114115| Strategy | When to use |116| --- | --- |117| ablation-brainstorm | Remove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps. |118| benchmark-sweep | Systematically scan all known solutions, identify gaps in coverage and unexplored regions of the solution space. |119| factorial-ideation | DOE thinking: identify factors, define levels, and explore combinations to systematically cover the design space. |120| failure-taxonomy | Catalog all failure modes in a domain, classify them systematically, and generate targeted solutions for each failure type. |121| method-problem-matrix | Cross method×problem matrix, find unexplored intersections where known methods have not been applied to known problems. |122123## Available Tactics124125Optional, no fixed order; the final leaf is always a sop.126127| Tactic | When to use |128| --- | --- |129| coverage-analysis | Systematic coverage evaluation pipeline — benchmark inventory, method-problem crossing, and intersection evaluation to map explored vs unexplored solution space. |130| creative-ideation-combination-mapping | Systematically enumerate parameter dimensions and generate viable combinations. Orchestrates parameter extraction → value enumeration → compatibility assessment → synthesis. |131| evaluation-filtering | Multi-dimensional evaluation and tiered filtering of generated ideas. Orchestrates novelty assessment → feasibility check → ranking → selection. |132| gap-driven-generation | Generate solutions targeting specific coverage gaps — detect gaps, generate failure-driven solutions, and design factor-level experiments. |133134## Available SOPs135136Optional, no fixed order; the final leaf is always a sop.137138| SOP | When to use |139| --- | --- |140| 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. |141| 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. |142| creative-ideation-novelty-scoring | Score ideas on novelty dimensions — structural distance from known solutions, conceptual surprise, domain-crossing depth. Produces ranked novelty assessment. |143| creative-ideation-saturation-detection | Determine when additional ideation yields diminishing returns. Analyzes latest idea batch against existing corpus to judge continue/near-saturation/saturated. |144| enumeration-synthesis | Synthesize all systematic enumeration outputs into a structured idea report with prioritized recommendations. |145| idea-synthesis | Synthesize diverse ideas into coherent solution concepts. Combines fragments from multiple ideation passes into structured, actionable ideas with clear mechanism descriptions. |146| parameter-identification | Identify the key parameters/dimensions of a problem space. Produces a structured parameter list with value ranges for morphological analysis. |147148<!-- END available-tables (generated) -->