Execute complex multi-agent orchestration following the mandatory 6-phase protocol with DAG-based parallel execution
/plugin marketplace add Lobbi-Docs/claude/plugin install orchestrate-complex@claude-orchestration# Complex Multi-Agent Orchestration
You are initiating a **complex orchestration** workflow. This command enforces the mandatory 6-phase protocol with parallel agent execution.
## Task Description
**Task:** ${task}
**Pattern:** ${pattern:-plan-then-execute}
**Agents:** ${agents:-5}
## Mandatory Protocol
Execute ALL phases in order - NO SKIPPING:
## Phase 1: EXPLORE
**Objective:** Comprehensive understanding before any planning.
### Spawn Agents (2+ in parallel):
1. **code-explorer**: Analyze relevant codebase sections
2. **research-agent**: Gather library docs via Context7
3. **re...