review-plan-implementation

Installation
SKILL.md

Review Plan Implementation

Goal

Given a .plan.md file, validate the implementation by following the plan's ## Reviewer Handoff instructions and reporting whether code changes align with the plan.

When to use

Use this skill when a user asks to review, verify, or audit work completed from a plan file in .cursor/plans/*.plan.md.

Minimal workflow

  1. Load and validate the plan file

    • Read the provided .plan.md path.
    • Confirm YAML frontmatter exists and todos are present.
    • Confirm a ## Reviewer Handoff section exists.
    • If ## Reviewer Handoff is missing, stop and report that the plan cannot be reviewed with this skill until that section is added.
  2. Extract handoff instructions

Related skills
Installs
14
First Seen
Feb 8, 2026