implementation-verify

Verify implementation fulfillment against specs and generate a structured report.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drillan/marketschema --skill implementation-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-verify
Source: https://github.com/drillan/marketschema/tree/main/.claude/skills/implementation-verify
Command: npx skills add https://github.com/drillan/marketschema --skill implementation-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies that an implementation fulfills its specifications by evaluating task completion, FR fulfillment, and contract coverage, producing a structured fulfillment report.

Core Features & Use Cases

  • FR fulfillment tracking: identifies which FR-XXX requirements are addressed by completed tasks.
  • Task completion analysis: computes completion percentages from tasks.md and highlights blockers.
  • Contract coverage assessment: validates contract endpoint coverage when a contracts/ directory exists.
  • Fulfillment reporting: generates a formal Fulfillment Report with metrics, unimplemented requirements, and recommended actions.

Quick Start

Run the verification workflow after speckit.implement completes. Example: npx skills run implementation-verify

Frequently Asked Questions about implementation-verify

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

FAQPage Schema
How do I verify that my implementation fulfills its functional requirements?

To verify functional requirements fulfillment, run implementation-verify after your spec kit implementation completes. It evaluates task completion, FR fulfillment, and contract coverage to produce a structured fulfillment report.

How do I generate an automated fulfillment report from tasks.md and spec.md?

Generating an automated fulfillment report from tasks.md and spec.md requires running the verification workflow after speckit.implement completes. The Skill computes completion percentages and maps completed tasks to formal requirements.

What is the best way to track task completion metrics and unimplemented requirements?

Tracking task completion metrics involves computing completion percentages from tasks.md and highlighting blockers. The verification process analyzes formal requirements and outputs recommended actions for any unimplemented requirements.

Does implementation-verify work without a contracts directory?

Yes, implementation-verify works without a contracts directory. Contract coverage assessment is optional and only validates contract endpoint coverage when a contracts directory exists in your project.

Can I validate contract endpoint coverage automatically after speckit.implement?

Yes, you can validate contract endpoint coverage automatically after speckit.implement by running the verification workflow. It assesses contract coverage when a contracts directory exists and includes the results in the fulfillment report.

What limitations exist when checking spec compliance for projects without a spec kit?

Checking spec compliance requires a spec kit providing tasks.md and spec.md. Without these specification files, the verification workflow cannot compute task metrics, map functional requirements, or generate a fulfillment report.