Resilience Review Evaluate how your application behaves when things go wrong — network failures, API errors, slow connections, missing data, and edge cases. Most apps are built for the happy path; this review systematically tests the unhappy paths that real users encounter. When to use Use when: - Before launching a user-facing feature - After adding new API integrations or data sources - When reliability is critical (healthcare, finance, e-commerce checkout) - After production incidents caused by unhandled errors - When moving from prototype to production quality Standards Referenced - Googl…