What problem does it solve? Builds often drift from the original intent, pass shallow tests, or ship with fabricated claims about what was implemented. This Skill provides a stage-gated validation discipline that interrogates a build from intent through delivery, using live understanding organs that return evidence rather than rubber-stamping work. ## Core Features & Use Cases - Stage-Gated Validation: Runs Design, Plan, Build, Test, and Ship gates, each bound to live validator calls that return scores, verdicts, failures, and recovery actions. - Intent Deduction: Translates compressed human language (metaphor, slang, dialect) into a stated directive before scoring, avoiding literalism and caricature failures. - Drain-Refute Honesty: Runs refute_fabricated_claim on any claim referencing symbols, quotes, files, or test results, driving fabricated claims to a failing score. - Use Case: Before shipping a feature, run the build through the stage gates to confirm the spec matches intent, tests exercise real behavior without mocking the validator under proof, and failures are repaired before landing. ## Quick Start Validate my current build against the original intent using the design, plan, build, test, and ship stage gates.