verify-completeness

Compare legacy behavioral inventory with modernized code using a five-pass verification workflow.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/hariinfo/agentic-code-template --skill verify-completeness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-completeness
Source: https://github.com/hariinfo/agentic-code-template/tree/main/.claude/skills/completeness-checker
Command: npx skills add https://github.com/hariinfo/agentic-code-template --skill verify-completeness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Completeness verification ensures that the modernization effort fully covers legacy behaviors, reduces discovery/translation/implementation gaps, and flags scope creep so decommissioning legacy code is safe.

Core Features & Use Cases

  • Five-pass verification workflow (Behavioral Coverage, Structural Coverage, Requirement Traceability, Reverse Check, Missed Behaviors Re-scan) to align legacy and modern codebases.
  • Supports inputs from the legacy Behavioral Inventory, fingerprint.json, funcspec.md, jira-stories.md, and both legacy and modern codebases to generate a comprehensive completeness report.
  • Generates completeness-report.md with a traceability matrix, gap classification, risk assessments, and remediation recommendations for stakeholders.

Quick Start

Run the five-pass verification against the legacy and modernized codebases to generate a completeness report.

Frequently Asked Questions about verify-completeness

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

FAQPage Schema
How do I verify legacy code coverage during a modernization project?

Completeness verification ensures the modernization effort fully covers legacy behaviors, reducing discovery and implementation gaps. It flags scope creep and unmapped behaviors so decommissioning legacy systems is safe and traceable.

How do I generate a gap analysis report for legacy modernization?

Run the five-pass verification workflow against legacy and modernized codebases to generate completeness-report.md. This report provides a traceability matrix, gap classification, and remediation recommendations to guide stakeholders.

What inputs do I need for behavioral traceability and gap analysis?

The verification workflow requires modernization-output files including analysis.md, fingerprint.json, and funcspec.md alongside jira-stories.md. These inputs align legacy behavioral inventories with modern codebases for comprehensive coverage mapping.

Does the completeness verification process support risk assessment for decommissioning?

The verification process applies a five-pass workflow including Behavioral Coverage, Structural Coverage, Requirement Traceability, Reverse Check, and Missed Behaviors Re-scan to thoroughly align legacy and modern codebases.

Why does my legacy to modern code mapping miss behavioral coverage?

Completeness verification applies a five-pass workflow including Behavioral Coverage, Structural Coverage, Requirement Traceability, Reverse Check, and Missed Behaviors Re-scan to thoroughly align legacy and modern codebases.