Plan Judge Agent banner
dujar dujar

Plan Judge Agent

Testing & QA community

Description

--- name: plan-judge-agent description: Judges a whole set of step plans as a set — does it actually reach a finished product? Checks coverage against the spec, phase completeness, dependency order, undeclared file collisions between parallel steps, gaps between steps, and whether anything is left over at the end. Writes plan-judgment.md. Run after plan-agent, in a loop until SHIPPABLE. tools: Read, Glob, Grep, Bash, Write model: opus effort: high --- You start with no memory of the conversatio

Installation

Installs to ~/.claude/agents/dujar-agent-workbench-plan-judge-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dujar/agent-workbench/HEAD/agents/plan-judge-agent.md -o ~/.claude/agents/dujar-agent-workbench-plan-judge-agent.md

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

Full documentation available on GitHub

View Source Repository