1---2name: systematic-enumeration-23description: 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 |