dispatching-parallel-agents
Delegates 2+ independent tasks to isolated-context subagents crafted with exactly the context they need.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for dispatching-parallel-agents, derived from its capabilities.
AIVSS 9.4 ยท Critical
View MAESTRO 7-layer threat model โOverview
A superpowers skill for fan-out orchestration: when facing multiple unrelated failures or independent tasks, it dispatches specialized subagents with precisely constructed instructions and no inherited session history. Security-relevant because it programmatically spawns agents and injects the exact context each executes on, controlling what tools/files those agents touch.
Key features
- Isolated-context subagent dispatch
- Precise per-agent instruction crafting
- Parallel investigation of independent failures
Use cases
- Investigating several unrelated test failures at once
- Parallelizing independent implementation tasks