What problem does it solve?
After implementing a feature from a predefined plan, it is easy to miss small requirements, break project rules, or leave incomplete work that causes issues later. This skill eliminates the need for manual, time-consuming checks to confirm your implementation is complete and compliant.
Core Features & Use Cases
- Task Completion Audit: Automatically checks every task in your implementation plan to confirm it is fully implemented, flags partial or missing work, and reports exactly what is missing.
- Quality Validation: Runs build, test, and lint checks to catch compile errors, failing tests, and code style issues before you merge changes.
- Compliance Checks: Validates your code against project architecture boundaries, custom rules, and roadmap alignment to avoid violations that would block merges.
- Use Case: A developer finishes building a new document workflow feature using the /aif-implement skill, then runs aif-verify to confirm all planned tasks are complete, tests pass, and no project rules were broken before opening a pull request.
Quick Start
Use the aif-verify skill to check that your recently completed feature implementation matches the original plan, passes all build and test checks, and complies with project rules.