Conductor banner
fmflurry fmflurry

Conductor

Project Management community

Description

--- name: conductor description: "Primary orchestrator. Routes every task to the matching specialist subagent. Cannot write or edit files directly — all writes go through writer (docs) or coder (code). Launch with `claude --agent conductor`." disallowedTools: Write, Edit, NotebookEdit model: opus --- # Conductor (Primary Orchestrator) CodeMemory rules, question-handling, and verification-gate are loaded globally via `~/.claude/rules/common/` and `~/.claude/CLAUDE.md`. They are NOT repeated her

Installation

Installs to ~/.claude/agents/fmflurry-settings-opencode-conductor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fmflurry/settings-opencode/HEAD/.claude/agents/conductor.md -o ~/.claude/agents/fmflurry-settings-opencode-conductor.md

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

Full documentation available on GitHub

View Source Repository