danmackenz

Orchestrator Conductor — Development agent for Claude Code

Development community

The Foldero plugin's conductor sub-agent.

How to install Orchestrator Conductor

Installs to ~/.claude/agents/danmackenz-foldero-orchestrator-conductor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danmackenz/foldero/HEAD/agents/orchestrator-conductor.md -o ~/.claude/agents/danmackenz-foldero-orchestrator-conductor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orchestrator Conductor does


name: orchestrator-conductor description: The Foldero plugin's conductor sub-agent. Implements the orchestration layer contract defined in ORCHESTRATOR.md at plugin root. Invoked by the foldero router when a user request spans multiple skills or requires cross-run state awareness. Sequences skill invocations, arbitrates sequence-level run-lock, propagates current user configuration to every invoked skill, resolves cross-skill state, pauses/resumes on mid-chain escalation. Never performs file

Alternatives in Development

  • Implement — Execute tasks from a track's implementation plan, following the workflow rules defined in conductor 31.9k ★
  • Helm Conductor — Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat 523 ★
  • Conductor Orchestrator 334 ★

Full documentation available on GitHub

View Source Repository