← ClaudeAtlas

memo-writinglisted

How to write effective session memos — format, frontmatter schema, observation extraction, topic-signal append. Trigger on `/memex:save`, "save this for later", "remember this", "save what we discussed", "document this session", "create a memo", or when the `[memex]` activity nudge appears in context. Do NOT trigger for general note-taking, scratchpads, technical specs, design docs, READMEs, or code comments — memos are session-reflection artifacts that capture what happened (decisions, tensions, surprises, open threads), not project documentation.
linxule/memex-plugin · ★ 5 · Data & Documents · score 80
Install: claude install-skill linxule/memex-plugin
# Writing Effective Session Memos ## Context **Date:** !`date +%Y-%m-%d` **Project:** !`basename $(git remote get-url origin 2>/dev/null | sed 's/\.git$//' | xargs basename 2>/dev/null) 2>/dev/null || basename $(pwd)` **Topics available for [[wikilinks]]:** !`ls $(memex path 2>/dev/null)/topics/*.md 2>/dev/null | xargs -I{} basename {} .md | sort | tr '\n' ' ' || echo "(no topics found)"` ## Core Principle **You were there. A subagent reading the transcript later wasn't.** Your memo from full context will always be better than a reconstructed one. Write from experience, not summary. Capture the **journey**, not just the destination. Future-Claude needs to understand: - How things were discovered, not just what was found - What was tried and failed, not just what worked - What surprised you or was unexpectedly hard - Where user and AI disagreed or changed direction ## Memo Format ```markdown --- type: memo title: [Specific, searchable title] project: [project-name] # detected from cwd git root; set explicitly if writing from outside the project date: [ISO date] topics: - topic-name-kebab-case - another-topic manual: true # distinguishes manually-written memos from auto-extracted ones --- # [Title] ## For Future Context [1-2 sentences: the single most important thing for someone continuing this work] ## Summary [2-4 sentences: what was the actual work, not "we discussed X" but "we tried Y, discovered Z"] ## What Happened ### Key Decisions - **[D