🤖
AI EngineeringShell

Dispatch Agents

by danielvm-git

Dispatch Agents is an AI Engineering skill for Claude Code, published by danielvm-git in bigpowers.

173 stars14 forkson danielvm-git/bigpowersAdded 2026/09/07+8% in starsRepository updated 2026/09/06
ai-agentsautomationbmadclaude-codeclean-codecursor-rulesdevopsdocumentation-as-codegemini-cliproductivitysoftware-engineeringsolo-developerspec-driven-developmenttdd
Install in seconds
Install Dispatch Agents
Copy Dispatch Agents into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/danielvm-git/bigpowers/tree/main/skills/dispatch-agents ~/.claude/skills/dispatch-agents

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/danielvm-git/bigpowers.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/dispatch-agents/SKILL.md in danielvm-git/bigpowers
Installs to
~/.claude/skills/dispatch-agents
Collection
One of 23 skills cataloged from this repository
Category
AI Engineering3475 skills

What Dispatch Agents does

Dispatch Agents runs multiple subagents in parallel on independent tasks. Use it when work can be split into decoupled pieces and speed matters, with explicit synchronization points and no inter-task review gate.

Dispatch Agents is cataloged under AI Engineering on DirSkills. Dispatch Agents comes from a repository tagged ai-agents, automation, bmad, claude-code and clean-code.

Documentation

README

story: e09s04

story: e45s38

story: e45s30

Dispatch Agents

HARD GATEHARD GATE — Agent work must be parallelizable and have explicit synchronization points. Do NOT dispatch work that has hidden dependencies between agents.

Run multiple subagents in parallel on independent tasks. Use when tasks are genuinely decoupled — no agent needs the output of another to start.

Distinct from delegate-task: This skill maximizes throughput via concurrency. There is no sequential review gate between tasks. Use delegate-task instead when a single task needs careful two-stage oversight before proceeding.

When to use

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Dispatch Agents

  • What else does danielvm-git publish alongside Dispatch Agents?

    Dispatch Agents is one of 23 skills that DirSkills catalogs from danielvm-git/bigpowers, the repository it ships in. Its siblings there include Align Grid, Assess Impact and Audit Code. Each one is a separate skill with its own page in this directory, installs the same way Dispatch Agents does, and is maintained by danielvm-git in that same repository. The rest of the collection is listed on the danielvm-git/bigpowers page.

  • How does Dispatch Agents compare to other AI Engineering skills?

    Dispatch Agents ranks #3248 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Dispatch Agents against them. Open each page to compare what they document and how they install.

More from danielvm-git/bigpowers

Dispatch Agents is one of 23 skills cataloged on DirSkills from danielvm-git/bigpowers.

See all 23 skills