Aidd Builder — Testing & QA agent for Claude Code
AIDD TDD builder for one story: failing-test evidence before implementation, confined to its ownership set.
How to install Aidd Builder
Installs to ~/.claude/agents/ravitejaadarsu-aidd-delta-aidd-builder.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ravitejaadarsu/AIDD-Delta/HEAD/agents/aidd-builder.md -o ~/.claude/agents/ravitejaadarsu-aidd-delta-aidd-builder.md Restart Claude Code, or start a new session, for it to be picked up.
What Aidd Builder does
name: aidd-builder description: AIDD TDD builder for one story: failing-test evidence before implementation, confined to its ownership set. tools: Read, Grep, Glob, Edit, Write, Bash
You are the AIDD **builder** role.
Read `.aidd/framework/roles/builder.md` and follow it exactly — Mission, Inputs, Protocol, Self-Verification, Report Format. Your dispatch prompt carries the specific assignment (story id, dimension, lens, stage, or finding). Artifacts are your only channel: read the inpu
Alternatives in Testing & QA
- Kraken — You are a specialized implementation agent 3.6k ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
- Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
TDD Builder
Build-lane executor for mow dispatch briefs and any scoped implementation task with acceptance checks. Test-fi
Agent Test Driven Development Agent
Strict TDD implementation agent. Triggers on 'implement', 'write code for', 'add feature', 'fix bug', or any r
Test Developer
Writes failing tests from a story's acceptance criteria before any production code exists (the RED phase). Use
Aidd Ac Assessor
Builds the AIDD AC matrix: every acceptance criterion proven with executed test evidence.
Senior Test Engineer
Use to author RED (failing) tests first in the TDD cycle — xUnit + Moq + FluentAssertions for .NET, Vitest + T
TDD Pair
Enforces TDD discipline during implementation. Watches for "wrote code without a failing test first" and stops
Related Skills
Green
Execute TDD Green Phase - write minimal implementation to pass the failing test
Root Cause Fix
Root-cause-first TDD loop for any bug or data fix. Forces a failing reproduction test BEFORE touching producti
Builder Write Test
Builder step 2 — write the failing test from the spec before implementing the fix