review_plan

Review implementation plans against specifications to identify gaps and risks.

15|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/lionbenjamin/agent-templates --skill review-plan-lionbenjamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review_plan
Source: https://github.com/lionbenjamin/agent-templates/tree/main/skills/review_plan
Command: npx skills add https://github.com/lionbenjamin/agent-templates --skill review-plan-lionbenjamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers and product teams evaluate implementation plans for completeness, correctness, security, and performance before coding starts.

Core Features & Use Cases

  • Security-minded review of plans to identify injection points, authentication gaps, and secret exposure.
  • Change and risk assessment, including backward compatibility, rollback plans, and migration impact.
  • Reuse and redundancy checks to avoid unnecessary rewrites and ensure modular design.

Quick Start

Provide a skeptical review of an implementation plan against the specification to identify gaps and risks.

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 architecture design document for security and performance risks?

To review an architecture design document for security and performance risks, perform a skeptical check against your specification to identify injection points, authentication gaps, and latency bottlenecks before development begins.

What is the best way to validate requirements coverage in a technical implementation plan?

Validating requirements coverage in a technical implementation plan requires applying structured checks to ensure every specification point is addressed and to flag missing modular design or redundant rewrites.

How do I check if a migration plan includes a proper rollback strategy?

Checking if a migration plan includes a proper rollback strategy involves assessing the design document for backward compatibility, deployment impact, and explicit migration reversal steps to prevent data loss.

Can I use a skeptical plan review for deployment and migration plans across different software projects?

Yes, you can use a skeptical plan review for deployment and migration plans across software projects to validate completeness, consistency, and security by applying structured risk and requirements checks.

When do I need to perform a skeptical review of my technical specification?

You need to perform a skeptical review of your technical specification when transitioning from design to coding, ensuring implementation plans are evaluated for correctness, security gaps, and performance bottlenecks.