disaster-recovery-planner

Design disaster recovery strategies with tiered RTO/RPO targets and multi-region failover.

7|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Dexploarer/hyper-forge --skill disaster-recovery-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disaster-recovery-planner
Source: https://github.com/Dexploarer/hyper-forge/tree/main/.claude/skills/disaster-recovery-planner
Command: npx skills add https://github.com/Dexploarer/hyper-forge --skill disaster-recovery-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design disaster recovery strategies including backup, failover, RTO/RPO planning, and multi-region deployment for business continuity.

Core Features & Use Cases

  • RTO/RPO targets by tier
  • Multi-region failover planning
  • Database backup strategy
  • Best practices for testing and verification

Quick Start

Define tiered RTO/RPO targets and implement a backup strategy, then test procedures quarterly.

Frequently Asked Questions about disaster-recovery-planner

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

FAQPage Schema
How do I set RTO and RPO targets for disaster recovery?

RTO (Recovery Time Objective) and RPO (Recovery Point Objective) targets define how quickly you must recover and how much data loss is acceptable. Set tiered targets by business criticality—mission-critical systems need lower RTO/RPO than non-essential ones—then design backup frequency and failover speed to meet each tier's requirements.

What's the best way to plan multi-region failover for business continuity?

Multi-region failover distributes your infrastructure across geographic regions so traffic automatically routes to a healthy region during outages. Use Route53 health checks and failover routing to detect failures and redirect users, then document runbooks for manual intervention and test failover quarterly.

How do I implement automated PostgreSQL backups with point-in-time recovery?

Automated PostgreSQL PITR combines scheduled full backups with WAL (Write-Ahead Logging) archiving to restore your database to any moment in time. Configure backup retention policies, archive WAL files to durable storage, and test restore procedures regularly to ensure recovery works when needed.

What should a disaster recovery plan include?

A complete disaster recovery plan documents RTO/RPO targets by service tier, backup and restore procedures, multi-region failover topology, testing schedules, and runbooks for common failure scenarios. Include contact information, communication chains, and success criteria so teams can execute consistently during an incident.

How often should I test my disaster recovery procedures?

Test disaster recovery procedures at least quarterly to validate that backups work, failover automation succeeds, and team members understand their roles. Run full end-to-end recovery drills annually and maintain a log of test results to identify gaps before a real outage occurs.

Can I use disaster recovery planning for small deployments?

Disaster recovery planning scales to any deployment size. Even small applications benefit from defined RTO/RPO targets, automated backups, and tested failover procedures. Start with conservative targets and a single backup strategy, then expand to multi-region failover as your infrastructure grows.