From disaster-recovery-planner
Designs disaster recovery plans for cloud infrastructure with RTO/RPO targets, multi-region failover, Terraform standby resources, database replication, failover scripts, and runbooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/disaster-recovery-planner:planning-disaster-recoveryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design disaster recovery (DR) plans for cloud infrastructure covering RTO/RPO requirements, multi-region failover, data replication, and automated recovery procedures. Generate runbooks, Terraform for standby infrastructure, and automated failover scripts for databases, compute, and networking.
Design disaster recovery (DR) plans for cloud infrastructure covering RTO/RPO requirements, multi-region failover, data replication, and automated recovery procedures. Generate runbooks, Terraform for standby infrastructure, and automated failover scripts for databases, compute, and networking.
| Error | Cause | Solution |
|---|---|---|
Replication lag exceeds RPO | Network throughput insufficient or write volume too high | Increase replication instance size, enable compression, or implement write throttling during peak |
DNS failover not triggering | Health check misconfigured or TTL too high | Verify health check endpoint returns proper status; reduce DNS TTL to 60 seconds before drill |
Standby database promotion failed | Replication broken or standby in inconsistent state | Check replication status; if broken, restore from latest snapshot and re-establish replication |
Insufficient capacity in DR region | Instance types unavailable in standby region | Pre-provision reserved capacity in DR region or use multiple instance type options |
Application cannot connect after failover | Connection strings hardcoded to primary region endpoints | Use DNS-based endpoints (CNAME/Route 53) instead of direct IPs; parameterize region in config |
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin disaster-recovery-planner9plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 9 plugins
Designs disaster recovery plans with RTO/RPO targets, generates Terraform for standby infrastructure, and creates automated failover scripts for databases, DNS, and compute.
Plans and implements AWS disaster recovery strategies including RTO/RPO targets, backup design, cross-region replication, failover testing, and runbook creation.
Writes a disaster recovery plan for a service or system with RPO/RTO targets, failure runbooks, backup procedures, testing cadence, and communication templates. Activates on DR plan, failover, or recovery runbook requests.