## Overview Ensure the staging environment mirrors production in configuration, data volume, and infrastructure to catch issues before deployment. ## Acceptance Criteria - [ ] Same infrastructure as production (scaled down) - [ ] Anonymized production data sync for realistic testing - [ ] Same environment variables and secrets structure - [ ] Automated smoke tests run after staging deploy - [ ] Staging health dashboard ## Priority: Medium Prevents 'works on my machine' and staging-specific regressions.
Overview
Ensure the staging environment mirrors production in configuration, data volume, and infrastructure to catch issues before deployment.
Acceptance Criteria
Priority: Medium
Prevents 'works on my machine' and staging-specific regressions.