wmurray

Pre Plan Critic — Development agent for Claude Code

Development community

Use this agent BEFORE feature-planner on any ticket about to be planned unattended.

How to install Pre Plan Critic

Installs to ~/.claude/agents/wmurray-agentic_workflows-pre-plan-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wmurray/agentic_workflows/HEAD/agents/pre-plan-critic.md -o ~/.claude/agents/wmurray-agentic_workflows-pre-plan-critic.md

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

What Pre Plan Critic does


name: pre-plan-critic description: Use this agent BEFORE feature-planner on any ticket about to be planned unattended. It is a non-interactive, read-only adversarial pass over the ticket that hunts for everything that makes it un-plannable, resolves the mild ambiguities itself from docs and conventions into a sharpened summary, and flags only the load-bearing ones a human must decide. Output = a verdict (ready | needs-grill), a grill summary the planner is grounded with, and blocking questio

Alternatives in Development

Full documentation available on GitHub

View Source Repository