Feature Implementer — Testing & QA agent for Claude Code
Implement a ReviewFlow feature via TDD inside-out.
How to install Feature Implementer
Installs to ~/.claude/agents/dgouron-review-flow-feature-implementer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DGouron/review-flow/HEAD/.claude/agents/feature-implementer.md -o ~/.claude/agents/dgouron-review-flow-feature-implementer.md Restart Claude Code, or start a new session, for it to be picked up.
What Feature Implementer does
name: feature-implementer description: Implement a ReviewFlow feature via TDD inside-out. Receives a validated plan (docs/plans/.plan.md) and spec (docs/specs/.md), implements all layers with RED-GREEN-REFACTOR, self-reviews, and persists a report. Triggers when the user says "implement feature", "start implementation", "implement spec", or "run feature-implementer". tools: Read, Write, Edit, Bash, Glob, Grep, LS model: opus maxTurns: 60 skills:
- tdd
- clean-architecture
Alternatives in Testing & QA
- Track Spec — Track ID: {{TRACK_ID}} Type: {{TRACK_TYPE}} (feature bug chore refactor) Priority 31.9k ★
- TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
- Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Sf Developer
Developer of the Software Factory cell. Use to implement a feature or fix strictly via TDD (RED-GREEN-REFACTOR
Play
Implement plan milestones using test-driven development - apply red-green-refactor workflow to build features
Test Review Gates
Runs the objective test-verification gates (red-green implementation-removal + mutation testing) for ONE shard
Fe Test Author
Generates frontend test code — derives BDD scenarios and supports TDD Red-Green-Refactor. Pairs with fe-test-r
Python Backend Developer
Implements backend/Python changes in the orchestration implement (and test) stage — APIs, services, data layer
Waves Implementer
Implements one task of one waves plan inside an existing worktree — failing test first, gate green, one commit
Related Skills
TDD Implement
by jerseycheese - Implements Test-Driven Development by analyzing feature requirements, creating tests first (
TDD Lock
TEST-LOCK — commit the red tests, then make them mechanically read-only while implementing to green (the stron
Test Driven Development.SKILL
Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactor