
from orchestrator-supaconductor356
Pattern for splitting independent investigations into parallel agents — dispatch one focused agent per independent problem domain to speed up debugging and repa
This skill describes a workflow and prompt structure for dispatching multiple autonomous agents to investigate independent problems concurrently. It guides how to identify independent domains, create focused agent tasks, run them in parallel, and integrate the results while avoiding interference.
Apply when you face multiple unrelated failures (different test files, distinct subsystems, or separate bugs) where investigations do not share state and can proceed independently. Avoid when failures are related or require full-system context.
Useful with multi-agent orchestrators and Claude Code / Goose / other multi-agent frameworks that support spawning concurrent tasks. Works as a high-level coordination pattern for engineering and debugging workflows.
A pattern-skill for dispatching parallel agents to investigate independent problems concurrently. Contains no scripts — purely documentation with decision trees, prompt templates, and real-world examples. Well-written with clear do/don't comparisons, but lacks supporting scripts or references directory. Useful for Claude Code users debugging multiple independent failures.
Documentation-only skill. Dot-graph in markdown is a nice touch for decision trees. Real example section adds credibility. No security concerns whatsoever — no code to audit.