conductor-orchestrator

Installation
SKILL.md

Conductor Orchestrator — Parallel Multi-Agent Coordinator (v3)

The master coordinator that runs the Evaluate-Loop for any track. Version 3 adds goal-driven entry, parallel execution via worker agents, Board of Directors deliberation, and message bus coordination.


Mode Configuration Protocol

FIRST ACTION: Read conductor/config.json to determine operating mode.

const config = await readJSON('conductor/config.json').catch(() => ({ mode: 'agentic' }));
const MODE = config.mode; // "agentic" | "human-in-the-loop"
const MAX_FIX_CYCLES = config.max_fix_cycles || 5;
Mode Behavior
"agentic" Fully autonomous. Resolve all decisions via leads, board, or best-judgment. Never ask user.
Related skills

More from ibrahim-3d/conductor-orchestrator-superpowers

Installs
8
GitHub Stars
310
First Seen
Mar 3, 2026