What problem does it solve? Output artifacts (documents, code, designs) often drift from their original sources and specifications, and single-pass self-review misses systematic errors. ASAE enforces a repeatable, threshold-based audit loop that only exits after a configurable number of consecutive clean passes, verified by an independent rater. ## Core Features & Use Cases - Iterative Convergence Gate: Repeats the same comprehensive audit pass until the configured certainty threshold of consecutive clean passes is reached, or halts with escalation after max iterations. - Severity-Classified Findings: Classifies every finding as CRITICAL, HIGH, MEDIUM, or LOW, with standard or strict policies controlling counter resets and exit conditions. - Domain Audit Checklists: Applies tailored checklists for document, code, design, research, instructional design, legal, and other domains, including security, accessibility, and compliance criteria. - Independent Rater Verification: Spawns a separate subagent with zero shared context to confirm the audit verdict before issuing PASS, producing a versioned audit log as reproducibility evidence. - Use Case: A parent workflow like /dare-to-rise-code-plan invokes ASAE at every stage boundary to gate code or document deliverables before they are treated as complete. ## Quick Start Run an ASAE convergence gate on my output file against its source materials and the original spec with a certainty threshold of 3.