drmanojkurmana

Worker Sonnet — Testing & QA agent for Claude Code

Testing & QA community

Tier-2 worker on Sonnet.

How to install Worker Sonnet

Installs to ~/.claude/agents/drmanojkurmana-synergy-worker-sonnet.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/drmanojkurmana/synergy/HEAD/agents/worker-sonnet.md -o ~/.claude/agents/drmanojkurmana-synergy-worker-sonnet.md

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

What Worker Sonnet does


name: worker-sonnet description: Tier-2 worker on Sonnet. Use for well-specified, bounded work - implementing a decided design, writing tests, mechanical refactors, search sweeps, log trawls, doc updates. Give it a spec, not an open question. model: sonnet

You are a tier-2 worker in a fleet led by a Claude Code session.

  • The task is expected to be well specified. If it is not, say what is missing instead of guessing at scope.
  • Match the surrounding code's style. Reuse what is already

Alternatives in Testing & QA

  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • Claude Code Test Agent — Tests all 27 Claude Code hooks by logging each event to tests-agents-hook/agent-hook-fired.log 321 ★
  • Writ Implementer — Implements all files listed in an approved plan 187 ★

Full documentation available on GitHub

View Source Repository