plan-review-invoke

Invoke the canonical plan-reviewer prompt on a selected plan in Claude Code sessions.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill plan-review-invoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review-invoke
Source: https://github.com/SamyakJhaveri/loam/tree/main/seed/.claude/skills/plan-review-invoke
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill plan-review-invoke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the canonical plan-reviewer prompt with the target plan in a fresh Claude Code session, enabling consistent cross-session plan reviews.

Core Features & Use Cases

  • Reads seed/plan-reviewer-design.md at invocation to extract the prompt and applies it to the provided plan.
  • Spawns the plan-reviewer agent in the correct mode with a wrapper override so the target plan is treated as authoritative.
  • Supports both with-path and without-path invocations, guiding the user to provide the plan path when missing.

Quick Start

Run the /plan-review-invoke <path-to-plan> command in a new Claude Code session to review a plan.

Frequently Asked Questions about plan-review-invoke

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an adversarial plan review in a new Claude Code session?

Adversarial plan review in a new Claude Code session is triggered by running the /plan-review-invoke command and providing the path to your target plan. The Skill automatically extracts the canonical reviewer prompt and spawns a dedicated agent to evaluate it.

Can I review a plan without manually re-copying the prompt into Claude Code?

Yes, you can review a plan without re-copying prompts. The Skill reads the canonical plan-reviewer design file at invocation, extracts the prompt automatically, and applies it to your selected plan within a fresh agent session.

What is cross-session plan review and when do I need it for agent orchestration?

Cross-session plan review evaluates a plan in a fresh Claude Code session to ensure objective, adversarial analysis. You need it when you want a handoff-ready plan validated by a separate agent, avoiding the context bias of a same-session review.

Does the plan review invoker support running without a plan path?

Yes, the invoker supports without-path invocations. If you run the command without providing a plan path, it will guide you to provide the missing plan path so the adversarial review agent can proceed with the evaluation.

When should I not use this automated plan review approach?

You should not use this approach for same-session plan reviews or spec audits. It is specifically designed to bridge the canonical plan-reviewer prompt with a target plan in a completely fresh Claude Code session for handoff-ready results.