plan-mode-review

Enforce a multi-phase review workflow for non-trivial changes.

34|21|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill plan-mode-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-mode-review
Source: https://github.com/kumaran-is/claude-code-onboarding/tree/main/.claude/skills/plan-mode-review
Command: npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill plan-mode-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan Mode Review defines a structured, multi-phase review workflow to prevent shipping unclear or risky changes.

Core Features & Use Cases

  • Phase 0 Self-Review: Define outcome and options before code changes.
  • 5-Phase Technical Review: Architecture, Code Quality, Tests, Performance, Production Readiness with triage and decision logging.
  • Production Readiness Gate: Blast radius, rollback, dependencies, data migration, and success metrics.
  • Reference Materials: Access to protocol and self-review templates for consistent reviews.

Quick Start

Provide the change plan and the PR details, then start with Phase 0 to guide a structured review.

Frequently Asked Questions about plan-mode-review

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

FAQPage Schema
How do I conduct a structured plan review for architectural changes?▼

A structured plan review applies a multi-phase examination to architectural changes, enforcing a Phase 0 self-review for outcome definition before proceeding to a 5-phase technical review covering architecture, code quality, tests, performance, and production readiness.

What is a production readiness assessment for cross-service work?▼

A production readiness assessment evaluates blast radius, rollback procedures, dependencies, data migrations, and success metrics to ensure cross-service changes are safe to deploy. This assessment acts as a final gate before code changes ship.

How do I start a multi-phase code review for non-trivial PRs?▼

Start a multi-phase code review by providing the change plan and PR details, then initiate Phase 0 to define outcomes and options. This guides a structured examination through architecture, code quality, tests, performance, and production readiness with triage and decision logging.

When do I need a Phase 0 self-review before code changes?▼

You need a Phase 0 self-review before code changes when dealing with non-trivial architectural changes or cross-service work. It requires defining the expected outcome and available options to prevent shipping unclear or risky modifications.

Does plan mode review work for risk management in production deployments?▼

Yes, plan mode review supports risk management by enforcing a production readiness gate. This gate examines blast radius, rollback strategies, dependencies, and data migrations to ensure deployment safety for non-trivial changes.

What's the best way to document decisions during a technical review?▼

The best way to document decisions during a technical review is using structured triage and decision logging within a 5-phase examination framework. This ensures architecture, code quality, test, and performance assessments are recorded consistently using reference templates.