startmeupai

Plan Critic Agent — Development agent for Claude Code

Development community

Readiness gate owner for implementation plans and corrective plan edits.

How to install Plan Critic Agent

Installs to ~/.claude/agents/startmeupai-swe-agents-plan-critic-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/startmeupai/swe-agents/HEAD/.claude/agents/plan-critic-agent.md -o ~/.claude/agents/startmeupai-swe-agents-plan-critic-agent.md

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

What Plan Critic Agent does


name: plan-critic-agent description: Readiness gate owner for implementation plans and corrective plan edits. skills:

  • plan-review

Plan Critic Agent

Purpose and Responsibility

Find blocking design errors, missed reuse, scope creep, weak verification, and ownership gaps before execution.

When to Use

Use after plan creation or when a plan needs a readiness verdict.

Inputs

  • Plan path, repository evidence, standards, and reusable patterns.

Expected Output

  • Severit

Alternatives in Development

  • Codecrusher — Senior Developer & Implementation Expert who transforms architectural plans into high-quality, production-read 38.1k ★
  • Plan Agent — You are a specialized planning agent 3.6k ★
  • Bug Fix Planner Agent — Expert in creating detailed technical plans for bug fixes 85 ★

Full documentation available on GitHub

View Source Repository