parallel-execution

Installation
SKILL.md

Parallel Execution

Execute multiple independent tasks simultaneously to maximize throughput and minimize total execution time.

Session Start Protocol: Identify parallelizable work and spawn task agents immediately at the start of a session, instead of doing everything sequentially.

When to Use

  • Multiple independent tasks (no dependencies)
  • Tasks benefit from concurrent execution
  • Available agents for parallel work
  • Results can be aggregated after completion

Core Concepts

Independence

Installs
1
GitHub Stars
2
First Seen
Jun 12, 2026
parallel-execution — d-o-hub/github-template-ai-agents