What problem does it solve? This Skill performs the final infrastructure gate of a spec-driven development pipeline, ensuring CI/CD pipelines, Docker setups, and Terraform configurations are reviewed and approved before a feature is merged and deployed. ## Core Features & Use Cases - Infrastructure Review: Invokes the sre agent to produce specs/<slug>/sre-review.md, validating CI, Docker, and Terraform checklists against the TRD, QA report, and security review. - Approval Gating: Presents any real infrastructure change (terraform apply) as a plan requiring explicit user approval before execution. - Pipeline Retrospective: Opens improvement and learning issues in the plugin repository after each approved slice, using timing-log.md data as evidence. - Use Case: After QA and security approve a feature slice, run this Skill to confirm the branch is synced with main, review the deployment infrastructure, trigger automatic documentation updates on the final slice, and clear the feature for merge. ## Quick Start Run the SRE stage for the current feature to validate CI/CD, Docker, and Terraform before merge.