orchestrating-work

Route tasks to subagents or agent teams based on task signals.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/labrinyang/team-ochestractor --skill orchestrating-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-work
Source: https://github.com/labrinyang/team-ochestractor/tree/main/skills/orchestrating-work
Command: npx skills add https://github.com/labrinyang/team-ochestractor --skill orchestrating-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating work across subagents or agent teams to find the cheapest effective execution path for a task.

Core Features & Use Cases

  • Decides between subagents and agent teams based on task signals and required coordination.
  • Builds a role-based team from a predefined pool (Thinking, Action, People).
  • Supports escalation to agent teams when inter-worker communication is essential.

Quick Start

Provide a task description and let the orchestrator route it to subagents or a team.

Frequently Asked Questions about orchestrating-work

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

FAQPage Schema
How do I route tasks to subagents or agent teams for dynamic orchestration?

Task orchestration routes work to the cheapest effective execution mode by evaluating task signals and deciding between isolated subagents and coordinated agent teams for multi-step investigations.

When should I use agent teams instead of subagents for multi-step investigations?

Use agent teams for multi-step investigations when inter-worker communication is essential. The orchestrator escalates tasks requiring complex coordination to role-based teams, while subagents handle tasks needing simple isolation.

How does role-based team formation work for agent coordination?

Role-based team formation builds coordinated agent groups from a predefined pool of Thinking, Action, and People roles, ensuring dynamic composition based on the specific cross-layer work signals detected in the task.

What is the best way to orchestrate cross-layer work requiring complex coordination?

Orchestrating cross-layer work applies an escalation policy to route tasks to agent teams when required coordination exceeds simple isolation, enabling role-based composition and dynamic team formation for complex multi-step investigations.

Does orchestrating work require dependencies to set up dynamic team formation?

No dependencies are required to set up dynamic team formation. You provide a task description and the orchestrator routes it to subagents or a team based on required coordination and task signals.

Why does the orchestrator escalate tasks to agent teams instead of using subagents?

The orchestrator escalates tasks to agent teams when inter-worker communication is essential for complex coordination. Subagents are used for simple isolation, while agent teams handle multi-step investigations requiring dynamic team formation.