| name | idea-synthesis |
| description | Synthesize diverse ideas into coherent solution concepts. Combines fragments from multiple ideation passes into structured, actionable ideas with clear mechanism descriptions. |
| execution | subagent |
| prompt | ./prompt.md |
| input | raw_ideas (string), campaign_context (string) |
| dependencies | {"sops":["spawn-agent"]} |
Idea Synthesis
Synthesize diverse ideas into coherent solution concepts.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Synthesis requires holding all intermediate outputs in context simultaneously and identifying connections, redundancies, and complementary fragments across multiple ideation passes.
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. |