deliverable-consistency

Scan production documents for unresolved markers, missing artifacts, and identity-label mismatches.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sgttomas/chirality-piping --skill deliverable-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverable-consistency
Source: https://github.com/sgttomas/chirality-piping/tree/main/skills/deliverable-consistency
Command: npx skills add https://github.com/sgttomas/chirality-piping --skill deliverable-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deliverable-wide consistency sweep across production documents to surface unresolved markers, missing core artifacts, and identity-label mismatches within a single deliverable.

Core Features & Use Cases

  • Detects unresolved markers such as TBD, ASSUMPTION, or CONFLICT: markers across the deliverable's document set.
  • Flags missing or misaligned artifacts and inconsistencies in identity-labeling.
  • Supports targeted scope via DeliverablePath and optional RuntimeOverrides to tailor the review.

Quick Start

Provide a DeliverablePath and optional runtime overrides to run a consistency sweep on that deliverable.

Frequently Asked Questions about deliverable-consistency

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

FAQPage Schema
How do I perform a consistency check across a project deliverable's documents?

Perform a deliverable-wide consistency check by targeting a specific deliverable path to surface unresolved markers, missing artifacts, identity-label mismatches, and unsourced numerics across its document set.

What are unresolved markers in production documentation and how do I find them?

Unresolved markers are TBD, ASSUMPTION, or CONFLICT tags left in production documents. You find them by running a validation sweep that scans the deliverable path and flags these tags for resolution.

How do I validate that all required artifacts exist within a specific deliverable path?

Validate missing artifacts by running a consistency scan on the deliverable path, which flags any missing or misaligned artifacts and reports them as MISSING outputs in the final validation report.

Do I need Python to run a deliverable consistency validation scan?

Yes, you need Python to execute the deterministic scan tool python3 tools/validation/scan_deliverable_consistency.py, which analyzes the deliverable path and generates the consistency validation report.

Can I customize the scope of a document consistency check for a specific deliverable?

Yes, you can customize the consistency check scope by providing a specific DeliverablePath and applying optional RuntimeOverrides to tailor the review and constrain the validation reporting outputs.

What is the best way to report identity-label mismatches in production documents?

The best way to report identity-label mismatches is using a constrained validation scan that flags inconsistencies and outputs them as PROPOSAL, MISSING, or NEEDS_HUMAN_RULING statuses for outcome-focused reporting.