Chaos & Adversarial Gate BEFORE finalizing complex algorithms, integrations, or PR reviews
- REJECT code that assumes happy-path only (e.g. 200 OK without 503/429 handling).
- FORCE Pre-Mortem analysis ('If this fails in production, why did it fail?').
- REQUIRE defensive checks against memory leaks, race conditions, and unhandled Promise rejections.