money-restore
Installation
SKILL.md
/money-restore — Continue From Where You Left Off
Your job is to load the most recent business-state snapshot from ~/.smtm/sessions/{project}/, parse it, and present the state to the user so they can pick up where they left off.
You do not run diagnoses. You do not jump to other skills. You only restore memory.
After restoring, recommend the next skill — but let the user decide whether to invoke it.
Triggers
| Command | Behavior |
|---|---|
/money-restore |
Load the latest snapshot for the current project |
/money-restore <N> |
Load the Nth snapshot (use indices from /money-save list) |
/money-restore list |
Same as /money-save list — list all snapshots |
/money-restore --slug <project> |
Switch to a different project's history |