Skill
Dispatching Parallel Agents
Splits genuinely independent problems across agents that run at the same time.
Install
/plugin install superpowers@claude-plugins-official
Triggers on
Fires when two or more problems are genuinely independent, share no state and can be investigated side by side.
- Author
- Jesse Vincent (obra)
- License
- MIT
Repositoryhttps://github.com/obra/superpowers
When failures sit in unrelated files or subsystems, one agent is sent per domain instead of walking through them one after another. Each agent gets a narrow scope and everything it needs up front, so it carries no inherited session history. The skill also draws a line: anything that shares state or has an ordering between the pieces stays together. When the agents return, their summaries are compared for overlapping edits before the results are combined.
Comments(0)
Sign in to comment