oa-orchestration-pipeline

Generate a plan.json, spawn parallel workers, and synthesize results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and execution of complex, multi-step tasks by intelligently planning, executing, and synthesizing results, eliminating the need for manual chaining of agent commands.

Core Features & Use Cases

  • Automated Planning: Generates a plan.json file to break down complex tasks into sequential or parallel steps.
  • Worker Orchestration: Spawns and manages multiple worker agents to execute planned steps, respecting dependencies.
  • Result Synthesis: A combiner agent synthesizes the outputs from individual workers into a final, coherent result.
  • Use Case: Use this Skill to research a topic, write a detailed report, and then create a presentation based on that report, all through a single command.

Quick Start

Invoke the pipeline with a high-level task description to begin the automated planning and execution process.

Frequently Asked Questions about oa-orchestration-pipeline

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

FAQPage Schema
How do I automate complex multi-step tasks without manually chaining agent commands?▼

You can automate complex multi-step tasks by invoking an orchestration pipeline that generates a plan, spawns parallel workers, and synthesizes results. This eliminates manual chaining by managing task decomposition and execution automatically.

What is agent orchestration for parallel task decomposition?▼

Agent orchestration for parallel task decomposition is the process of breaking down a high-level request into sequential or parallel steps, spawning worker agents to execute them, and combining their outputs into a final result.

How do I coordinate multiple agents to research and write a report in one command?▼

You can coordinate multiple agents by providing a high-level task description to an orchestration pipeline. The pipeline plans the steps, assigns workers to research and write, and a combiner agent synthesizes the final report.

Can I execute sequential and parallel steps in the same automation pipeline?▼

Yes, the orchestration pipeline generates a plan that supports both sequential and parallel steps. It spawns and manages multiple worker agents to execute these steps while respecting their dependencies.

Do I need to define the plan manually for multi-step task automation?▼

No, you do not need to define the plan manually. The pipeline features automated planning that generates a plan file to break down complex tasks into sequential or parallel steps dynamically.