oa-orchestration-delegate

Decompose complex tasks and orchestrate parallel workers via the oa delegate command.

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-orchestration-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oa-orchestration-delegate
Source: https://github.com/OpenAEC-Foundation/Open-Agents/tree/main/.claude/skills/oa-orchestration-delegate
Command: npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-orchestration-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the decomposition of complex tasks into smaller, manageable subtasks, allowing an AI orchestrator to manage parallel workers for efficient execution.

Core Features & Use Cases

  • Hierarchical Task Decomposition: Automatically breaks down complex requests into steps an orchestrator can manage.
  • Parallel Worker Management: Spawns and coordinates multiple worker agents to execute subtasks concurrently.
  • Use Case: When faced with a broad request like "Analyze all Python files in the project and write a comprehensive report," this Skill enables an orchestrator to intelligently divide the work among several agents, each focusing on different parts of the codebase or different analysis types.

Quick Start

Delegate the task of analyzing all Python files in the /project directory to an orchestrator.

Frequently Asked Questions about oa-orchestration-delegate

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

FAQPage Schema
How does AI task decomposition work for parallel processing?

AI task decomposition breaks down complex requests into smaller subtasks managed by a central orchestrator. This enables parallel worker orchestration, allowing multiple agents to execute subtasks concurrently for efficient autonomous task management.

How do I delegate complex tasks to an AI orchestrator?

Delegate complex tasks to an AI orchestrator by issuing the 'oa delegate' command. This automates task decomposition and spawns parallel worker agents to execute the resulting subtasks concurrently.

Can I use multi-agent orchestration for large codebase analysis?

Yes, multi-agent orchestration is applicable for large codebase analysis. An AI orchestrator intelligently divides broad requests among several worker agents, with each focusing on different parts of the project or analysis types.

What is the best way to scale autonomous task management for parallel workers?

The best way to scale autonomous task management is using hierarchical task decomposition. This approach automatically breaks down complex requests into steps an orchestrator can manage, coordinating parallel workers for scalable processing.

Do I need to manually define subtasks before using parallel worker orchestration?

No, you do not need to manually define subtasks. The orchestration Skill automates the decomposition of complex tasks into smaller subtasks, allowing the AI orchestrator to autonomously manage the parallel workers.