completeness

Validate end-to-end traceability across requirements, plans, checkpoints, and implementation artifacts.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill completeness-laf-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completeness
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.ghcp-appmod/skills/completeness
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill completeness-laf-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures end-to-end traceability and completeness validation across requirements, plans, checkpoints, and implementation artifacts, preventing gaps before delivery.

Core Features & Use Cases

  • Validate spec-to-plan, plan-to-tasks, and tasks-to-impl checkpoints with 100% coverage.
  • Generate migration-summary.md and traceability matrices to support governance audits.
  • Flag constitution violations and CRITICAL gaps for remediation.

Quick Start

Initialize the completeness validation workflow from the repository root and review all checkpoints.

Frequently Asked Questions about completeness

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

FAQPage Schema
How do I ensure end-to-end traceability across requirements and implementation artifacts?

End-to-end traceability is achieved by validating spec-to-plan, plan-to-tasks, and tasks-to-implementation checkpoints. This Skill identifies coverage gaps across all governance artifacts, enforcing requirement fulfillment and constitution compliance without modifying source code.

What is the best way to validate feature completeness before delivery?

Feature completeness validation involves applying checks to feature work items, checkpoints, and migration artifacts. This process flags CRITICAL gaps and constitution violations for remediation, ensuring 100% coverage and preventing missing requirements before delivery.

How do I generate a traceability matrix for governance audits?

You can generate a traceability matrix and a migration-summary.md file by running the completeness validation workflow. These outputs map requirements to implementation artifacts, providing documented evidence to support governance audits.

Can I validate migration artifacts without modifying the source code?

Yes, you can validate migration artifacts without modifying source code. The completeness validation process analyzes feature work items and checkpoints to enforce traceability and identify gaps while keeping the implementation artifacts strictly read-only.

How do I check for constitution compliance violations in my feature work items?

Constitution compliance is checked by applying completeness validation to your feature work items and checkpoints. The process automatically flags any constitution violations and CRITICAL gaps found across the requirements and implementation artifacts for immediate remediation.