Recover session state from memory-keeper after context loss.
/plugin marketplace add Barnhardt-Enterprises-Inc/quetrex-claude/plugin install barnhardt-enterprises-inc-quetrex-claude@Barnhardt-Enterprises-Inc/quetrex-claude# /recover Restore previous session state from memory-keeper checkpoints. ## Process 1. **Load Recent Context** 2. **Find Progress Items** 3. **Reconstruct State** Extract from context: - `current-task`: What was being worked on - `files-modified`: Files that were changed - `implementation-progress`: How far along - `next-action`: What needs to happen next - `blockers`: Any known issues 4. **Present Recovery Summary** 5. **On Confirmation** - Restore todo list if available - Set context for continuation - Proceed with next-action ## If No Conte...