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.
maintainer
hxk622
更新日 1/19/2026
スター
1
フォーク
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.
インストール
$ install --globalskills.sh
使い方
インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:
skills use dispatching-parallel-agents