Agent Skillscbrock84/headcount › business-continuity-and-resilience

business-continuity-and-resilience

GitHub

用于制定业务连续性计划,包括影响分析、设定RTO/RPO、编写与测试恢复方案及演练。旨在应对中断风险,确保关键业务流程在故障时持续运行。

plugins/operations/skills/business-continuity-and-resilience/SKILL.md cbrock84/headcount

Trigger Scenarios

进行业务影响分析 设定恢复时间目标RTO和恢复点目标RPO 编写或测试业务连续性计划 准备供应商或站点故障的应急方案 回答客户关于韧性的问卷

Install

npx skills add cbrock84/headcount --skill business-continuity-and-resilience -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/operations/skills/business-continuity-and-resilience -g -y

Use without installing

npx skills use cbrock84/headcount@business-continuity-and-resilience

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill business-continuity-and-resilience -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "business-continuity-and-resilience",
    "description": "Plans for operating through disruption — impact analysis, recovery objectives, continuity plans, and the exercises that prove they work. Use this to run a business impact analysis, set RTO and RPO, write or test a continuity plan, prepare for a supplier or site failure, or answer a customer's resilience questionnaire."
}

Business continuity and resilience

Continuity is a business question wearing technical clothing. The technical restore is covered by it-operations:backup-and-recovery; this is about which processes must keep running, for whom, and how long you can survive without them.

Start with impact, not systems

A business impact analysis asks, per process: what breaks downstream, how fast, and who notices. Work outward from the customer-visible failure, not inward from the asset register — an inventory of systems tells you what you own, never what matters.

For each critical process establish:

  • Maximum tolerable outage — the point past which the damage is not recoverable by working harder afterwards. This is a business judgment, made by the process owner, not by IT.
  • RTO — how quickly it must be back. Always shorter than someone wants to pay for.
  • RPO — how much data you can afford to lose, measured in time. An RPO of zero is a claim about spending, not about intent.

RTO and RPO that were not signed by the person accountable for the process are aspirations.

Plans people can follow badly

A continuity plan is read by a stressed person at 03:00 who did not write it. Optimize for that reader: named roles rather than names, decision authority stated explicitly, and the first three actions on the first page.

Include what to do when the plan's assumptions fail — the alternate site is also affected, the key person is unreachable, the supplier is not answering. Plans that only handle the anticipated failure handle almost nothing.

Exercises

Untested plans are documents, not capabilities. Escalate the rigour:

  1. Walkthrough — read it aloud together and find the steps nobody can actually perform.
  2. Tabletop — inject a scenario and make the decisions under time pressure.
  3. Live failover — actually run on the alternate path, in production, with the real people.

The exercise produces findings or it was theater. Track them as work with owners and dates, and re-run the scenario that failed rather than a fresh one, so improvement is demonstrable.

Concentration risk

Resilience fails where dependencies converge invisibly: three suppliers who all sit on one cloud region, redundant network paths in the same physical duct, a manual workaround that requires a system you have just lost. Map dependencies to the point where they stop being yours, and check whether the redundancy is real or just contractual.

Tooling

Continuity and crisis management platforms: Fusion Framework, Castellan, Riskonnect, and similar. They hold the impact analysis, the plans, and the exercise record in one place, and they are worth buying at the point where the plans are too many for one person to keep current.

Mass notification: Everbridge, AlertMedia, and similar — the capability being bought is reaching people when your own email and chat are the thing that is down, which is the scenario a plan stored only in those systems fails.

Keep an offline copy of the plan and the contact list. Every organization that has run a real incident has a story about the plan being inside the system that was unavailable.

Never

  • Set an RTO without the process owner agreeing to what it costs.
  • Count a plan as tested because it was reviewed.
  • Treat a backup as continuity — an unrestored backup is an untested assumption.
  • Write a plan whose first step requires the system that has just failed.

Version History

  • d58a7ee Current 2026-09-02 21:08

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/ai-ml-governance/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/backup-and-recovery/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
d58a7ee
Hash
263d55fe
Indexed
2026-09-02 21:08

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-03 11:10
浙ICP备14020137号-1 $Гость$