Business Continuity Planner

# Business Continuity Planner

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "Business Continuity Planner" with this command: npx skills add 1kalin/afrexai-business-continuity

Business Continuity Planner

Build a complete Business Continuity Plan (BCP) and Disaster Recovery (DR) strategy for any organization.

What It Does

  • Maps critical business functions and their dependencies
  • Assigns Recovery Time Objectives (RTO) and Recovery Point Objectives (RPO)
  • Creates communication chains and escalation paths
  • Generates a full BCP document ready for stakeholder sign-off
  • Identifies single points of failure before they break

How to Use

Tell the agent about your business and it will walk you through building a BCP:

"Create a business continuity plan for our 40-person SaaS company"
"We need a disaster recovery plan — our main systems are AWS-hosted"
"Map our critical functions and set RTOs for each"

Process

1. Business Impact Analysis

Ask the user about:

  • Core revenue-generating functions
  • Customer-facing systems
  • Internal operations (payroll, comms, data)
  • Key vendors and third-party dependencies

For each function, determine:

  • Impact of downtime (revenue loss per hour, contractual penalties, reputation damage)
  • RTO — how fast must it recover? (minutes, hours, days)
  • RPO — how much data loss is acceptable?

2. Risk Assessment

Identify threats across categories:

  • Technology: server failure, cyberattack, data corruption, cloud outage
  • People: key person risk, mass absence, skills gap
  • Facilities: office access, power, connectivity
  • Supply chain: vendor failure, payment disruption
  • External: regulatory change, natural disaster, pandemic

Rate each: Likelihood (1-5) × Impact (1-5) = Risk Score

3. Recovery Strategies

For each critical function, define:

  • Primary recovery method
  • Backup/alternative approach
  • Manual workaround (if systems are down)
  • Responsible person + backup person
  • Dependencies that must recover first

4. Communication Plan

Build a contact tree:

  • Crisis management team (names, roles, phone numbers)
  • Escalation triggers (what constitutes a crisis?)
  • Internal notification sequence
  • External stakeholder communication (clients, vendors, regulators)
  • Media/PR response template

5. BCP Document Output

Generate a structured document with:

# Business Continuity Plan — [Company Name]
## Version: 1.0 | Last Updated: [Date] | Next Review: [Date + 6 months]

### 1. Purpose & Scope
### 2. Business Impact Analysis (table)
### 3. Risk Register (table with scores)
### 4. Recovery Strategies (per function)
### 5. Communication Plan & Contact Tree
### 6. IT Disaster Recovery Procedures
### 7. Testing Schedule (tabletop exercises quarterly, full test annually)
### 8. Document Control & Review Cycle

6. Testing & Maintenance

Recommend:

  • Tabletop exercise quarterly — walk through a scenario verbally
  • Simulation test bi-annually — actually invoke recovery procedures
  • Full DR test annually — failover to backup systems
  • Review trigger: after any real incident, org change, or new system deployment

Output Format

Deliver the BCP as a single markdown document the user can save, print, or convert to PDF. Include tables for the Business Impact Analysis and Risk Register.

Tips

  • Start with the functions that make money. Everything else is secondary.
  • A plan that exists but hasn't been tested is just a document, not a plan.
  • The #1 cause of extended outages isn't technical failure — it's nobody knowing who to call.
  • Keep it practical. A 5-page plan people actually read beats a 50-page plan nobody opens.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated
General

51mee-resume-parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Archived SourceRecently Updated