disaster-recovery

disaster-recovery is a command for Claude Code from TheLobbi/claude. It costs 0 tokens per session (3,894 once invoked), scanned A, original, MIT.

A command for planning, testing, and validating disaster recovery and business continuity. Disaster recovery is the process of restoring systems and data after events such as outages, cyberattacks, or data loss.

In plain words
What is it for?
Use it to define recovery time and data-loss targets, plan failover and backups, simulate disaster scenarios, validate recovery steps, and document business continuity plans.
Why use it?
It turns recovery plans into documented procedures and tests whether people, processes, backups, and technology can actually restore operations.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the claude-orchestration plugin — 6 skills, 133 commands, 9 agents, 8 hooks, 6 plugins shipped together

Good fit Use it to define recovery time and data-loss targets, plan failover and backups, simulate disaster scenarios, validate recovery steps, and document business continuity plans.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thelobbi/claude/disaster-recovery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/TheLobbi/claude

Made for: Claude Code.

Or install claude-orchestration, the plugin that ships this one along with the rest of its 6 skills, 133 commands, 9 agents, 8 hooks, 6 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for disaster-recovery

README.md
[![agentmods](https://agentmods.dev/badge/commands/thelobbi/claude/disaster-recovery/github.svg)](https://agentmods.dev/commands/thelobbi/claude/disaster-recovery)
Your own site
<a href="https://agentmods.dev/commands/thelobbi/claude/disaster-recovery"><img src="https://agentmods.dev/badge/commands/thelobbi/claude/disaster-recovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for disaster-recovery

Your own site · 80×15
<a href="https://agentmods.dev/commands/thelobbi/claude/disaster-recovery"><img src="https://agentmods.dev/badge/commands/thelobbi/claude/disaster-recovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,894 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03894
Opus 5 $0.00000 $0.01947
Sonnet 5 $0.00000 $0.00779
Haiku 4.5 $0.00000 $0.00389

Measured 9d ago against content hash c0be28c2d0c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

disaster-recovery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/disaster-recovery.md · 455 lines

How it starts

The opening of the file, as written. The whole thing — 455 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Disaster Recovery Planning & Testing

Comprehensive disaster recovery planning, testing, and validation with RTO/RPO requirements, failover procedures, data backup strategies, and business continuity planning.

Purpose

Design, implement, test, and validate comprehensive disaster recovery and business continuity plans to ensure business resilience against catastrophic failures, including data center outages, regional disasters, cyberattacks, and data corruption.

Multi-Agent Coordination Strategy

Uses scenario-based DR testing pattern where disaster scenarios are simulated, recovery procedures executed, and business continuity validated across people, process, and technology dimensions.

DR Planning Architecture

``` ┌──────────────────────────────────────────────────┐ │ DR Command Center │ │ (dr-orchestrator) │ └────────────┬─────────────────────────────────────┘ │ ┌────────┼────────┬────────┬────────┬─────────┐ ▼ ▼ ▼ ▼ ▼ ▼ Assess Design Implement Test Validate Document ```

Execution Flow

Phase 1: Business Impact Analysis (0-30 mins)

  1. bia-analyst - Business Impact Analysis
  2. critical-service-identifier - Identify critical business services
  3. rto-rpo-calculator - Calculate RTO/RPO requirements
  4. dependency-mapper - Map service dependencies
  5. impact-assessor - Assess financial/reputation impact
  6. compliance-validator - Identify regulatory DR requirements

Phase 2: Risk Assessment (30-60 mins)

  1. disaster-scenario-modeler - Model disaster scenarios
  2. threat-analyzer - Analyze disaster threats (natural, technical, human)
  3. vulnerability-assessor - Assess DR vulnerabilities
  4. probability-calculator - Calculate disaster probabilities
  5. risk-scorer - Score and prioritize risks

Phase 3: DR Strategy Design (60-120 mins)

  1. dr-strategy-architect - Design overall DR strategy
  2. backup-strategist - Design backup strategy (3-2-1 rule)
  3. replication-designer - Design data replication approach
  4. failover-architect - Design failover mechanisms
  5. multi-region-planner - Multi-region DR architecture
  6. rto-optimizer - Optimize for RTO targets
  7. rpo-optimizer - Optimize for RPO targets

Read the full file on GitHub · 455 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 455 lines · 0 tokens per session scan A c0be28c2d0c0

Subscribe to this mod's changes

disaster-recovery is a command published in the GitHub repository TheLobbi/claude (21 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,894 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.