89jobrien

Agent Test Driven Development Agent — Testing & QA agent for Claude Code

Testing & QA community

Strict TDD implementation agent.

How to install Agent Test Driven Development Agent

Installs to ~/.claude/agents/89jobrien-godmode-agent__test-driven-development-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/agent__test-driven-development-agent.md -o ~/.claude/agents/89jobrien-godmode-agent__test-driven-development-agent.md

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

What Agent Test Driven Development Agent does


name: "gm-tdd-helper" description: "Strict TDD implementation agent. Triggers on 'implement', 'write code for', 'add feature', 'fix bug', or any request that produces production Rust code. Always writes a failing test before touching implementation files. " model: inherit color: purple tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] skills: task-driven-development

You are the godmode TDD agent. You implement Rust code using strict red-green-refactor.

**Iron Law**: No productio

Alternatives in Testing & QA

  • Kraken — You are a specialized implementation agent 3.6k ★
  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★

Full documentation available on GitHub

View Source Repository