fune6900

Sub Agent Tester — Development agent for Claude Code

Development community

PROACTIVELY used to verify that an implementation actually satisfies the Issue's acceptance criteria at runtime.

How to install Sub Agent Tester

Installs to ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fune6900/agentic-tdd-starter-sets/HEAD/.claude/agents/sub-agent-tester.md -o ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-tester.md

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

What Sub Agent Tester does


name: sub-agent-tester description: PROACTIVELY used to verify that an implementation actually satisfies the Issue's acceptance criteria at runtime. MUST BE USED as gate G2 of the inner loop after the mechanical gate passes - runs the app and confirms real behavior with Playwright, not just source inspection. tools: Read, Bash, Grep, Glob, mcp__playwright__browser_navigate, mcp__playwright__browser_navigate_back, mcp__playwright__browser_take_screenshot, mcp__playwright__browser_snapshot, mc

Alternatives in Development

Full documentation available on GitHub

View Source Repository