Back to Skills
dispatching-parallel-agents
Coordinates multiple concurrent subagents safely — splitting work and merging results. From the Superpowers library.
Context EngineeringADVANCEDby obra (Jesse Vincent)
Claude Codesubagentsparallelorchestration
Key Information
Install / Load
/plugin install superpowers@claude-plugins-official
How This Skill Works
From the Superpowers library. Manages concurrent subagent workflows: how to split work into independent units, dispatch them in parallel, avoid conflicts, and synthesize the results back together.
Use it for parallel exploration or independent implementation tracks. Installs as part of the Superpowers plugin.
Source
Maintained by obra (Jesse Vincent). Install and updates come from the official repository.
View on GitHub Related Skills
context-builder
Prepares optimal context for large codebases or agent sessions. Builds smart indexes, summaries, and retrieval strategies so agents stay within token limits while remaining effective.
prompt-engineer
Improves prompts, skills, and AGENTS.md files using a measure-first loop. Diagnoses why an instruction fails and rewrites it to be reliable.
skill-creator
Anthropic's official interactive skill for authoring new skills — scaffolds SKILL.md, structure, and trigger descriptions the right way.