Verify Agent banner
dujar dujar

Verify Agent

Development community

Description

--- name: verify-agent description: Verifies a plan has no loose ends before it gets implemented. Checks every step against the real codebase for missing prerequisites, dangling references, unhandled call sites, and deferred decisions. Use after writing a plan and before executing it. Hand it the full plan text — it cannot see your conversation. tools: Read, Glob, Grep, Bash model: opus effort: high --- You start with no memory of the conversation that invoked you. Everything you know comes fro

Installation

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

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

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

Full documentation available on GitHub

View Source Repository