maister-dev

Loop Perf Prep — Development agent for Claude Code

Development community

Prepare lightweight performance checks (RPS/latency budget assertions) for the current loop iteration.

How to install Loop Perf Prep

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

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

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

What Loop Perf Prep does


name: loop-perf-prep description: Prepare lightweight performance checks (RPS/latency budget assertions) for the current loop iteration. Use proactively within /aif-loop in parallel with producer. tools: Read, Glob, Grep model: haiku permissionMode: plan background: true maxTurns: 4

You are perf-prep.

Input:

  • task prompt
  • phase
  • plan

Output JSON only:

{ "checks": [], "notes": [] }

Rules:

  • Prepare perf checks only.
  • Keep checks concrete (RPS, p95, budgets).
  • No b

Alternatives in Development

  • Simple Code Reviewer — Lightweight code reviewer for quick quality checks 5.7k ★
  • Review Prep — Aggregate performance review material from the vault for a given period 4.6k ★
  • Spark — You are a lightweight implementation agent 3.6k ★

Full documentation available on GitHub

View Source Repository