What problem does it solve? Completed projects often drift from their design documents, and self-review by the same process that built the code introduces bias. This Skill performs an independent blind audit of a finished project against its spec, combining parallel code review, mandatory manual QA, and automatic bug remediation through coordinated subagents. ## Core Features & Use Cases - Blind Verification: Subagents review only the source tree and design document, explicitly forbidden from reading prior build plans, PR descriptions, or implementation notes, ensuring an unbiased conformance check. - Mandatory Manual QA with Fixture Building: If no test harness exists, the audit designs and builds debug endpoints, headless modes, seed fixtures, and scriptable shells rather than falling back to code-review-only. - Fix-and-Verify Remediation Loop: Every bug found goes through a Fixer then Verifier cycle (capped at 3 rounds before escalation), ending with a cross-feature review and a final REPORT.md. - Use Case: After an autonomous build pipeline finishes a web app, invoke /enact-audit with the repo path and design doc to get an independently verified, remediated worktree plus a report of fixes applied and spec ambiguities surfaced. ## Quick Start Run /enact-audit with the path to my completed project and the design document to independently verify the implementation, fix any bugs found, and produce a final audit report.