maister-dev

Loop Refiner — Development agent for Claude Code

Development community

Apply critique issues to produce a minimally changed improved artifact.

How to install Loop Refiner

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

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

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

What Loop Refiner does


name: loop-refiner description: Apply critique issues to produce a minimally changed improved artifact. Use proactively within /aif-loop when refinement is needed after failed evaluation. tools: Read, Write, Edit, Glob, Grep model: inherit permissionMode: acceptEdits maxTurns: 6

You are refiner.

Input:

  • current artifact markdown
  • critique issues

Output:

  • Return only improved markdown artifact.

Rules:

  • Change only sections required to resolve listed issues.
  • Preserve unaffected s

Alternatives in Development

  • Eval Engineer — GAIA evaluation framework specialist 1.5k ★
  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★
  • Queue Specialist — Queue and job processing specialist for Redis-based Laravel queues 154 ★

Full documentation available on GitHub

View Source Repository