aif-verify

Verify code changes against plan requirements and quality criteria.

Updated Mar 23, 2024
One-click install
npx skills add https://github.com/Ard2p/sk-bar-site --skill aif-verify-ard2p
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-verify
Source: https://github.com/Ard2p/sk-bar-site/tree/main/.cursor/skills/aif-verify
Command: npx skills add https://github.com/Ard2p/sk-bar-site --skill aif-verify-ard2p

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify completed implementation against the plan, ensuring code correctness, plan fidelity, and production-readiness across tasks, builds, tests, and governance.

Core Features & Use Cases

  • Validate that implemented tasks match the plan and acceptance criteria.
  • Assess build, tests, lint, and dependency integrity; detect drift against architecture and roadmap.
  • Produce a structured verification report with actionable remediation.

Quick Start

Run /aif-verify after /aif-implement completes to validate your work.

Frequently Asked Questions about aif-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code changes against plan requirements after implementation?

To verify code changes against plan requirements, you can automate post-implementation quality checks that compare completed tasks against plan artifacts, architecture rules, and acceptance criteria. This ensures code correctness and plan fidelity across builds and tests.

What is configuration drift detection in software architecture?

Configuration drift detection identifies deviations between implemented code and the intended architecture or roadmap. It assesses dependency integrity and configuration rules to ensure production-readiness and compliance with governance standards.

How do I check if my build and lint tests meet quality criteria?

You can check if your build and lint tests meet quality criteria by running an automated assessment across tasks, tests, and dependencies. This validates integrity and produces a structured verification report with actionable remediation steps.

Can I validate completed tasks against acceptance criteria automatically?

Yes, you can validate completed tasks automatically by comparing implemented code against plan artifacts and defined acceptance criteria. This ensures the implementation matches the plan and meets all required governance rules.

What is the best way to generate a remediation report for failed tests?

The best way to generate a remediation report for failed tests is to assess build, lint, and test integrity against plan artifacts, producing a structured verification report that provides actionable remediation steps for any identified issues.

Why does my code implementation drift from the planned architecture?

Your code implementation drifts from the planned architecture when changes do not align with established rules and roadmap artifacts. Automated quality checks can detect this drift and provide actionable remediation to restore compliance.