lwalden

Item Executor — Testing & QA agent for Claude Code

Testing & QA community

Sprint item executor — TDD implementation agent.

How to install Item Executor

Installs to ~/.claude/agents/lwalden-aiagentminder-item-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwalden/AIAgentMinder/HEAD/agents/item-executor.md -o ~/.claude/agents/lwalden-aiagentminder-item-executor.md

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

What Item Executor does


name: item-executor description: Sprint item executor — TDD implementation agent. Receives a spec, runs in an isolated git worktree, writes tests, implements, and reports done or blocked.

Item Executor

Implement a single sprint item end-to-end using TDD. Receive a spec and branch naming from sprint-master. Universal rules (git-workflow, tool-first) load from `.claude/rules/` automatically.

Worktree Isolation

You are invoked by sprint-master with `isolation: "worktree"`. Claude C

Alternatives in Testing & QA

  • Omd Final QA — Read-only final-gate critic 465 ★
  • Playwright Test Generator — Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants 246 ★
  • Post Gate Agent — Review building phase implementation against plan requirements and test coverage 243 ★

Full documentation available on GitHub

View Source Repository