business-continuity-and-resilience

business-continuity-and-resilience is a skill for Claude Code from cbrock84/headcount. It costs 69 tokens per session (805 once invoked), scanned A, original, MIT.

A business continuity guide for keeping important business processes running during disruption. It covers impact analysis, recovery time objectives (how quickly work must return), and recovery point objectives (how much data loss is acceptable).

In plain words
What is it for?
Use it to assess business impact, set recovery targets, write and test continuity plans, and answer customer resilience questionnaires.
Why use it?
It helps teams decide what matters most and prepare plans that people can follow during an outage, supplier failure, or site loss.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the operations plugin — 12 skills shipped together

Good fit Use it to assess business impact, set recovery targets, write and test continuity plans, and answer customer resilience questionnaires.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cbrock84/headcount/business-continuity-and-resilience
About the project

headcount is an organization of independently installable Claude Code plugins, each grouping skills for a department such as finance, security, or demand generation. Claude Code users install the departments they need and invoke their skills for specialized work; the catalogue entries are skills and related agent tooling from that organization.

cbrock84/headcount · 1,351 stars · on GitHub · cbrock84.github.io

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.

Any agent
npx skills add cbrock84/headcount --skill business-continuity-and-resilience
Clone the repo
git clone --depth 1 https://github.com/cbrock84/headcount

Made for: Claude Code.

Or install operations, the plugin that ships this one along with the rest of its 12 skills.

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 business-continuity-and-resilience

README.md
[![agentmods](https://agentmods.dev/badge/skills/cbrock84/headcount/business-continuity-and-resilience/github.svg)](https://agentmods.dev/skills/cbrock84/headcount/business-continuity-and-resilience)
Your own site
<a href="https://agentmods.dev/skills/cbrock84/headcount/business-continuity-and-resilience"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/business-continuity-and-resilience/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 business-continuity-and-resilience

Your own site · 80×15
<a href="https://agentmods.dev/skills/cbrock84/headcount/business-continuity-and-resilience"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/business-continuity-and-resilience.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00069 $0.00805
Opus 5 $0.00034 $0.00402
Sonnet 5 $0.00014 $0.00161
Haiku 4.5 $0.00007 $0.00081

Measured 7d ago against content hash 263d55feeb90, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

business-continuity-and-resilience 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 7d 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.

plugins/operations/skills/business-continuity-and-resilience/SKILL.md · 75 lines

How it starts

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

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.

Read the full file on GitHub · 75 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. 7d ago First seen · 75 lines · 69 tokens per session scan A 263d55feeb90

Subscribe to this mod's changes

business-continuity-and-resilience is a skill published in the GitHub repository cbrock84/headcount (1,351 stars, last pushed 8d ago), licensed MIT. It adds 69 tokens to every session and 805 once invoked, about $0.0003 per session on Opus 5. 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-09-03.

Related

Other skills, from other repositories

companion-clis

Companion CLIs for Runpod workflows — HuggingFace, GitHub, Docker, and AWS.

gaelic-ghost/socket · 26 tokens

cloud-deployment-routing-workflow

Choose a cloud deployment path before implementation. Route AWS work to the official AWS Agent Toolkit and Azure work to Microsoft's Azure Skills plugin while keeping credentials, regions, and mutation boundaries explicit.

gaelic-ghost/socket · 43 tokens

blob-store

This skill should be used when the user wants a "blob store" or "object storage", names "S3" or an S3-compatible store, needs to "store images / video / files", asks about "multipart upload" or "resumable upload", "signed / presigned URLs", "media storage", "unstructured data at scale", object "versioning", storage…

proyecto26/system-design-skills · 147 tokens

dns

This skill should be used when the user asks about "DNS", "domain resolution", "GeoDNS / geo routing", "latency-based routing", "weighted / failover routing", "Route 53 / Cloud DNS", an "A/CNAME/ALIAS record", "anycast", or "DNS TTL / propagation". It gives the global front door that maps a name to the right IP and…

proyecto26/system-design-skills · 131 tokens

macos-distribution-workflow

Inspect, prepare, validate, and troubleshoot exported macOS distribution artifacts. Use when checking signing identities, entitlements, hardened runtime, nested code, Gatekeeper, notarization readiness/results, stapling, or distribution-only launch failures.

gaelic-ghost/socket · 53 tokens

prepare-isolated-analysis-lab

Prepare a verified disposable Linux or macOS analysis lab from an approved isolation decision. Use before active research to control host integration, networking, baseline, monitoring, evidence export, reset, and teardown.

gaelic-ghost/socket · 46 tokens