ftm-verify

Verify post-execution plan fulfillment using parallel Codex and Gemini analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kkudumu/feed-the-machine --skill ftm-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ftm-verify
Source: https://github.com/kkudumu/feed-the-machine/tree/main/ftm-verify
Command: npx skills add https://github.com/kkudumu/feed-the-machine --skill ftm-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-execution steps often report completion even when plans are not fully implemented; ftm-verify ensures actual fulfillment by running independent, parallel verification passes against the codebase and plan, reconciling results into a precise report.

Core Features & Use Cases

  • Dual-model verification (Codex and Gemini) checks code, docs, and tests for plan alignment and quality, reducing blind spots.
  • Auto-remediation orchestration: coordinates fix agents when issues are found and reports outcomes for follow-up.
  • End-to-end traceability: emits verification_complete and issue events to the blackboard for audit and learning.

Quick Start

After a plan execution completes, run ftm-verify to validate completion and trigger remediation when needed.

Frequently Asked Questions about ftm-verify

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

FAQPage Schema
How do I verify post-execution plan fulfillment across my codebase?

Post-execution verification confirms actual plan fulfillment by running independent, parallel analysis passes against your codebase and plan, reconciling the results into a precise report of any unimplemented requirements.

How does dual-model verification work for checking code quality and build health?

Dual-model verification works by running Codex and Gemini in parallel to assess plan alignment, documentation fidelity, build health, and test quality, reducing blind spots found by single-model analysis.

What is the best way to automate remediation after a codebase verification check?

Automated remediation orchestration coordinates fix agents to resolve issues immediately after post-execution verification identifies them, reporting the outcomes for any necessary follow-up.

Can I use automated verification to audit build health and test quality for stakeholders?

Yes, automated verification enables end-to-end traceability by emitting verification and issue events to the blackboard, providing auditable traces and artifact-rich reporting for stakeholder review.

When do I need to run post-execution verification on my software project?

You need post-execution verification when a plan execution reports completion, ensuring actual implementation success by validating code, documentation, and tests before marking the task fully resolved.