parallel-execution
Installation
SKILL.md
Parallel Execution
CRITICAL: This skill teaches how to execute multiple tasks simultaneously for maximum efficiency.
The Fundamental Rule
ALL runSubagent calls MUST be in a SINGLE function_calls block for true parallelism.
If runSubagent calls are in separate messages, they run SEQUENTIALLY, not in parallel.