dispatching-parallel-agents

Installation
SKILL.md

Dispatching parallel agents

Gate (required)

Use this skill only if:

  • User or parent explicitly allows parallel subagents, and
  • Tasks are independent (no shared files, no ordering dependency on partial output)

If either condition fails, use sequential incremental-implementation instead.

When to use

  • Independent reviews (security + tests + API contract) on the same commit
  • Parallel research spikes with separate output files
  • Large plan with disjoint file ownership per task

When not to use

Installs
4
GitHub Stars
25
First Seen
May 25, 2026
dispatching-parallel-agents — charlieviettq/awesome-agent-skill