deliverable-check

Verify deliverables against requirements and generate coverage reports with gaps.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill deliverable-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverable-check
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/knowledge-validator/references/deliverable-check.md
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill deliverable-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Verifies deliverables against requirements and generates a coverage report with gaps.

Quick Start

Validate a set of deliverables against a requirements doc and produce a coverage table.

Frequently Asked Questions about deliverable-check

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

FAQPage Schema
How do I validate deliverables against requirements and identify coverage gaps?

Deliverable validation compares your deliverables against a requirements document to identify which requirements are satisfied and which have gaps. This Skill generates a coverage report showing the alignment between what was required and what was delivered, helping you spot missing or incomplete items before handoff.

What's the best way to detect inconsistencies across multiple requirement and deliverable documents?

Cross-document contradiction detection identifies knowledge inconsistencies and conflicts when you're working with multiple related documents. This Skill applies real-time integrity checks across documents to flag contradictions and conflicting claims, ensuring consistency before verification reports are generated.

Can I track which code sections satisfy specific requirements?

Yes. This Skill integrates Shirushi Doc-ID to code traceability, linking individual requirements to their corresponding code implementations. This creates an auditable chain showing exactly which code sections address which requirements.

How do I generate a verification report that shows requirement coverage?

Requirement coverage reporting generates a structured verification report that maps each requirement to its corresponding deliverables, shows coverage status, and highlights gaps. The report includes decision-tracking and entity relations to document the verification process.

What happens if a deliverable doesn't match the requirements?

When deliverables don't match requirements, the Skill flags the inconsistency in the coverage report and identifies the specific gap. This lets you address discrepancies directly and update either the deliverable or requirements documentation before finalizing.