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
Updated 1/19/2026
Stars
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
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use dispatching-parallel-agents