conductor-orchestrator

Orchestrate Evaluate-Loop workflows across agents and boards for Claude Code projects.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill conductor-orchestrator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conductor-orchestrator
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/conductor-orchestrator
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill conductor-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the full Evaluate-Loop workflow across planning, execution, and governance so teams can automate complex multi-agent tasks with robust resumption and fault tolerance.

Core Features & Use Cases

  • Goal-driven orchestration: accepts high-level goals and drives end-to-end task execution.
  • Parallel execution with governance: uses DAG-based parallelism while Board of Directors mediates major decisions.
  • Primary/Fallback reliability: defaults to superpowers for dispatch with legacy agents as fallback to maintain continuity.
  • State-resilient operation: atomic metadata writes enable exact resumption after interruptions.
  • Inter-agent coordination: coordinates planning, execution, and evaluation via a file-based message bus.

Quick Start

Provide a clear goal like 'Add Stripe payment integration' to begin orchestration.

Frequently Asked Questions about conductor-orchestrator

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

FAQPage Schema
How do I orchestrate parallel execution across multiple AI agents?▼

You orchestrate parallel execution across multiple agents by defining a DAG-based plan that dispatches tasks via primary and fallback paths. This coordinates planning, execution, and evaluation to automate complex multi-agent workflows.

What is the Evaluate-Loop workflow for agent coordination?▼

The Evaluate-Loop workflow for agent coordination is an end-to-end process that drives goal-driven task execution. It handles DAG planning, parallel execution, governance by a Board of Directors, and crash-safe resumption using a metadata state store.

How do I start a goal-driven orchestration task?▼

You start a goal-driven orchestration task by providing a clear high-level goal, such as 'Add Stripe payment integration'. The system then plans and coordinates the execution across available agents automatically.

Can I resume multi-agent task execution after an interruption?▼

Yes, you can resume multi-agent task execution after interruptions. The system uses atomic metadata writes to track state, enabling exact crash-safe resumption of the Evaluate-Loop without losing progress.

Does the orchestration workflow support fallback dispatch paths?▼

Yes, the orchestration workflow supports dual dispatch paths. It defaults to superpowers for primary dispatch and uses legacy loop agents as a fallback to maintain continuity during parallel execution.

What are the limitations of using a DAG-based plan for agent coordination?▼

Using a DAG-based plan for agent coordination requires a metadata state store and relies on a file-based message bus for inter-agent communication. It is designed for goal-driven tracks and may not suit simple single-agent tasks.