From vanguard-frontier-agentic
Guards Velero backup schedule changes, restore operations, BackupStorageLocation mutations, and volume snapshot configuration against data loss and scope creep.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:velero-backup-restore-guardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guard live Velero operations — restore execution, schedule deletion, BackupStorageLocation changes, and volume snapshot configuration — against data loss, scope creep, and missing rollback posture. A Velero restore is destructive: it overlays resources onto the cluster. Every guarded operation requires confirmed cluster context, explicit scope, current state capture, and explicit platform-team ...
Guard live Velero operations — restore execution, schedule deletion, BackupStorageLocation changes, and volume snapshot configuration — against data loss, scope creep, and missing rollback posture. A Velero restore is destructive: it overlays resources onto the cluster. Every guarded operation requires confirmed cluster context, explicit scope, current state capture, and explicit platform-team sign-off before any mutation executes.
kubectl config current-context) and target namespace before any Velero operation — ambiguous context is a hard stop.velero backup describe <name> --details, kubectl get schedule <name> -o yaml) before every write — Velero has no built-in undo.includedNamespaces to be explicitly scoped; a cluster-wide restore (includedNamespaces: []) requires explicit platform-team sign-off.velero backup describe <name> --details and a trial restore on a non-production cluster) before every non-emergency production restore; treat skipping validation as a hard stop. Velero has no --dry-run flag on velero restore create — do not recommend one.default: true without confirming no in-progress backups and reviewing the impact on all dependent Schedules.Load these only when needed:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticDesigns backup and disaster recovery plans with data asset inventory, RPO/RTO targets, tiered strategies for databases/storage/logs, integrity checks via SQL, verification schedules, and recovery runbooks.
Implements immutable backup strategy using restic with S3-compatible storage and object lock for ransomware-resistant data protection with automated integrity verification and restore testing.
Reviews OCI Recovery Service protected databases, protection policies, recovery subnets, backup health, redo status, recovery windows, and restore readiness.