home/categories/architecture-patterns/hxk622-tokendance-backend-app-skills-builtin-superpowers-dispatching-parallel-agents-skill-md
architecture-patternsdevelopment

dispatching-parallel-agents

当面临 2+ 个独立任务时使用,这些任务可以并行处理,无共享状态或顺序依赖。Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch one agent per independent problem domain.

hxk622
maintainer
hxk622
Mis à jour 1/19/2026
Étoiles
1
Forks
0
quick start

Installation and usage

当面临 2+ 个独立任务时使用,这些任务可以并行处理,无共享状态或顺序依赖。Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch one agent per independent problem domain.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use dispatching-parallel-agents