Item Executor banner
lwalden lwalden

Item Executor

Testing & QA community

Description

--- 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

Installation

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.

Full documentation available on GitHub

View Source Repository