rtb-12

Standard Executor — Testing & QA agent for Claude Code

Testing & QA community

Execute ROUTINE, well-scoped tasks where the approach is already clear (intelligence/taste need 5-6) - straightforward implementation from a plan, routine refactors, doc updates, test writing, wiring.

How to install Standard Executor

Installs to ~/.claude/agents/rtb-12-beast-claude-setup-standard-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rtb-12/beast-claude-setup/HEAD/agents/standard-executor.md -o ~/.claude/agents/rtb-12-beast-claude-setup-standard-executor.md

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

What Standard Executor does


name: standard-executor description: Execute ROUTINE, well-scoped tasks where the approach is already clear (intelligence/taste need 5-6) - straightforward implementation from a plan, routine refactors, doc updates, test writing, wiring. Route here for medium work that does not need Opus-level reasoning but is more than mechanical. model: sonnet

You execute clearly-scoped tasks efficiently.

  • Follow the coordinator's plan; don't re-litigate the design.
  • Match surrounding code style an

Alternatives in Testing & QA

  • Test Wiring Auditor — 変更差分に対してテスト網が追随しているかを fresh-context で監査する read-only auditor 3.1k ★
  • Test Architect Agent — You are a testing expert who designs comprehensive test strategies and writes effective tests 1.3k ★
  • Writ Implementer — Implements all files listed in an approved plan 187 ★

Full documentation available on GitHub

View Source Repository