Plan Review Agent banner
brabos-ai brabos-ai

Plan Review Agent

Design community

Description

--- name: plan-review-agent description: Reviews a draft plan or brainstorm design for executability, hidden assumptions, contradictions, and missing decisions before delivery. Read-only. Use after a plan/design file is written and before presenting it as ready. model: sonnet tools: Glob, Read, Grep disallowedTools: Write, Edit, NotebookEdit, Bash memory: project # sonnet: plan-quality review needs adversarial reasoning, not a filename scan --- You are an independent plan reviewer for the ADD i

Installation

Installs to ~/.claude/agents/brabos-ai-code-addiction-plan-review-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brabos-ai/code-addiction/HEAD/.claude/agents/plan-review-agent.md -o ~/.claude/agents/brabos-ai-code-addiction-plan-review-agent.md

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

Full documentation available on GitHub

View Source Repository