parallel-execution

Installation
SKILL.md

Parallel Execution

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

When to Use

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

Core Concepts

Independence

Tasks are independent when:

  • ✓ No data dependencies (one doesn't need other's output)
  • ✓ No resource conflicts (different files, databases)
Related skills

More from d-oit/do-novelist-ai

Installs
4
First Seen
Jan 31, 2026