| name | combination-evaluation |
| description | Evaluate new combinations for feasibility and novelty |
| execution | subagent |
| prompt | ./prompt.md |
| input | combination_proposals (array) |
| dependencies | {"sops":["spawn-agent"]} |
Combination Evaluation
Evaluate proposed combinations for feasibility, novelty, and implementation difficulty.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Combination evaluation requires multi-criteria assessment of each proposed configuration, weighing technical feasibility against novelty and estimating implementation barriers.
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. |