/validate_plan
Verify implementation against plan success criteria
Validate that an implementation plan was correctly executed by verifying all success criteria and identifying any deviations.
/validate_plan thoughts/shared/plans/2026-03-08-my-feature.mdProcess
Section titled “Process”- Locate the plan — Uses the provided path or searches recent commits
- Gather evidence — Reviews git diffs, test results, and the current codebase state
- Check each criterion — Verifies every success criterion from the plan
- Report findings — Produces a validation report with pass/fail status for each criterion
- Identify issues — Flags any deviations, missing implementations, or regressions
When to Use
Section titled “When to Use”- After
/implement_plancompletes - Before creating a PR
- When reviewing someone else’s implementation of a plan