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.