What problem does it solve? Quick thoughts and ideas about a project often get lost or scattered across chat windows and sticky notes. This Skill captures them as structured, timestamped Markdown memos inside the correct project folder, with light cleanup so they stay readable later. ## Core Features & Use Cases - Quick Memo Capture: Write a note to projects/<name>/memo/YYYY-MM-DD_HHmm_slug.md with automatic slug generation and timestamping. - Context Enrichment: Reads the project's _index.json to add relevant references to people, decisions, and technologies without inventing details. - Session Continuity: Remembers the last project and last memo so follow-up memos and edits require no repetition. - Use Case: During a coding session you think "redis might be better than postgres for session caching" — invoke the memo command and a cleaned-up, timestamped note lands in your project's memo folder instantly. ## Quick Start Ask the agent to memo a quick thought for a project, for example: memo my-work consider using Redis for session caching instead of Postgres.