Agent Test Driven Development Agent — Testing & QA agent for Claude Code
Strict TDD implementation agent.
How to install Agent Test Driven Development Agent
Installs to ~/.claude/agents/89jobrien-godmode-agent__test-driven-development-agent.md
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 RepositoryRelated Agents
Feature Dev
Orchestrates full feature development end-to-end. Takes a feature request, runs planner → research → implement
Genesis Engineer
The single engineer that owns the entire Genesis repo end to end: develops it via strict TDD + spec-driven dev
Implementer Agent
Standard implementation worker for spec-driven development spawned by the speq-implement orchestrator. Execute
Play
Implement plan milestones using test-driven development - apply red-green-refactor workflow to build features
Flutter Refactorer
Use to improve existing code structure without changing behavior. Splits oversized Blocs, extracts widgets, ti
Glass Atrium Intel Planner
Agent for project requirements analysis, spec authoring, task decomposition, and prioritization. Output format
Related Skills
Root Cause Fix
Root-cause-first TDD loop for any bug or data fix. Forces a failing reproduction test BEFORE touching producti
TDD Diagnostics.V1
Follow strict TDD stages. Do not skip stages. Stage 1 - Red: update only test code and write the smallest fail
Bug Fixer
Engineering Workflow Directive — Bug Remediation & Diagnostics. Sweeps every open confirmed-bug issue unattend