/validate_plan
Verify implementation against plan success criteria
Check that the implementation matches the plan. The agent verifies every success criterion and flags 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
- Audit. Spawns an
inspectorper phase group; each returns a report ending inverdict: promoteorverdict: block - Report and promote. Writes the validation report and, if nothing is outstanding, sets the plan’s
statustoimplemented; otherwise it staysactivewith the blocker named
When to Use
Section titled “When to Use”- After
/implement_plancompletes - Before creating a PR
- When reviewing someone else’s implementation of a plan