What problem does it solve? When an automated workflow crashes, gets interrupted, or partially applies changes, resuming blindly risks corrupting state or duplicating side effects. This Skill reconstructs what actually happened and produces a safe, evidence-backed recovery plan before any action is taken. ## Core Features & Use Cases - Timeline Reconstruction: Rebuilds the interrupted workflow from authoritative state, event logs, checkpoints, and handoff records. - Failure Classification: Categorizes the cause as transient, deterministic defect, policy block, missing approval, or external dependency outage. - Recovery Path Generation: Produces retry, rollback, compensation, or alternate-path options with explicit stop criteria, approval gates, and operator actions. - Use Case: A remediation rollout fails halfway after modifying external systems. The Skill identifies the last approved checkpoint, accounts for partial side effects, and outputs a compensation-first recovery plan in reports/recovery-plan.json and reports/recovery-plan.md. ## Quick Start Analyze the interrupted deployment workflow using the latest state and handoff records, then produce a recovery plan with rollback and retry options.