← Back to Skills Marketplace
1kalin

IT Disaster Recovery Plan Generator

by 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
622
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install afrexai-disaster-recovery
Description
Generates detailed IT disaster recovery plans with RTO/RPO targets, failover procedures, backup strategies, communication plans, testing schedules, and cost...
README (SKILL.md)

IT Disaster Recovery Plan Generator

Build production-ready disaster recovery plans that actually get followed when things break.

What This Does

Generates a complete DR plan covering infrastructure, data, applications, and communications. Output includes RTO/RPO targets, failover procedures, testing schedules, and cost modeling.

When to Use

  • Building DR documentation for compliance (SOC 2, ISO 27001, HIPAA)
  • After an outage exposed gaps in your recovery process
  • Onboarding a new infrastructure team
  • Annual DR plan review and update

How to Use

Tell the agent what you need. Be specific about your stack and requirements.

Quick Start

Generate a disaster recovery plan for our SaaS platform. Stack: AWS (us-east-1 primary, eu-west-1 secondary), PostgreSQL RDS, Redis, S3. RTO target: 4 hours. RPO target: 1 hour. Team size: 8 engineers.

Inputs to Provide

  • Infrastructure: Cloud provider, regions, key services
  • Data stores: Databases, object storage, message queues
  • RTO target: Maximum acceptable downtime
  • RPO target: Maximum acceptable data loss
  • Team size: Who's available during an incident
  • Compliance: Which frameworks apply (SOC 2, ISO 27001, HIPAA, PCI DSS)
  • Budget tier: Startup ($5K-$15K/yr) | Growth ($15K-$50K/yr) | Enterprise ($50K+/yr)

Output Structure

1. Risk Assessment Matrix

Threat Likelihood (1-5) Impact (1-5) Risk Score Mitigation
Region outage 2 5 10 Multi-region active-active
Database corruption 3 5 15 Point-in-time recovery + cross-region replicas
Ransomware 3 5 15 Immutable backups + air-gapped copies
DNS failure 2 4 8 Multiple DNS providers
Key person unavailable 4 3 12 Runbook documentation + cross-training

2. Recovery Tier Classification

Tier 1 — Critical (RTO \x3C 1hr)

  • Authentication service
  • Payment processing
  • Core API

Tier 2 — Important (RTO \x3C 4hr)

  • Admin dashboard
  • Reporting
  • Email delivery

Tier 3 — Standard (RTO \x3C 24hr)

  • Analytics
  • Internal tools
  • Dev/staging environments

3. Failover Procedures

For each Tier 1 service, generate step-by-step runbooks:

  • Pre-failover health checks
  • DNS/load balancer switchover steps
  • Data consistency verification
  • Post-failover smoke tests
  • Rollback procedure if failover fails

4. Backup Strategy

Data Store Backup Frequency Retention Location Recovery Test Frequency
Primary DB Continuous (WAL) 30 days Cross-region Monthly
Object Storage Cross-region replication Indefinite Secondary region Quarterly
Config/Secrets On change 90 days Encrypted S3 + local Monthly

5. Communication Plan

  • Internal escalation: PagerDuty/Opsgenie chain with backup contacts
  • Status page: Auto-update triggers at incident declaration
  • Customer notification: Templates for P1-P4 severity levels
  • Executive briefing: 15-min cadence during P1, hourly during P2

6. Testing Schedule

Test Type Frequency Scope Duration
Tabletop exercise Quarterly Full team walkthrough 2 hours
Component failover Monthly Individual service 1 hour
Full DR simulation Annually Complete failover 4-8 hours
Backup restore Monthly Random data store 1 hour

7. Cost Model

Break down DR spending by category:

  • Infrastructure (standby capacity, cross-region replication)
  • Tooling (monitoring, alerting, backup software)
  • Testing (engineer hours, cloud costs during drills)
  • Training (onboarding, annual refreshers)

Benchmark: DR typically costs 15-25% of primary infrastructure spend. Companies without DR plans face average downtime costs of $5,600/minute.

Compliance Mapping

