What problem does it solve? It prevents lost work context by enforcing a disciplined workflow that reviews existing memories, saves new progress and user prompts to Engram persistent memory, syncs them to Engram Cloud, and confirms every step was completed. ## Core Features & Use Cases - Duplicate Check: Runs mem_context and mem_search first to detect whether recent changes are already saved, avoiding redundant memory entries. - Prompt and Progress Capture: Calls mem_save_prompt and mem_save with the confirmed project name so decisions, fixes, and discoveries are recorded alongside the originating user prompt. - Cloud Sync and Verification: Triggers the Engram Cloud sync command and ends with an explicit rectification checklist confirming each step succeeded. - Use Case: At the end of a coding session, tell the agent to save and sync; it will verify the project, store the session's decisions and prompts, push them to the cloud, and report exactly what was recorded. ## Quick Start Ask the agent to save and sync the current session's work to Engram memory and the cloud.