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.
npx skills add https://github.com/cbrock84/headcount --skill 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.
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:
afterwards. This is a business judgment, made by the process owner, not by IT.
spending, not about intent.
RTO and RPO that were not signed by the person accountable for the process are aspirations.
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.
Untested plans are documents, not capabilities. Escalate the rigour:
The exercise produces findings or it was theatre. Track them as work with owners and dates, and
re-run the scenario that failed rather than a fresh one, so improvement is demonstrable.
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.
Take cbrock84/business-continuity-and-resilience from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.