plan-review

Validate implementation plans for completeness, quality, feasibility, and scope.

3|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/seanGSISG/crispy-claude --skill plan-review-seangsisg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/seanGSISG/crispy-claude/tree/main/cc/skills/plan-review
Command: npx skills add https://github.com/seanGSISG/crispy-claude --skill plan-review-seangsisg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure implementation plans are complete, high quality, feasible, and scoped correctly before execution, reducing risk and rework.

Core Features & Use Cases

  • Completeness, Quality, Feasibility, and Scope checks: automatic validations across four dimensions.
  • Interactive refinement: Spawns specialized validators for failed dimensions and suggests improvements.
  • Use Case: After drafting a plan, run a plan-review to catch missing risk mitigations, testing strategy, and rollback planning before proceeding.

Quick Start

Provide the plan file path to start the review, for example: plans/feature-x.md

Frequently Asked Questions about plan-review

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

FAQPage Schema
How do I validate an implementation plan for completeness and feasibility?

Plan-review validates implementation plans across four dimensions: completeness, quality, feasibility, and scope. After you draft a plan, provide the file path to automatically assess these areas, identify gaps in risk mitigation or testing strategy, and receive improvement suggestions before execution begins.

What should I check in a plan before starting development?

Review your plan for completeness of all phases, quality of specifications, feasibility given constraints, and appropriate scope boundaries. Plan-review automates these checks and spawns specialized validators for any failed dimensions, catching missing rollback planning and testing strategies early.

How do I prevent scope creep in my implementation plan?

Plan-review validates scope as part of its core assessment, ensuring your plan stays bounded and focused. It applies phase-based checks with measurable success criteria and escalation logic to flag scope violations before work begins, reducing risk and rework.

Can I refine my plan interactively after validation?

Yes. Plan-review provides an interactive refinement workflow that spawns specialized validators for any failed areas and suggests concrete improvements. You can iterate on your plan until it passes all four validation dimensions.

When should I run plan-review in my workflow?

Run plan-review immediately after drafting your implementation plan, before committing resources or beginning execution. This early validation catches missing risk mitigations, testing strategies, and rollback procedures while they're still inexpensive to add.

What happens if my plan fails validation on multiple dimensions?

Plan-review identifies which dimensions failed and spawns specialized validators for each, providing targeted feedback. You then iteratively refine the plan using these suggestions until it meets completeness, quality, feasibility, and scope standards.