orchestration

Coordinate multi-agent workflows with parallel execution, sync barriers, and persistent state.

30|6|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/geekatron/jerry --skill orchestration-geekatron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/geekatron/jerry/tree/main/skills/orchestration
Command: npx skills add https://github.com/geekatron/jerry --skill orchestration-geekatron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The orchestration skill coordinates and synchronizes multiple agents to manage parallel pipelines, checkpointing, and persistent state across sessions.

Core Features & Use Cases

  • Parallel pipelines with sync barriers and cross-pollination
  • YAML-based state tracking and checkpointing
  • Cross-pipeline artifact exchange and orchestration planning
  • Real-time progress visibility and dynamic path configuration

Quick Start

Create an orchestration plan for a two-pipeline cross-pollination scenario and generate the corresponding artifacts.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I coordinate multi-agent workflows with parallel execution and sync barriers?

Coordinate multi-agent workflows by enforcing parallel execution using sync barriers, which ensure cross-pollinated pipelines wait for synchronized states. This approach manages concurrent tasks while maintaining execution order across dependent agents.

What is cross-pollination in multi-agent pipeline orchestration?

Cross-pollination in multi-agent pipelines is the process of exchanging artifacts and learning across concurrent pipelines during orchestration. It allows agents to share intermediate results and coordinate dynamic path schemes for improved workflow outcomes.

How do I implement persistent state and cross-session checkpoints for agents?

Implement persistent state and cross-session checkpoints by mandating the saving of workflow artifacts to an ORCHESTRATION.yaml file. This YAML-based state tracking ensures real-time progress visibility and allows pipelines to resume safely across sessions.

Can I use dynamic path configuration and adversarial quality gating in orchestrated pipelines?

Yes, orchestrated pipelines support dynamic path configuration to adapt execution routes and adversarial quality gating to validate outputs. These features enforce robust state management and ensure artifact quality before pipeline progression.

What's the best way to start orchestrating a two-pipeline cross-pollination scenario?

The best way to start is to create an orchestration plan defining the two-pipeline cross-pollination scenario and generate the corresponding artifacts. This establishes the sync barriers and state checkpoints needed for coordinated execution.