signalproof-recovery-continuity

Preserves recovery journals, rollback options, and next actions across interrupted restore operations.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/docreo/Signalproof-Skills --skill signalproof-recovery-continuity-docreo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: signalproof-recovery-continuity
Source: https://github.com/docreo/Signalproof-Skills/tree/main/skills/signalproof-recovery-continuity
Command: npx skills add https://github.com/docreo/Signalproof-Skills --skill signalproof-recovery-continuity-docreo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a restore, cleanup, or rollback operation is interrupted, paused, or handed off, critical recovery state is often lost: what was attempted, what still exists, what is protected, and what to do next. This Skill keeps recovery state reconstructable so no one repeats destructive actions or loses track of unresolved cleanup. ## Core Features & Use Cases - Recovery Journaling: Records failed state, desired target, protected data, rollback identity, owned resources, attempted actions, and evidence in a minimum recovery journal. - Status Tracking: Uses explicit statuses (RECOVERY OPEN, PARTIAL / OWNERSHIP PRESERVED, AWAITING AUTHORITY, READY FOR HANDOFF, CLOSED / VERIFIED, STOP) so unresolved work is never rewritten as closed. - STOP Conditions: Halts when a journal would erase unresolved ownership, imply an unverified cleanup pass, fabricate chronology, or omit the last trustworthy rollback. - Use Case: A database migration fails halfway, leaving orphaned resources. Use this Skill to record which resources were created, which cleanup steps ran, what rollback remains available, and the exact next action, so a teammate can resume recovery days later without guessing. ## Quick Start Use the signalproof-recovery-continuity skill to write a recovery journal for the interrupted restore operation, capturing current state, remaining rollback options, and the exact next recovery action.

Frequently Asked Questions about signalproof-recovery-continuity

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

FAQPage Schema
How do I preserve recovery state after a failed restore operation?▼

Write a recovery journal capturing the failed state, desired target, protected data, rollback identity, owned resources, actions attempted with evidence, remaining risks, and the exact next action. This lets any competent operator resume recovery without guessing.

What should a recovery journal include for handoff?▼

A minimum recovery journal includes the recovery stream ID, failed state, desired target, protected state, rollback identity, owned or uncertain resources, actions attempted, results and evidence, remaining risks, authority needed, exact next action, and STOP condition.

When should a recovery item be marked closed?▼

Mark a recovery item CLOSED / VERIFIED only after the relevant cleanup, restore, or verification is proven with evidence. The Skill explicitly forbids rewriting unresolved state as closed for presentation convenience.

Does this Skill perform the actual rollback or cleanup?▼

No. It records recovery state and continuity only; it does not grant destructive recovery authority. It inherits the root signalproof contract and preserves authority gaps and STOP conditions rather than executing recovery actions.

What are the limitations of recovery journaling?▼

The journal preserves state but cannot verify outcomes by itself; verification requires separate evidence. It also keeps recovery chronology distinct from the canonical Build Ledger unless an authorized ledger event is actually appended.