What problem does it solve? Pipeline artifacts like PRDs, specifications, tickets, and delivery records drift out of sync as a project grows, and plans built on false assumptions about the codebase fail at delivery time. This Skill reviews those artifacts for gaps, inconsistencies, missing coverage, and staleness, then resolves each finding interactively with the user. ## Core Features & Use Cases - Three Audit Modes: Audit a single document in isolation, trace cross-stage consistency across the whole pipeline, or reconcile a ticket or externally-authored plan against the real codebase with a Go/Blocked verdict. - Severity-Ranked Findings: Classifies issues as Critical, Gap, Warning, or Suggestion and presents them interactively so the user can approve, modify, defer, or dismiss each fix. - Dated Audit Reports: Writes reports to .gener8v/audits/ with a coverage matrix and resolution log, carrying deferred findings forward between runs. - Use Case: Before delivering a ticket, run a reconciliation audit to verify that the schema tables, scripts, and referenced documents the ticket assumes actually exist in the repository. ## Quick Start Ask the assistant to audit the pipeline for gaps and inconsistencies before committing to the next stage.