| name | solution-space-reduction |
| description | Apply CCA to remove inconsistent combinations |
| execution | subagent |
| prompt | ./prompt.md |
| input | matrix (object), consistency_judgments (array) |
| dependencies | {"sops":["spawn-agent"]} |
Solution Space Reduction
Apply cross-consistency analysis to remove all configurations containing inconsistent pairs, producing a reduced solution space.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Space reduction requires systematic application of consistency constraints across the full matrix, computing which complete configurations survive filtering, and reporting reduction statistics.
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
|---|
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |