conductor-orchestrator

Coordinate multi-agent orchestration of the Evaluate-Loop workflow from goal to completed track.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill conductor-orchestrator-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-orchestrator
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/conductor-orchestrator
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill conductor-orchestrator-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Master coordinator for the Evaluate-Loop workflow that drives goal-driven entry, parallel execution via worker agents, Board of Directors deliberation, and message-bus coordination to orchestrate complex software tracks end-to-end.

Core Features & Use Cases

  • Goal-driven entry with automated track creation, planning, execution, evaluation, and remediation.
  • Parallel execution via worker agents coordinated through a fault-tolerant message bus.
  • Board of Directors integration for major decisions and quick reviews at checkpoints.
  • DAG-aware planning, resumption from exact checkpoints, and robust failure isolation.

Quick Start

Start a new track by issuing /go <goal> and let the orchestrator manage planning, parallel execution, board reviews, and evaluation.

Frequently Asked Questions about conductor-orchestrator

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

FAQPage Schema
How do I coordinate multi-agent orchestration for complex software engineering projects?

Multi-agent orchestration is coordinated through a master workflow that drives goal-driven entry, parallel execution via worker agents, and message-bus coordination to manage complex software tracks end-to-end.

What is DAG-aware planning and how does it handle task dependencies?

DAG-aware planning structures project tasks as a directed acyclic graph, allowing the orchestrator to map dependencies, execute parallel tracks concurrently, and isolate failures without halting the entire workflow.

How do I start a new track and execute parallel agents from a single goal?

Start a new track by issuing a goal command, which triggers the orchestrator to automatically handle specification, planning, parallel worker execution, board reviews, and evaluation.

Can I resume parallel execution from an exact checkpoint after a failure?

Yes, the workflow supports resumption from exact checkpoints using metadata-driven state tracking, ensuring robust failure handling and recovery without losing completed parallel progress.

How does the Board of Directors integration work for major decisions?

The Board of Directors integration provides governance by deliberating on major decisions and conducting quick reviews at defined checkpoints throughout the parallel execution workflow.

What's the best way to manage dynamic worker agents in a message-bus architecture?

Dynamic worker management is best handled through a fault-tolerant message bus that coordinates worker agents, ensuring end-to-end reliability during parallel execution and remediation.