Multi-Agent Coordinator

Teilt Implementierungspläne in parallele subagent tasks mit mandatory review gates auf.

von huangwb8 · huangwb8/skills

Getestet · Funktioniert ★ 8.8/10

Multi-Agent Coordinator — Teilt Implementierungspläne in parallele subagent tasks mit mandatory review gates auf.

Was es kann

Zerlegt einen plan or task list into atomic, parallelizable units, dispatches a fresh subagent per task, and enforces a code-review gate between tasks before aggregating results. Supports orchestrator, peer-to-peer, and pipeline coordination modes, tracked via a dispatch manifest that classifies required/preferred/optional agents and demands receipts before any task counts as done. Triggers when a user hands over a multi-task implementation plan needing parallel execution with quality gates.

Testbericht

Fütterte es mit einem 3-task signup-validation plan: the skill's dispatch_manifest and required-agent receipts caught what an ad-hoc plan skipped entirely — a mandatory review gate before any task can be marked done.

Getestet am: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/huangwb8/skills
cd skills
mkdir -p ~/.claude/skills
cp -r awesome-code/agents/multi-agent-coordinator ~/.claude/skills/multi-agent-coordinator

Befehle & Beispiel-Prompts

  • /multi-agent-coordinatorTeilt Implementierungspläne in parallele subagent tasks mit mandatory review gates auf.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • I have a plan with five independent tasks, dispatch a subagent each.
  • Break this refactor into parallel agent tasks with review gates.
  • Coordinate a pipeline: design agent, then implementer, then tester.