What problem does it solve? Failed, corrupted, or partially applied changes leave systems in ambiguous states where ad-hoc fixes can destroy trusted baselines, user data, or remaining recovery options. This Skill provides a governed coordination contract for recovery work so restoration happens from verified evidence rather than guesswork. ## Core Features & Use Cases - Specialist Routing: Directs work to focused sub-skills for rollback selection, bounded restore execution, partial-operation cleanup, and recovery continuity preservation. - Recovery Contract: Enforces twelve rules covering baseline protection, evidence preservation, dependency-ordered recovery, ownership identity, and explicit STOP conditions. - Status Tracking: Defines explicit statuses from RECOVERY READY through RECOVERED / VERIFIED to STOP, so recovery state survives handoffs. - Use Case: A deployment fails midway, leaving orphaned services and mixed-version files. Use this Skill to stop active writes, preserve evidence, verify a known-good rollback target, clean up owned partial state, restore in dependency order, and record remaining rollback options. ## Quick Start Ask the assistant to coordinate recovery of a failed deployment by verifying the last known-good baseline, cleaning up partial state, and restoring with verification.