Map each DR control to framework requirements:

  • SOC 2 CC7.4/CC7.5: Incident response and recovery
  • ISO 27001 A.17: Information security continuity
  • HIPAA §164.308(a)(7): Contingency plan
  • PCI DSS 12.10: Incident response plan

Rules

  • Always include specific commands and CLI examples (not just "failover the database")
  • Include estimated time for each step in runbooks
  • Flag single points of failure explicitly
  • Default to the 3-2-1 backup rule: 3 copies, 2 media types, 1 offsite
  • Include cost estimates in USD for each recommendation
  • Never assume unlimited budget — tier recommendations by cost

Next Steps

Want to go deeper? Check out the full AI Context Packs — pre-built knowledge bases for SaaS, Healthcare, Legal, Manufacturing, and more. $47 per industry pack, or grab all 10 for $197.

Calculate what manual DR planning costs your team: AI Revenue Calculator

Set up your agent stack in 5 minutes: Agent Setup Wizard

Usage Guidance
This skill appears coherent with its purpose and doesn't request credentials or install software, but exercise caution: 1) Carefully review any CLI commands or runbook steps the skill generates before running them — they can be destructive (failovers, DB restores, DNS changes). 2) Do not paste sensitive credentials into prompts; the skill doesn't need them to produce a plan. 3) Verify external links and any paid offers (AfrexAI context packs) before following or purchasing. 4) If you want the skill to include provider-specific commands, provide minimally necessary, non-sensitive environment/context and instruct the agent not to execute commands automatically.
Capability Analysis
Type: OpenClaw Skill Name: afrexai-disaster-recovery Version: 1.0.0 The skill bundle is designed to generate disaster recovery plans. The `SKILL.md` provides clear instructions for the AI agent to generate structured content, including example CLI commands and cost estimates, without instructing the agent to execute any commands or access sensitive system resources. All external links in `SKILL.md` and `README.md` are presented as 'Next Steps' for the user, not as agent commands. No evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent's core directives was found.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md: it generates DR plans, runbooks, cost models, and compliance mapping. It requests no binaries, env vars, or installs that wouldn't be needed for that purpose.
Instruction Scope
SKILL.md stays on-topic (risk matrix, runbooks, backups, testing). It directs the agent to include concrete CLI commands and time estimates in runbooks — appropriate for a DR runbook generator but potentially dangerous if such commands are executed automatically. The instructions do not tell the agent to read local files, environment variables, or other system state.
Install Mechanism
Instruction-only skill with no install spec or code files. Nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. Although it templates commands for cloud CLIs (e.g., AWS), it does not request those credentials itself.
Persistence & Privilege
always is false and the skill has no elevated persistence. Default autonomous invocation is allowed by platform policy but not combined with other risky indicators here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install afrexai-disaster-recovery
  3. After installation, invoke the skill by name or use /afrexai-disaster-recovery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
afrexai-disaster-recovery v1.0.0 - Initial release of an IT Disaster Recovery Plan generator. - Generates complete, actionable DR plans: infrastructure, data, applications, and communications. - Covers RTO/RPO targets, risk assessment, recovery tiers, failover and backup runbooks, testing schedules, cost modeling, and compliance mapping. - Designed for compliance documentation, outage retrospectives, team onboarding, and annual DR reviews. - Outputs include detailed step-by-step procedures, CLI examples, risk flagging, cost estimates, and controls mapping for SOC 2, ISO 27001, HIPAA, PCI DSS.
Metadata
Slug afrexai-disaster-recovery
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is IT Disaster Recovery Plan Generator?

Generates detailed IT disaster recovery plans with RTO/RPO targets, failover procedures, backup strategies, communication plans, testing schedules, and cost... It is an AI Agent Skill for Claude Code / OpenClaw, with 622 downloads so far.

How do I install IT Disaster Recovery Plan Generator?

Run "/install afrexai-disaster-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is IT Disaster Recovery Plan Generator free?

Yes, IT Disaster Recovery Plan Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does IT Disaster Recovery Plan Generator support?

IT Disaster Recovery Plan Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created IT Disaster Recovery Plan Generator?

It is built and maintained by 1kalin (@1kalin); the current version is v1.0.0.

💬 Comments