MAGS Session Save
Save the current session state including progress, decisions, and context.
Usage
code
/mags-session-save
Steps
- •Call
mags_get_progressto capture current progress state. - •Call
mags_recallwith query "current session work" to gather recent context. - •Build a session summary from the gathered data. Include:
- •What was worked on (files changed, features touched)
- •Current progress state
- •Any open decisions or blockers
- •Call
mags_save_sessionwith the assembled session data (decisions will be automatically saved to memory). - •If there are important conventions or context beyond decisions, call
mags_rememberto store them separately. - •Print confirmation:
code
Session saved. Time: <timestamp> Summary: <brief one-line summary> Progress: <N> modules tracked