Himnish

Agentic Plan Reviewer — Development skill for Claude Code

Development community

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-reviewer or @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