Forge-Backup-and-Recovery

Define backup strategies, recovery objectives, and restore rehearsals for data protection.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/Nealsch/ForgeOS --skill forge-backup-and-recovery-nealsch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Forge-Backup-and-Recovery
Source: https://github.com/Nealsch/ForgeOS/tree/main/Framework/05-Skills/09-Operations/Forge-Backup-and-Recovery
Command: npx skills add https://github.com/Nealsch/ForgeOS --skill forge-backup-and-recovery-nealsch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Organizations often assume their backups work until a disaster proves otherwise. This Skill provides a structured capability for defining and validating data protection, ensuring backups are scoped, scheduled, verified, and rehearsed before they are actually needed. ## Core Features & Use Cases - Backup Strategy Definition: Establish backup scope, frequency, and retention schedules based on data criticality classification. - Recovery Objective Setting: Document recovery-point objectives (RPO) and recovery-time objectives (RTO) in agreement with the Product Owner. - Restore Rehearsal & Verification: Run completeness, integrity, and restorability checks, then rehearse restores against objectives and record evidence. - Use Case: When onboarding a new production system, use this Skill to classify its data, set RPO/RTO targets with stakeholders, schedule backups, and run a documented restore rehearsal to prove recoverability. ## Quick Start Use the Forge-Backup-and-Recovery skill to define a backup strategy with recovery objectives and a restore rehearsal plan for our production database.

Frequently Asked Questions about Forge-Backup-and-Recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define a backup strategy for a production system?▼

Define backup scope, frequency, and retention per data criticality classification. Start from a data inventory, classify each dataset by business impact, then set schedules and retention periods that match the documented recovery objectives.

How to set RPO and RTO recovery objectives?▼

Set recovery-point and recovery-time objectives together with the Product Owner based on business tolerance for data loss and downtime. Document the agreed values explicitly rather than leaving them implied, and review them when data or architecture changes materially.

How do I verify that backups are actually restorable?▼

Verify backups through completeness checks, integrity checks, and restorability sampling. Then rehearse full restores against the recovery objectives on a schedule and record the evidence, since a backup is only proven real once it has been restored.

When should I not use a backup and recovery planning skill?▼

Do not use it for planning application rollback paths, executing recovery during a live incident, or operating the underlying storage infrastructure. Those belong to rollback planning, incident management, and infrastructure management capabilities respectively.

What happens when a backup failure is detected?▼

Backup failures are treated as incidents rather than being silenced. Detection feeds into incident management so the gap in data protection is addressed before it affects recovery capability.