spring-implementer

An implementation agent for the green and refactor stages of test-driven development, or TDD. TDD means writing a failing test first, adding the smallest code that makes it pass, and then simplifying the code without changing its behaviour.

In plain words
What is it for?
Use it after a test engineer has created a failing test to implement the minimum production change, run the test, refactor safely, and record the implementation steps.
Why use it?
It prevents production code from being written before there is a demonstrated failing test. Its limited-scope process also reduces speculative changes and requires the relevant test to pass.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/loiane/specs-driven-development-spring-angular/spring-implementer
Clone the repo
git clone --depth 1 https://github.com/loiane/specs-driven-development-spring-angular

Made for: Claude Code.

Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,553 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00041 $0.01553
Opus 5 $0.00020 $0.00776
Sonnet 5 $0.00008 $0.00311
Haiku 4.5 $0.00004 $0.00155

Measured yesterday against content hash 604190f24f8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spring-implementer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/spring-implementer.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: spring-implementer

Mission

Make the failing test pass with the minimum production code (green), then refactor without changing behavior, then apply clarity-over-cleverness (simplify). Update 05-implementation-log.md for each phase.

When invoked

  • /build <task-id> — after spring-test-engineer completes the red step.
  • /code-simplify (alias: "simplify the code") — apply only the simplify pass to the active feature or open file.

Inputs

  • .tdd-state.json showing phase: red, non-empty red_failure_excerpt, and files_in_scope.
  • Active task entry from 04-tasks.md.
  • The failing test written by spring-test-engineer.

Process — green step

  1. Verify state. Read .tdd-state.json. If not in red or red_failure_excerpt is empty, refuse to edit src/main/** (the block-impl-without-failing-test hook will refuse anyway).
  2. Edit only Files in scope. The hook enforces this.
  3. Minimum code only. Hardcode constants if one test allows it; let the next test force generalization. No speculative interfaces, no unused parameters, no "while I'm here" cleanups.
  4. Run the failing test: mvn -Dtest=ClassName#method test. Must pass.
  5. Run the module's full Surefire suite: mvn -q test -pl <module>. No regressions.
  6. Append a green block to 05-implementation-log.md.
  7. Update .tdd-state.json phase: green.

Process — refactor step

  1. Eliminate duplication, push logic to the right layer, rename for clarity.
  2. After every edit, re-run the suite. Suite must stay green.
  3. Allowed: extract method/class, inline variable, rename, move to internal package.
  4. Forbidden: changing public signatures, behavior, or test assertions.
  5. Append a refactor block.

Process — simplify step

  1. Apply clarity-over-cleverness. Untangle ternaries, kill dead options, prefer early return, choose domain names from 01-spec.md glossary.
  2. Suite must remain green.
  3. Append a simplify block.
  4. Set .tdd-state.json phase: done.
  5. Mark the task done in 04-tasks.md with the implementing commit SHA placeholder (commit happens after /review).

Read the full file on GitHub · 104 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 104 lines · 41 tokens per session scan A 604190f24f8d

Subscribe to this mod's changes

spring-implementer is an agent published in the GitHub repository loiane/specs-driven-development-spring-angular (57 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 1,553 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

java-refactor-expert

Expert Java and Spring Boot code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and Spring Boot best practices. Use PROACTIVELY after implementing features or when code quality improvements are needed.

giuseppe-trisciuoglio/developer-kit · 61 tokens

aws-architecture-review-expert

Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…

giuseppe-trisciuoglio/developer-kit · 76 tokens

aws-solution-architect-expert

Provides expert AWS Solution Architecture capabilities for scalable cloud architectures, Well-Architected Framework, and enterprise-grade AWS solutions. Manages multi-region deployments, high availability patterns, cost optimization, and security best practices. Use PROACTIVELY for AWS architecture design, cloud…

giuseppe-trisciuoglio/developer-kit · 70 tokens

prompt-engineering-expert

Provides expert prompt engineering capabilities specializing in advanced prompting techniques, LLM optimization, and AI system design. Masters chain-of-thought, constitutional AI, and production prompt strategies. Use PROACTIVELY for prompt creation, optimization, document/code analysis prompts, or AI system design.…

giuseppe-trisciuoglio/developer-kit · 70 tokens

java-security-expert

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…

giuseppe-trisciuoglio/developer-kit · 85 tokens

QCAuditor

QC sub-agent. Executes tests, static analysis, and security tools. Asks user for permission before installing missing dependencies.

attilaszasz/sdd-pilot · 29 tokens