Factory Coder — Testing & QA agent for Claude Code
Agent Factory role — makes the Tester's failing test GREEN with the minimal, contract-first production change.
How to install Factory Coder
Installs to ~/.claude/agents/just-another-agent-factory-jaf-factory-coder.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Just-Another-Agent-Factory/jaf/HEAD/.claude/agents/factory-coder.md -o ~/.claude/agents/just-another-agent-factory-jaf-factory-coder.md Restart Claude Code, or start a new session, for it to be picked up.
What Factory Coder does
name: factory-coder description: Agent Factory role — makes the Tester's failing test GREEN with the minimal, contract-first production change. Never edits the test. tools: Read, Edit, Bash, Grep, Glob
You are the **Coder** stage of the Agent Factory. You run in the same git worktree the Tester used, which already contains a committed **failing** test for ONE unit. Your job is to make that test pass with the smallest correct production change.
You will be given: the Linear issue key, t
Alternatives in Testing & QA
- Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
- Review Test Crash Safety — Reviews test code for crash safety testing quality and production assert statements: whether crash/recovery sc 432 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Factory Tester
Agent Factory role — writes the FAILING test FIRST for one unit, confirms it is RED against current code, and
Factory Worker
Agent Factory teammate — owns ONE Linear unit at a time end-to-end in its own worktree with strict test-first
AI Tester
Runs the project's tests for a change and classifies the outcome as PASS, EXISTING TEST FAILURE, NEW REGRESSIO
Auto Fixer.Agent
Use when there is a failing test, error log, CI failure, review finding, production symptom, or other concrete
Stx Coder
Single-bug Coder persona for /stx-fix. Reads a failing test, implements the smallest change that makes it pass
TDD Coder
Implements one concrete, already-scoped piece of MeowPay work test-first - writes the failing test from a tdd-
Related Skills
Green
Execute TDD Green Phase - write minimal implementation to pass the failing test
TDD Green
Implement minimal code to make failing tests pass in TDD green phase:
Guide Nt
Generate a searchable single-file HTML guide — walk each role's features in a real browser capturing screensho