orchestrate

Execute multi-stage task plans from .plan markdown artifacts via specialized subagents.

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/roborew/opencode --skill orchestrate-roborew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/roborew/opencode/tree/main/skills/orchestrate
Command: npx skills add https://github.com/roborew/opencode --skill orchestrate-roborew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a central coordinator for executing complex tasks defined in plan artifacts, ensuring that development, verification, and recovery steps are handled by the appropriate subagents.

Core Features & Use Cases

  • Plan Execution: Orchestrates multi-stage workflows defined in .plan/ artifacts.
  • Subagent Delegation: Intelligently dispatches tasks to specialized agents like developer, designer, scribe, verifier, and helper.
  • Use Case: When a new feature requires coding, testing, and verification, orchestrate ensures each step is performed by the correct agent, managing the flow and reporting progress.

Quick Start

Use the orchestrate skill to select and execute a plan from the available options in the .plan directory.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I execute multi-stage task plans defined in markdown artifacts?

To execute multi-stage task plans from markdown artifacts, use orchestrate to process workflows defined within the .plan directory, coordinating specialized subagents for each step. It manages task execution, artifact updates, and error recovery automatically.

What is agent coordination for software development workflows?

Agent coordination for software workflows involves dispatching tasks to specialized subagents like developer, designer, scribe, and verifier. This orchestration ensures each pipeline stage is handled by the correct agent while managing workflow progression and child report grading.

How do I delegate coding and verification steps to specialized subagents?

You delegate coding and verification steps by using orchestrate to intelligently dispatch tasks to specialized subagents. It routes development to the developer agent and testing to the verifier, managing progress reporting and overall plan execution flow.

Does plan execution support environment preflight checks and error recovery?

Plan execution supports both environment preflight checks and error recovery. Orchestrate validates the environment before running tasks and coordinates with helper subagents to manage recovery steps if failures occur during the multi-stage workflow.

When do I need plan orchestration for developer tools?

You need plan orchestration for developer tools when a feature requires coding, testing, and verification across multiple stages. It ensures each step is performed by the correct subagent, managing the workflow flow and reporting progress from .plan artifacts.