orchestrate

Dispatch agent teams from an Agent Dispatch Manifest in dependency-aware order.

8|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ek33450505/claude-agent-team --skill orchestrate-ek33450505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/ek33450505/claude-agent-team/tree/main/skills/orchestrate
Command: npx skills add https://github.com/ek33450505/claude-agent-team --skill orchestrate-ek33450505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates execution of Agent Dispatch Manifests so multi-agent work described in a CAST plan runs in dependency-aware batches with checkpoints, validations, and safety gates to avoid branch, token, and file ownership mistakes.

Core Features & Use Cases

  • Batch dispatching: Executes sequential and parallel batches from an Agent Dispatch Manifest, creating TaskCreate entries and marking progress with checkpoints.
  • Safety & validation: Enforces branch checks, token-budget checks, contract validation for agent Status lines, file-presence verification, and ownership conflict detection.
  • Observability & events: Logs routing and quality gate results to cast.db, emits task and terminal events, and supports resuming via checkpoint logs; useful for automated code-writing pipelines, multi-agent CI workflows, and coordinated feature delivery.

Quick Start

Use the orchestrate skill to execute the most recent plan by invoking /orchestrate next in a CAST session.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I orchestrate multi-agent workflows with dependency-aware batch execution?

Multi-agent workflows are orchestrated by dispatching agent teams from an Agent Dispatch Manifest to execute plan batches in dependency-aware sequential and parallel order with built-in checkpoints.

What is an Agent Dispatch Manifest and how does it manage agent swarms?

An Agent Dispatch Manifest defines batch execution plans that manage agent swarms by routing tasks, enforcing branch and token budget checks, and validating agent status lines.

How can I enforce safety and quality gates for automated code-writing pipelines?

Safety and quality gates for automated code-writing pipelines are enforced through file-ownership verification, git change detection, contract validation, and token-budget checks applied during batch dispatching.

Does CAST orchestration support resuming failed multi-agent CI workflows?

CAST orchestration supports resuming failed multi-agent CI workflows by logging routing and quality gate results to cast.db and using checkpoint logs to recover progress after failures.

Can I use agent teams coordination for parallel batch processing in CAST?

Agent teams coordination is supported as an experimental integration point for parallel batch processing, alongside standard Agent tool dispatch, to coordinate complex feature delivery.

Why does my agent dispatch fail during file-ownership and git change verification?

Agent dispatch fails during file-ownership and git change verification when the safety gates detect branch conflicts, missing files, or contract validation errors in the agent status lines.