| name | creative-ideation-benchmark-inventory |
| description | Catalog all known solutions/methods in a domain with performance, applicability, and limitations. |
| execution | subagent |
| prompt | ./prompt.md |
| input | domain (string) |
| dependencies | {"sops":["spawn-agent"]} |
Benchmark Inventory
Catalog all known solutions/methods in a domain. Produces a structured inventory with performance metrics, applicability scope, and known limitations.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Comprehensive benchmarking requires deep, focused research across multiple sources (papers, benchmarks, surveys). Benefits from dedicated context that can accumulate findings without polluting the orchestrator's state.
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. |