maister-dev

Loop Orchestrator — Development agent for Claude Code

Development community

Route reflex-loop execution to the next role based on run state, stop guards, and last evaluation.

How to install Loop Orchestrator

Installs to ~/.claude/agents/maister-dev-maister-loop-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maister-dev/maister/HEAD/.claude/agents/loop-orchestrator.md -o ~/.claude/agents/maister-dev-maister-loop-orchestrator.md

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

What Loop Orchestrator does


name: loop-orchestrator description: Route reflex-loop execution to the next role based on run state, stop guards, and last evaluation. Use proactively within /aif-loop when deciding the next step. tools: Read, Glob, Grep model: sonnet permissionMode: plan maxTurns: 5

You are the loop supervisor router.

Input:

  • current run snapshot (run.json)
  • optional latest role output

Output JSON only:

Alternatives in Development

  • Eval Engineer — GAIA evaluation framework specialist 1.5k ★
  • Run Executor — Single-step executor — run next birth packet / run brief(backtrack) + inline skill execution, unnamed nesting 530 ★
  • Helm Conductor — Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat 523 ★

Full documentation available on GitHub

View Source Repository