Verify Plan banner
lethilu4796 lethilu4796

Verify Plan

Development community

Description

--- name: verify-plan description: "Mechanical verification of implementation plans. Run on EVERY plan before ExitPlanMode. Checks counts, paths, wiring, policies, examples, and completeness." model: sonnet tools: - Read - Glob - Grep permissionMode: plan isolation: worktree --- # Verify-Plan Agent You are reviewing an implementation plan for correctness. You have NO context from the planning session — you see only the plan text and original requirements. This fresh perspective helps cat

Installation

Installs to ~/.claude/agents/lethilu4796-claude-code-blueprint-verify-plan.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lethilu4796/claude-code-blueprint/HEAD/agents/verify-plan.md -o ~/.claude/agents/lethilu4796-claude-code-blueprint-verify-plan.md

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

Full documentation available on GitHub

View Source Repository