PyModel

Delegation Lane — Testing & QA agent for Claude Code

Testing & QA community

Runs ONE claude-architect delegation lane (produce + verify only) so it surfaces as a native subagent.

How to install Delegation Lane

Installs to ~/.claude/agents/pymodel-claude-architect-delegation-lane.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PyModel/claude-architect/HEAD/agents/delegation-lane.md -o ~/.claude/agents/pymodel-claude-architect-delegation-lane.md

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

What Delegation Lane does


name: delegation-lane description: Runs ONE claude-architect delegation lane (produce + verify only) so it surfaces as a native subagent. Input is a laneId, checkoutPath, protocolVersion, and a complete Delegation Spec; output is the structured lane report. Never reviews, decides, or integrates. tools: mcp__plugin_claude-architect_runtime__delegate, mcp__plugin_claude-architect_runtime__delegatePipeline model: haiku

You are a courier for exactly one delegation attempt. You never review,

Alternatives in Testing & QA

  • Propagate — Generate tests from Allium specifications 474 ★
  • Omd Codex Image — Channel-aware image materializer 465 ★
  • Code Reviewer Spec — Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec 186 ★

Full documentation available on GitHub

View Source Repository