Review an implemented .plan.md by executing the instructions in its
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.
Use this skill when a user asks to review, verify, or audit work completed from a plan file in .cursor/plans/*.plan.md.
Load and validate the plan file
.plan.md path.todos are present.## Reviewer Handoff section exists.## Reviewer Handoff is missing, stop and report that the plan cannot be reviewed with this skill until that section is added.Extract handoff instructions
## Reviewer Handoff section and identify:
Review plan alignment (code review mindset)
## Reviewer Handoff.Execute or delegate UI verification
## Reviewer Handoff as the source of truth.Report format
aligned, partially aligned, not aligned)Use this structure:
Review target: `<plan filepath>`
Findings:
1. [Severity] <title> — `<file path:line>`
1. [Severity] <title> — `<file path:line>`
Open questions / assumptions:
1. <question or assumption>
Plan alignment verdict: <aligned | partially aligned | not aligned>
UI verification:
1. <what was verified>
1. <what remains or is blocked>
## Reviewer Handoff as the authoritative review scope unless the user expands scope.