What problem does it solve?
Restore a prior business-state snapshot saved by /money-save, so you can continue from exactly where the last session left off. Loads the most recent snapshot for the current project (auto-detected from the working directory), or a specific one by index. Use when starting a new Claude Code conversation and the user wants to continue prior work. Triggered by: 'continue from last time', 'where did we leave off', 'pick up from before', 'resume', 'ๆฅ็ไธๆฌก', '็ปญไธ', 'ไนๅ็็ป่ฎบ', 'ไธๆฌก่ฏๆญๅฐๅชไบ'.
Core Features & Use Cases
- Load the latest or a specific snapshot for the active project, auto-detecting the project from the working directory.
- Parse and present the saved business state, including conclusions and next steps, to resume work without re-running diagnoses.
- Automatically switch projects with a slug override and gracefully handle missing data or old snapshots.
Quick Start
Use /money-restore to load the latest snapshot for the current project.