orchestration-execution

Manage multi-agent task waves and monitor teammate health states.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill orchestration-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration-execution
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/agent-orchestrator/skills/orchestration-execution
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill orchestration-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the coordination of multiple AI agents by managing their execution in waves and actively monitoring their health to prevent stalls or failures.

Core Features & Use Cases

  • Wave-based Execution: Organizes agent tasks into sequential or parallel waves, ensuring dependencies are met.
  • Teammate Health Monitoring: Tracks agent status (working, done, blocked, stalled) and initiates corrective actions.
  • Use Case: When orchestrating a complex project involving several agents, use this Skill to ensure agents in Wave 2 only start after Wave 1 agents have successfully completed their tasks and provided necessary handoffs.

Quick Start

Use the orchestration-execution skill to spawn the first wave of agents and monitor their status.

Frequently Asked Questions about orchestration-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents to run in parallel and sequential waves?

You coordinate multiple AI agents using a wave-based execution model that organizes tasks into sequential or parallel waves, ensuring dependency requirements are met before subsequent waves initiate.

What is wave-based execution in multi-agent systems?

Wave-based execution in multi-agent systems is a coordination mechanism that groups agent tasks into sequential or parallel waves, ensuring agents in later waves only start after prior waves complete required handoffs.

How do I monitor AI agent health status and recover from stalls?

You monitor AI agent health by tracking status states such as working, done, blocked, or stalled, which enables dynamic status checking and initiates automated corrective actions for failure recovery.

Can I use agent orchestration for complex task delegation with dependency management?

Yes, agent orchestration supports complex task delegation by managing dependencies across sequential or parallel waves, ensuring robust agent coordination and automated failure recovery for multi-agent systems.

How do I prevent blocked agents from stalling an entire multi-agent workflow?

You prevent stalled workflows by actively monitoring teammate health states, tracking working or blocked statuses, and initiating automated failure recovery actions to dynamically resolve stalls.

What's the best way to manage automated failure recovery for multi-agent systems?

The best way to manage automated failure recovery is implementing a wave-based execution model with active teammate health monitoring, which tracks agent status and initiates corrective actions when failures occur.