orchestrate

Orchestrates user tasks via selected execution patterns with plan review and progress caching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execution hubs let you pick an orchestration pattern without re-figuring out how to load the plan, resume progress, cache checkpoints, and report status across multiple execution methods.

Core Features & Use Cases

  • Pattern-based orchestration: Run a selected execution methodology (ralph, team, deep, ccg, ultrawork, autopilot, sciomc) against an approved or newly described task.
  • Plan loading and review: Load the most relevant prior plan (direct argument, ideation output, orchestration cache, or an interactive description) and require a confirmation step before execution.
  • Progress caching and interruption recovery: Persist stage checkpoints and progress summaries so sessions can be resumed and not repeat completed work.
  • On-the-fly resource creation: Create missing rules/skills/agents during orchestration when needed, without unnecessarily blocking execution.
  • Context harvesting: Generate session artifacts that can be harvested later for durable memory.

Quick Start

Run: /orchestrate ralph Build and verify a fix for the current task, resuming from the latest checkpoint if available.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I resume multi-agent orchestration from the last checkpoint after an interruption?▼

Multi-agent orchestration resumes from the last checkpoint by loading cached progress summaries and persistent stage checkpoints, ensuring previously completed work is not repeated. This behavior is built directly into the execution loop.

What is deterministic stage checkpointing in a task execution workflow?▼

Deterministic stage checkpointing in a task execution workflow is the process of persisting progress summaries and execution state at fixed intervals. It enables reliable resume-from-last-checkpoint behavior and structured status reporting across coordinated multi-agent runs.

Can I run parallel bulk execution and multi-model synthesis using a single orchestration pattern?▼

Parallel bulk execution and multi-model synthesis can both be run using a single orchestration pattern. You select an execution methodology, load an approved plan, and delegate the task to the corresponding sub-skills automatically.

Do I need an approved plan before starting autonomous idea-to-code iteration?▼

An approved plan is required before starting autonomous idea-to-code iteration. The orchestrator loads the most relevant prior plan from a direct argument, ideation output, or cache, and requires a confirmation step before execution begins.

When should I use trace-to-interview deep investigation over standard execution patterns?▼

Trace-to-interview deep investigation should be used when a task requires exhaustive, multi-step inquiry rather than standard execution. It operates as a distinct orchestration pattern within the same checkpointing and progress tracking framework.

Can missing agents or skills be created on-the-fly during coordinated multi-agent runs?▼

Missing rules, skills, and agents can be created on-the-fly during coordinated multi-agent runs. The orchestrator generates these resources dynamically when needed without unnecessarily blocking the execution workflow.