parallel-orchestration
Installation
SKILL.md
Parallel Agent Orchestration
Overview
This skill provides patterns for orchestrating multiple specialized agents to work in parallel on complex tasks. Use this for comprehensive code reviews, research-and-implement workflows, and multi-project coordination.
Core Orchestration Patterns
Pattern 1: Parallel Review (Fan-Out/Fan-In)
Launch multiple review agents simultaneously, then consolidate findings.
Use for: Comprehensive code review, pre-PR checks, security audits