| name | perspective-synthesis |
| description | Synthesize all perspective outputs into a structured multi-perspective idea report. |
| execution | subagent |
| prompt | ./prompt.md |
| input | all_intermediate_outputs (string) |
| dependencies | {"sops":["spawn-agent"]} |
Perspective Synthesis
Synthesize all perspective outputs into structured report.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Synthesis requires holding all perspective outputs simultaneously and finding patterns across them, benefiting from a fresh context that can see the forest rather than individual trees.
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. |