Agentic Plan Reviewer — Development skill for Claude Code
Pre-execution plan review for Cursor, Claude Code, and Windsurf.
How to install Agentic Plan Reviewer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Himnish/agentic-plan-reviewer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Plan Reviewer does
Pre-execution plan review for Cursor, Claude Code, and Windsurf.
Alternatives in Development
- Agentic Stack — One brain, many harnesses 2.2k ★
- Chops — 1,000+ macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp 1.1k ★
- OpenSail — OpenSail is the open-source alternative to Codex App, Claude Desktop, Cursor, and Cowork for agentic software 634 ★
README
Agentic Plan Reviewer
Review an execution plan before an agent runs it. The reviewer combines deterministic checks with the AI assistant you already use, reports defects with exact evidence, and proposes repairs without applying them.
- No account, API key, or separate service
- No plan or tool execution
- No source-plan edits
- Works with native/free-form Markdown and structured JSON plans
- Supports Cursor, Claude Code, and Windsurf
Install
Prerequisites: Python 3 and an authenticated [GitHub CLI](https://cli.github.com/) account with access to this private repository.
Choose your host and paste one command:
**Cursor**
mkdir -p "$HOME/.cache/plan-reviewer" && gh release download --repo Himnish/agentic-plan-reviewer --pattern "plan-reviewer.pyz" --dir "$HOME/.cache/plan-reviewer" --clobber && python3 "$HOME/.cache/plan-reviewer/plan-reviewer.pyz" install --host cursor --scope user
**Claude Code**
mkdir -p "$HOME/.cache/plan-reviewer" && gh release download --repo Himnish/agentic-plan-reviewer --pattern "plan-reviewer.pyz" --dir "$HOME/.cache/plan-reviewer" --clobber && python3 "$HOME/.cache/plan-reviewer/plan-reviewer.pyz" install --host claude --scope user
**Windsurf**
mkdir -p "$HOME/.cache/plan-reviewer" && gh release download --repo Himnish/agentic-plan-reviewer --pattern "plan-reviewer.pyz" --dir "$HOME/.cache/plan-reviewer" --clobber && python3 "$HOME/.cache/plan-reviewer/plan-reviewer.pyz" install --host windsurf --scope user
Use `--host all` to install for all three. If the skill is not immediately visible, reload the editor or start a fresh agent session.
Use
- Cursor: type
/plan-revieweror@plan-reviewer, then attach/name the plan. - Claude Code: type
/plan-reviewer, then name the plan. - Windsurf: type
@plan-reviewer, then attach/name the plan.
Example:
Review this plan before implementation. Flag defects first, propose repairs, and do not execute or edit the plan.
The review artif
Related Skills
Product Manager Skills
PM skill for Claude Code, Codex, Cursor, and Windsurf: diagnose SaaS metrics, critique PRDs, plan roadmaps, ru
Max Throughput
Agent skill: max-throughput execution for coding agents - probe hardware, parallelize aggressively, profile th
V Orchestrate
Materialize a Compound V execution manifest from a plan (or an accepted fast-path pre-eval). Applies the routi
Expert Review
Produce a self-contained mathematical briefing (no Lean, no file paths) for an external reviewer with no repo
Adversarial Plan
You are an independent reviewer performing an adversarial review of an implementation plan before any code is
MCP Telegram
Telegram MCP server (MTProto). Connect Claude, Cursor, Claude Code, VS Code, Codex, Cline, Windsurf to a real
Related Agents
10x Tool Calls
Cursor and Windsurf meter usage by requests and tool calls rather than tokens, which means a finished or stall
Cr Verifier
Adversarial verifier of the agentic code review — receives candidate findings and tries to refute them, by exe
Enricher
Enriches plan stubs pre-execution; maintains live plan bodies and registers mid-execution. Gathers and verifie