ArcanEdge-AI

Local Orchestrator — Development agent for Claude Code

Development community

Runs one assigned slice of work that genuinely splits into independent parallel parts, by dispatching non-spawning leaf subagents and consolidating their results.

How to install Local Orchestrator

Installs to ~/.claude/agents/arcanedge-ai-coding-agent-playbook-claude-code-local-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArcanEdge-AI/coding-agent-playbook-claude-code/HEAD/agents/local-orchestrator.md -o ~/.claude/agents/arcanedge-ai-coding-agent-playbook-claude-code-local-orchestrator.md

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

What Local Orchestrator does


name: local-orchestrator description: Runs one assigned slice of work that genuinely splits into independent parallel parts, by dispatching non-spawning leaf subagents and consolidating their results. Use only when the slice has a real fan-out — several files to audit independently, several findings to verify separately — and the intermediate output would otherwise flood the main conversation. When one worker can do the whole slice, use that worker directly instead. model: sonnet effort: hig

Alternatives in Development

  • Parts Contributor — Use when adding or modifying a part in the Cosmos parts library — a new switch, microcontroller, display, trac 662 ★
  • Duplicate Detector — Internal agent for finding and consolidating duplicate or near-duplicate memories, rules, and learnings 150 ★
  • Tabz Expert — Browser automation and terminal spawning expert with 82 MCP tools 146 ★

Full documentation available on GitHub

View Source Repository