review-plan-implementation
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
-
Load and validate the plan file
- Read the provided
.plan.mdpath. - Confirm YAML frontmatter exists and
todosare present. - Confirm a
## Reviewer Handoffsection exists. - If
## Reviewer Handoffis missing, stop and report that the plan cannot be reviewed with this skill until that section is added.
- Read the provided
-
Extract handoff instructions
More from dolesshq/self-obsolescence
lint-build-loop
Run `npm run lint && npm run build` in a loop, fixing errors until both succeed. Use when the user asks to iterate on lint/build failures.
14execute-plan
Execute an existing plan file. Use when a user asks to carry out a .plan.md task list.
13supabase-reset-test-gen-loop
Iteratively run a local Supabase reset, database tests, and type generation until they succeed, fixing issues between runs. Use when asked to reset the local Supabase DB, run `supabase test db`, and regenerate types (`npm run gen-types`) in a loop.
13fetch-rules
Fetch and apply Cursor-style workspace rules supporting all rule formats (.cursor/rules/*.md, *.mdc, AGENTS.md, and legacy .cursorrules).
12create-plan
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
12summarize-changes
Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.
12