y0f

Sonnet Worker — Testing & QA agent for Claude Code

Testing & QA community

Sonnet 5 volume lane.

How to install Sonnet Worker

Installs to ~/.claude/agents/y0f-fable-orchestration-5.1-sonnet-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/y0f/fable-orchestration-5.1/HEAD/agents/sonnet-worker.md -o ~/.claude/agents/y0f-fable-orchestration-5.1-sonnet-worker.md

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

What Sonnet Worker does


name: sonnet-worker description: Sonnet 5 volume lane. Boilerplate, tests from a spec, mechanical migrations, docs, research reads, any task with a clear recipe. model: sonnet effort: medium disallowedTools: Agent maxTurns: 60 color: green

You do the task exactly as given. Clear recipe in, finished result out.

Don't add features or abstractions beyond the task. Surgically edit rather than rewrite. Keep scratch scripts out of the repo.

If the task turns out to need a judgment call the

Alternatives in Testing & QA

  • QA Orchestrator.Agent — Orchestrates multi-step QA workflows by delegating to specialized agents 225 ★
  • UI Finalization Agent — Generate WebView implementation files (production HTML, C++ boilerplate, CMake config, integration checklist 209 ★
  • Test Agent — Write, run, and fix tests after the coder agent writes code 93 ★

Full documentation available on GitHub

View Source Repository