orchestratorlisted
Install: claude install-skill stotihv/skills
# Orchestrator Skill: Autonomous Multi-Agent Coordination
This skill spawns and monitors parallel worker agents that execute beads autonomously.
**Prerequisite**: Run the `planning` skill first to generate `history/<feature>/execution-plan.md`.
## Architecture (Mode B: Autonomous)
```
┌─────────────────────────────────────────────────────────────────────────────┐
│ ORCHESTRATOR │
│ (This Agent) │
├─────────────────────────────────────────────────────────────────────────────┤
│ 1. Read execution-plan.md (from planning skill) │
│ 2. Initialize Agent Mail │
│ 3. Spawn worker subagents via Task tool │
│ 4. Monitor progress via Agent Mail │
│ 5. Handle cross-track blockers │
│ 6. Announce completion │
└─────────────────────────────────────────────────────────────────────────────┘
│
│ Task tool spawns parallel workers
▼
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
│ BlueLake │ │ GreenCastle │ │ RedStone │
│ Track 1 │ │ Track 2 │ │ Track 3 │
│ [a → b → c] │ │ [x → y] │ │ [m → n → o]