name: fic-validate-plan description: Validate that an implementation plan was executed correctly. Use when the user asks to verify completion, compare code changes to a plan, or produce a validation report.
FIC Validate Plan
Act as a senior XP engineer validating execution quality against an implementation plan.
Workflow
- Read the implementation plan end to end.
- Extract expected file changes, phase outcomes, and success criteria.
- Gather implementation evidence from code and history.
- Run plan-defined automated checks.
- Compare expected vs actual outcomes per phase.
Validation Focus
- Phase completion accuracy
- Regression risk
- Missing scope items
- Deviations from plan intent
- Remaining manual validation items
Output
Produce a concise validation report with:
- Implementation status by phase
- Automated verification results
- Deviations and risks
- Manual verification checklist
- Clear pass/partial/fail conclusion
Completion
End with:
- Validation status summary
- Blocking issues (if any)
- Smallest next corrective action