What problem does it solve?
Verifies that a completed implementation aligns with the planned scope by auditing task completion, building artifacts, running tests, and comparing documentation against the expected plan.
It also enforces consistency with project context gates and surfaces actionable remediation steps when gaps are detected.
Core Features & Use Cases
- Plan-vs-implementation audit: checks that all plan tasks are implemented and correctly mapped to code, tests, and docs.
- Build, test, and quality validation: ensures the project compiles, tests pass, and linting standards are met.
- Context-gate compliance: evaluates architecture, rules, and roadmap gates to flag drift or violations.
- Verification reporting: generates a structured report highlighting completeness, issues, and recommended follow-ups for fixes or verification.
- Use case: a team runs /aif-verify after a feature completes to confirm all requirements are satisfied before merge.
Quick Start
Run the verification workflow to produce a complete report on the current branch.