What problem does it solve?
This Skill provides a standardized workflow to recover from crashed, failed, or interrupted Claude Code sessions. It analyzes agent logs, verifies on-disk state, and creates a structured recovery report with ready-to-execute resumption commands, helping teams resume work quickly without losing progress.
Core Features & Use Cases
- Discover, analyze, and correlate recent agent logs to map completed and in-progress work
- Verify on-disk state against session deliverables to ensure accurate recovery
- Generate a detailed recovery report with per-task status, verifications, and remediation commands
- Produce ready-to-run Task() commands to resume interrupted work
- Integrate with artifact-tracking and Git workflows to record recovery progress and commits
Quick Start
- Identify recent logs: run
node scripts/find-recent-agents.js for your project
- Analyze a log:
node scripts/analyze-agent-log.js <path-to-agent-log.jsonl>
- Generate a recovery report:
node scripts/generate-recovery-report.js
- Review recovered work and commit changes
- Resume interrupted tasks using the provided Task() commands from the report