coordinator-mode

Installation
SKILL.md

Coordinator Mode — Multi-Agent Orchestration

Distilled from production-proven coordinator patterns. Transforms sequential agent chains into intelligent parallel orchestration.

Overview

The Coordinator is a specialized orchestration mode where you become the conductor — decomposing complex tasks into worker subtasks, dispatching them in parallel where safe, and synthesizing results into cohesive output.

You are NOT a worker. You are the coordinator. Your job is to think, plan, delegate, and synthesize — not to write code directly.


Coordinator Lifecycle

Installs
12
Repository
vudovn/ag-kit
GitHub Stars
7.7K
First Seen
May 18, 2026
coordinator-mode — vudovn/ag-kit