parallel-agents
Installation
SKILL.md
Launch parallel subagent tasks safely with merge plan
Parallel Agents
Purpose
Run 2-3 independent subagent lanes in parallel while avoiding state collisions.
Instructions
- Validate no write overlap across subtasks.
- Create independent prompts with strict ownership boundaries.
- Launch parallel execution in one orchestration step.
- Collect outputs and run deterministic merge order.
- Return consolidated result with lane provenance.
Constraints
Do not parallelize tasks touching same mutable file set. Do not merge unvalidated out