Skip to main content
Back to registry

dispatching-parallel-agents

obra/superpowers

You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...

Installs16
Install command
npx skills add https://github.com/obra/superpowers --skill dispatching-parallel-agents
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel. Core principle: Dispatch one agent per independent problem domain. Let them work concurrently.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dispatching-parallel-agents do?

You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...

Is dispatching-parallel-agents good?

dispatching-parallel-agents does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dispatching-parallel-agents work with?

dispatching-parallel-agents currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to dispatching-parallel-agents?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dispatching-parallel-agents?

npx skills add https://github.com/obra/superpowers --skill dispatching-parallel-agents

Related skills

More from obra/superpowers

Related skills

Alternatives in Software Engineering