plan-reviewer

Review implementation plans for architectural soundness, specificity, and safety.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaRipper91/gemini-termux-migration --skill plan-reviewer-daripper91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-reviewer
Source: https://github.com/DaRipper91/gemini-termux-migration/tree/main/AI_Knowledge_Base/Planning_and_Architecture/plan-reviewer
Command: npx skills add https://github.com/DaRipper91/gemini-termux-migration --skill plan-reviewer-daripper91

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents the creation of vague, unsafe, or architecturally unsound implementation plans, ensuring that code is written efficiently and correctly the first time.

Core Features & Use Cases

  • Architectural Soundness Check: Verifies that implementation plans adhere to established architectural principles and patterns.
  • Specificity Enforcement: Ensures that all steps, file paths, and changes are clearly and precisely defined, avoiding ambiguity.
  • Safety & Verification: Critically reviews the proposed verification strategy, including automated and manual testing steps, and checks for rollback procedures.
  • Use Case: Before starting development on a new feature, submit the implementation plan to this Skill for a thorough review to catch potential issues related to scope, clarity, and technical feasibility.

Quick Start

Review the implementation plan located at ${SESSION_ROOT}/ticket-123/implementation_plan.md.

Frequently Asked Questions about plan-reviewer

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

FAQPage Schema
How do I validate an implementation plan for architectural soundness before coding?

To validate an implementation plan for architectural soundness, submit it for review to check adherence to established patterns, verify specific file paths, and ensure clear phasing with Git worktree isolation. This prevents building unsound architectures.

What is an implementation plan review and when do I need it?

An implementation plan review is a validation step that checks plans for specificity, safety, and architectural structure before development begins. You need it when starting a new feature to catch scope, clarity, and feasibility issues early.

How do I ensure my implementation plan has specific file paths and automated verification commands?

To ensure your implementation plan has specific file paths and automated verification commands, run a plan review that enforces precise definitions for all steps and changes. This review rejects vague descriptions and validates automated testing strategies.

Does the plan review process check for rollback procedures and safety checks?

Yes, the plan review process checks for rollback procedures and safety by critically reviewing proposed verification strategies. It ensures both automated and manual testing steps are clearly defined to maintain safety during software development.

Can I use Git worktree isolation for phasing in my implementation plan?

Yes, you can and should use Git worktree isolation for phasing in your implementation plan. The review validates plans against standards that enforce Git worktree isolation to ensure safe, actionable development steps.