Session recovery
Skill a5c-ai/babysitter/library/methodologies/planning-with-files/skills/session-recovery
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill session-recoveryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 200 tokens by cl100k_base, as published. Nobody here has run it
Session Recovery
Detect and recover previous planning sessions, reconstructing lost context from persistent planning files.
Agent
Session Manager - pwf-session-manager
Workflow
- Check project path for existing planning files
- Check ~/.claude/projects/ for session data
- Find last planning file update timestamp
- Extract post-update conversation context (lost context)
- Build catchup report summarizing accomplished work
- Merge recovered state into current session
Inputs
projectPath- Root path for planning filessessionId- Session identifier for recoverypreviousSessionPath- Path to previous session (optional)
Outputs
- Recovery report with completed phases and lost context estimate
- Merged session state with preserved checkboxes
- Catchup summary for manual sync
Process Files
planning-orchestrator.js- Session recovery at startupplanning-session.js- Full recovery pipeline
What ships with it: 1 file
209 B alongside SKILL.md
- README.md209 B