review-plan

Analyze implementation plans for completeness, feasibility, risk coverage, and architectural alignment.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill review-plan-tvishwanadha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/planner/skills/review-plan
Command: npx skills add https://github.com/tvishwanadha/skills --skill review-plan-tvishwanadha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review implementation plans for completeness, feasibility, risk coverage, architectural alignment, and coherence.

Core Features & Use Cases

  • Automated plan review to verify completeness, feasibility, risk coverage, and architectural alignment.
  • Supports loading local plan standards or default rules and generates structured findings.
  • Use cases include plan development audits, design reviews, and pre-implementation sign-off.

Quick Start

Run planner:review-plan .claude/plans/my-plan.md to review a specific plan, or run planner:review-plan to review the most recent plan.

Frequently Asked Questions about review-plan

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

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

To review an implementation plan for completeness and feasibility, you can validate it against local or default review rules. This checks file existence and content to output structured findings for governance and remediation.

Can I use custom plan standards for a pre-implementation sign-off audit?

Yes, you can load local plan standards or default rules for pre-implementation sign-off audits. The review checks your plan's coherence and outputs structured findings for remediation.

What is architectural alignment analysis in software project planning?

Architectural alignment analysis validates that an implementation plan coheres with the broader system architecture. It ensures proposed steps match project design constraints and risk coverage requirements.

How do I run an automated review on the most recent project plan?

Run the review command without specifying a file path to automatically target the most recent plan. Alternatively, pass a specific file path like .claude/plans/my-plan.md to review that exact plan.

Does plan review work for design reviews and development audits?

Yes, the plan review supports plan development audits and design reviews. It applies review cycles to verify risk coverage, architectural alignment, and overall plan coherence across software projects.