What problem does it solve? High-risk changes to auth, billing, migrations, APIs, deploy configs, or permission logic often ship without durable proof of review, making work hard to audit, resume, or hand off safely. ## Core Features & Use Cases - Risk Classification: Defines six high-risk classes (auth, billing, schema migrations, public API contracts, deploy/runtime behavior, and permission/secret handling) with a risk-gate.json stop decision. - Five-Artifact Schema: Specifies risk-gate.json, context-snippets.json, verification.json, review-decision.json, and adversarial-validation.json colocated in the plan's task folder. - Validation Scripts: Ships two Node.js validators that check artifact presence, required fields, and explicit APPROVE/REJECT review decisions. - Use Case: Before merging a change to Stripe credit accounting, generate the evidence pack, run the validator against the harness directory, and record an explicit reviewer decision instead of relying on narrative updates. ## Quick Start Ask the agent to generate a risk evidence pack for the current high-risk change and validate it with the included scripts before marking the work done.