Skill
orchestration-execution
Wave-based parallel execution and teammate health monitoring for multi-agent orchestration. Use when coordinating agent waves, spawning teammates, checking health states, or a teammate appears stalled or blocked.
From agent-orchestratorInstall
1
Run in your terminal$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin agent-orchestratorTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Orchestration — Wave Execution and Health Monitoring
Wave Execution Model
Wave 1 → Spawn all independent teammates in parallel
↓ Monitor status files for completion signals
Wave 2 → Spawn dependent teammates; include summaries from predecessor handoffs
↓ ...
Wave N → Final integration
Between waves, the lead:
- Reads all status files and compaction events
- Validates handoff compliance (handoff file exists for completed teammates)
- Checks for file-ownership violations
- Writes lead handoff and evaluates compaction need
Health States
| State | Signal | Response |
|---|---|---|
| Healthy | Status file shows working | No action |
| Complete | Status shows done | Check if next wave unblocked |
| Blocked | Status shows blocked | Read notes, resolve, message |
| Stalled | No status file or stale | Message → read handoff → respawn |
| Quality concern | Done but handoff suspicious | Spawn review subagent |
Max 2 retries per teammate. Then escalate to user.
Similar Skills
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitFeb 19, 2026