Dispatching Parallel Agents

A coordination pattern for when you're facing two or more chunks of work that don't depend on each other. It helps you identify which tasks are genuinely independent, scope each one so an agent can run it without stepping on the others, and fan them out concurrently instead of grinding through them serially. Best paired with Claude Code's subagent tooling. Third-party skill from Jesse Vincent's Superpowers collection.

Third-party, by Jesse Vincent

June 8, 2026

Install

Simple install — no setup required

1

Open the Claude desktop app and go to the Project you want this in

2

Go to Code, then Customize, then click Create a new skill and upload the skill file below

3

Say a trigger phrase to activate it

The skill file
Download

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

The full SKILL.md for this third-party skill lives on GitHub. Open it to read the exact instructions Claude will follow.

View full SKILL.md on GitHub