AI AGENT ADDONS

Dispatching Parallel Agents

obra/superpowers
AI & Agent Building
109,093installs

When you have many different problems to fix at once, you can send each one to a separate expert helper. Each helper works on its own problem without needing to know about the others. This way you fix everything much faster.

These helpers are called agents. You give each agent a clear job and the specific details they need. They never look at your whole conversation history. They just focus on their one task. You stay free to coordinate everything.

This approach works best when the problems are truly independent. For example, three different test files failing for different reasons. Each agent can fix one file. You save time by having them work at the same time.

Add Dispatching Parallel Agents skill to your workflow

Global

mkdir -p ~/.claude/skills/dispatching-parallel-agents

Project

mkdir -p .claude/skills/dispatching-parallel-agents

Source Repository

Stars
240,546
Forks
21,355
Watchers
240,546
License
MIT
Last Push
6 days ago
Created
8 months ago