infrastructure

Plans infrastructure deployments, disaster recovery, and autoscaling for production services.

37|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/saolalab/clawforce --skill infrastructure-saolalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure
Source: https://github.com/saolalab/clawforce/tree/main/marketplace/roles/sre/workspace/skills/infrastructure
Command: npx skills add https://github.com/saolalab/clawforce --skill infrastructure-saolalab

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about infrastructure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a blue-green deployment with automated rollback criteria?

Plan a blue-green deployment by designing staged rollout procedures across dev, staging, and production environments with defined automated rollback criteria and formal change management checklists. This approach reduces downtime and risk during service configuration changes.

What's the best way to configure autoscaling rules for production services?

Configure autoscaling by defining metrics-driven triggers tied to CPU utilization and request rates across your environments. This scaling playbook provides horizontal and vertical scaling guidance to ensure production services handle varying loads reliably.

How do I create a disaster recovery plan with defined RTO and RPO targets?

Create a disaster recovery plan by defining RTO and RPO targets, mapping failure scenarios, and documenting backup strategies and recovery procedures. The plan satisfies requirements for formal recovery procedures across dev, staging, and production environments.

How does infrastructure as code support idempotent deployments?

Infrastructure as code supports idempotent deployments through version-controlled modules and modular design with validation workflows. This ensures configuration changes apply consistently across environments without unintended side effects during scaling or rollout events.

Can I use canary deployments with monitoring-triggered promotion across staging environments?

Canary deployments support monitoring-triggered promotion across dev, staging, and production environments. The staged rollout procedure uses automated monitoring-based canary promotion criteria alongside documented rollback runbooks to minimize risk during release.

What should be included in a pre-deployment change management checklist?

A pre-deployment change management checklist includes approval levels, verification steps, observability requirements, and rollback procedures. This formal checklist ensures infrastructure changes are reviewed and validated before reaching production environments.