parallel-agents-pro
Installation
SKILL.md
Parallel agent workflows (professional)
Skill text is English; answer in the user’s preferred language when rules or the conversation specify it.
Use references such as Parallel Computing Patterns and Distributed Systems for methodology; this skill encodes dependency-aware parallelization, state isolation, failure handling, and result aggregation — not naive parallel execution.
Boundary
parallel-agents-pro owns agent dispatch, dependency coordination across agents, result aggregation, and failure handling. executing-plans-pro owns sequential execution coordination. writing-plans-pro owns dependency mapping for parallelization. Domain *-pro skills own agent task execution.
Related skills (this repo)
| Skill | When to combine with parallel-agents-pro |
|---|---|
executing-plans-pro |
Sequential execution coordination for dependent tasks |
writing-plans-pro |
Dependency mapping to identify parallelizable tasks |
Domain *-pro skills |
Agent task execution within each agent |
planning-pro |
Workflow orchestration and milestone coordination |
testing-pro |
Parallel test execution strategies |