name: intersection-evaluation description: Evaluate exploration status of each cell in a method×problem matrix, annotating as explored, partial, or unexplored. execution: subagent prompt: ./prompt.md input: cross_matrix (object) dependencies: sops: - spawn-agent
Intersection Evaluation
Evaluate the exploration status of each cell in a method×problem matrix and prioritize unexplored intersections.
Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
Why Subagent
Evaluation requires careful assessment of each intersection's exploration depth, consulting literature and benchmarks. Benefits from focused context to maintain consistent evaluation criteria.
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. |