Systematic Enumeration Tactic (Category 5)
Minimum SOP Usage
<HARD-GATE>
**You MUST call at least 2 of the SOPs listed in your calls section.**
More SOPs = more systematic coverage = fewer blind spots.
Available SOPs: benchmark-sweep, method-problem-matrix, ablation-brainstorm, failure-taxonomy
Each SOP systematically enumerates from a different dimension:
- benchmark-sweep: "What do different benchmarks tell us?"
- method-problem-matrix: "Which method × problem combinations are unexplored?"
- ablation-brainstorm: "What happens if we remove/replace components?"
- failure-taxonomy: "What are the common failure modes and how do we fix them?"
Calling only 1 leaves systematic blind spots.
</HARD-GATE>
Procedure
- benchmark-sweep SOP with all known benchmarks → cross-benchmark ideas
- method-problem-matrix SOP with methods × problems → unexplored combinations
- with SOTA components → what-if variants
<HARD-GATE>
### Yield Report: systematic-enumeration
| Metric | Count |
|--------|-------|
| SOPs called | ?? |
| SOP names | [list] |
| Combinations/entries enumerated | ?? |
| Ideas generated per SOP | ?? |
| Total ideas generated | ?? |
</HARD-GATE>