What problem does it solve? AI chat sessions are stateless, so decisions, facts, and open tasks discussed in a conversation are lost when the session ends. This Skill lets you manually flush the important parts of the current conversation into a persistent daily memory log without triggering native context compaction. ## Core Features & Use Cases - Manual Memory Flush: Scans the current session for decisions, facts learned, and open items, then appends them to memory/YYYY-MM-DD.md in a structured Markdown format. - Multi-Surface Support: Adapts its confirmation output for CLI, WhatsApp, and Telegram, and responds in the user's language (e.g., Spanish). - Safe by Design: Append-only writes, no invocation of the native /compact command, and explicit feedback when there is nothing worth saving. - Use Case: After a long WhatsApp exchange where you and the agent decided on a project plan, trigger the flush to checkpoint the conversation into today's memory file so it survives future sessions. ## Quick Start Ask the agent to flush the important parts of this conversation to today's memory log.