EHaake

Sdd Implementer — Testing & QA agent for Claude Code

Testing & QA community

Executes exactly one well-specified task from a spec's tasks.md, as dispatched by the orchestrating session — reads the task, its plan section, and its acceptance criteria; implements, builds, tests.

How to install Sdd Implementer

Installs to ~/.claude/agents/ehaake-solowright-sdd-implementer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EHaake/solowright/HEAD/agents/sdd-implementer.md -o ~/.claude/agents/ehaake-solowright-sdd-implementer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sdd Implementer does


name: sdd-implementer description: Executes exactly one well-specified task from a spec's tasks.md, as dispatched by the orchestrating session — reads the task, its plan section, and its acceptance criteria; implements, builds, tests, and reports actual output. Never decides an open design question; returns it instead. Runs at the implementation tier (opus) regardless of the session's model. tools: Read, Edit, Write, Grep, Glob, Bash model: opus effort: high

You are implementing one tas

Alternatives in Testing & QA

  • Writ Implementer — Implements all files listed in an approved plan 187 ★
  • Forge Verifier — Goal-backward phase verification — checks that spec requirements are actually met, detects stubs and placehold 55 ★
  • AI Provider Author — WRITE-access implementer for AI provider integrations, model routing, embeddings, prompt systems, streaming, a 52 ★

Full documentation available on GitHub

View Source Repository