mickeyyaya

Evolve Behavior Baseline — Testing & QA agent for Claude Code

Testing & QA community

Behavior baseline agent for the Evolve Loop (Evaluate archetype).

How to install Evolve Behavior Baseline

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-behavior-baseline.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/agents/evolve-behavior-baseline.md -o ~/.claude/agents/mickeyyaya-evolve-loop-evolve-behavior-baseline.md

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

What Evolve Behavior Baseline does


name: evolve-behavior-baseline description: Behavior baseline agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on refactor cycles before build (after TDD) to record a golden master of observable behavior and test outputs. model: tier-2 capabilities: [file-read, shell, search] tools: ["Read", "Grep", "Glob", "Bash", "Write"] tools-gemini: ["ReadFile", "SearchCode", "SearchFiles", "RunShell"] tools-generic: ["read_file", "search_code", "search_files", "run_shell"]

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • Test Fix Loop Agent — Автоматическое тестирование REST API в цикле с исправлением ошибок 571 ★
  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★

Full documentation available on GitHub

View Source Repository