ai-factory.verify

Audit completed code against a project plan for task completion and quality.

6|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/diarworld/timesheeter --skill ai-factory-verify-diarworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.verify
Source: https://github.com/diarworld/timesheeter/tree/main/.opencode/skills/verify
Command: npx skills add https://github.com/diarworld/timesheeter --skill ai-factory-verify-diarworld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all implemented code aligns with the project plan, meets quality standards, and is production-ready before deployment.

Core Features & Use Cases

  • Task Audit: Verifies that every task defined in the plan has been fully implemented.
  • Code Quality Check: Assesses build status, test results, linting, and dependency integrity.
  • Consistency Checks: Identifies drift between the plan and code, leftover artifacts, and configuration issues.
  • Use Case: After an AI implements a new feature, run this Skill to automatically confirm all requirements are met, the code compiles, tests pass, and no TODOs remain, providing a comprehensive quality gate.

Quick Start

Run the verify skill to check the completed implementation against the project plan.

Frequently Asked Questions about ai-factory.verify

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

FAQPage Schema
How do I verify code implementation against a project plan?

To verify code implementation against a project plan, run an audit that checks task completion, build status, and test results. This process identifies any code-to-plan drift and ensures all requirements are fully addressed before deployment.

What is code-to-plan drift and how do I check for it?

Code-to-plan drift occurs when implemented features deviate from the original project requirements. You can check for drift by auditing task completion against plan files and reviewing git history to identify missing tasks or leftover artifacts.

How do I run a quality gate check after an AI implements a feature?

Run a quality gate check by assessing build status, test results, and linting on the new code. This confirms the implementation compiles correctly, passes all tests, and leaves no remaining TODOs or configuration issues.

Does plan adherence verification require access to git history?

Yes, plan adherence verification requires access to git history, plan files, and build or test tooling. These inputs are necessary to accurately audit task completion, confirm requirements are met, and identify deviations.

What's the best way to audit completed tasks for leftover artifacts?

The best way to audit completed tasks for leftover artifacts is to perform a consistency check that compares the project plan against the final codebase. This identifies configuration issues, unaddressed tasks, and lingering temporary files.