From backup-planner
Inventory the data assets that need backup protection — databases, volumes, user uploads, configs, secrets — and assign each a criticality tier, RPO, and RTO. Use after the deployment architecture is mapped.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin backup-plannerThis skill uses the workspace's default tool permissions.
Turn the architecture map into a concrete protection inventory. Every item gets a tier, a target RPO (how much data loss is acceptable), and a target RTO (how fast recovery must complete).
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Turn the architecture map into a concrete protection inventory. Every item gets a tier, a target RPO (how much data loss is acceptable), and a target RTO (how fast recovery must complete).
backup-plan/01-architecture.md if it exists. If not, run identify-deployment-arch first.critical (business-ending loss), important (painful loss), nice-to-have (re-creatable with effort)Write to backup-plan/02-data-inventory.md:
# Data Protection Inventory
## Critical
- <asset> — <size>, RPO <x>, RTO <y>, <notes>
## Important
- ...
## Nice-to-have
- ...
## Excluded (and why)
- ...
## Restore Prerequisites
- <secrets, DNS, account config that must exist for a restore to succeed>
This document drives evaluate-backup-options.