orchestrate

Decompose tasks into subtasks and dispatch them in parallel batches.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill orchestrate-yandy-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/orchestrate
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill orchestrate-yandy-r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinating multiple specialized agents to complete complex tasks in parallel, reducing manual coordination and ensuring reproducible outcomes.

Core Features & Use Cases

  • Parallel task orchestration across standalone sub-agents or agent teams, with optional worktree isolation.
  • Flexible task decomposition, dependency wiring, and batch scheduling, plus dry-run and plan-only modes for risk management.
  • Integrated templates, prompts, and reporting to synthesize results and generate comprehensive summaries.

Quick Start

Describe your task and run the orchestrate skill to start parallel agent batches.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate multiple agents to run tasks in parallel?

Multi-agent parallel task coordination works by decomposing complex tasks into subtasks and dispatching them in parallel batches to standalone agents or agent squads. It uses dependency graphs and batch scheduling to ensure reproducible outcomes.

Can I test parallel agent orchestration without executing real changes?

Yes, you can use dry-run and plan-only modes to test parallel agent orchestration safely. These modes generate risk management reports and preview plans without executing changes, allowing you to validate dependency wiring and batch scheduling beforehand.

What is the best way to manage dependencies when dispatching subtasks to agent squads?

The best way to manage dependencies for subtask dispatch is by applying dependency graphs to the task decomposition process. This wires subtasks together so batch orchestration respects execution order and synthesizes results correctly.

Does multi-agent orchestration support isolated worktrees for parallel execution?

Yes, multi-agent orchestration supports optional worktree isolation for parallel execution. This allows standalone agents or team-based squads to operate within isolated worktrees, preventing file conflicts during concurrent task processing.

How do I decompose a complex workflow into subtasks for batch scheduling?

To decompose a complex workflow for batch scheduling, you define the task and apply orchestration templates that split it into manageable subtasks. The system then wires dependencies and schedules these subtasks in parallel batches.

When should I avoid using parallel batch orchestration for agent tasks?

You should avoid parallel batch orchestration when tasks require strict sequential execution or lack clear dependency boundaries. If subtasks are tightly coupled, batch scheduling and worktree isolation cannot prevent conflicts and ensure reproducible outcomes.