What problem does it solve?
This Skill provides a practical framework to plan, deploy, and operate infrastructure reliably, reducing downtime and risk during configuration changes, deployments, and scaling events.
Core Features & Use Cases
- Infrastructure as Code Best Practices: Version control, idempotent modules, modular design, validation and testing workflows.
- Deployment Strategies: Guidance for blue-green, canary, and rolling deployments with rollback procedures and feature flag usage.
- Disaster Recovery Planning: Templates for RTO/RPO targets, failure scenarios, backup strategies, and recovery procedures.
- Scaling & Autoscaling Playbook: Horizontal and vertical scaling guidance, metrics-driven autoscaling triggers, and configuration best practices.
- Change Management & Review Checklists: Pre-deployment checklists, approval levels, verification steps, and observability requirements.
- Use Case: Prepare a staged rollout of a web service across dev→staging→prod with automated monitoring-based canary promotion and documented rollback/runbook.
Quick Start
Create a deployment and disaster recovery plan for the payments service using a blue-green rollout with RTO 1 hour, RPO 15 minutes, automated rollback criteria, and autoscaling rules tied to CPU and request rate.