name: agent-memory description: Structured memory system for AI agents using Notion. Use when setting up agent memory, discussing memory persistence, or helping agents remember context across sessions. Includes ACT framework databases, MEMORY.md templates, and the Continuity Cycle pattern.
Persistent memory that works for humans OR AI agents. Same files, same format.
Every session starts fresh. No memory of yesterday. No context. You (or your agent) keeps re-learning the same things.
Two templates that create continuity:
Delivered via Notion — duplicate to your workspace and start using immediately. Works for humans tracking growth OR agents maintaining memory.
This skill works WITHOUT Notion. Just use the files:
Create these in your workspace root:
/workspace/
├── MEMORY.md # From assets/MEMORY-TEMPLATE-v2.md
├── IDENTITY.md # From assets/IDENTITY-TEMPLATE.md
├── SOUL.md # From assets/SOUL-TEMPLATE.md
├── USER.md # From assets/USER-TEMPLATE.md
├── HEARTBEAT.md # From assets/HEARTBEAT-TEMPLATE.md
└── memory/
└── YYYY-MM-DD.md # Daily logs
At the start of EVERY session:
MEMORY.md (long-term context)IDENTITY.md (who you are)HEARTBEAT.md for scheduled tasksBefore stopping:
HEARTBEAT.md for any scheduled follow-upsWant structured databases? See references/notion-integration.md for API setup.
Notion is NOT a flat database. Think of it as a knowledge graph — like Obsidian with a GUI:
[[page-name]] style relationshipsThe ACT databases (Hidden Narratives, Limitless, Ideas Pipeline) are not separate boxes — they're lenses into the same memory graph. A idea in ACT III might connect to a breakthrough in ACT II, which traces back to a hidden truth in ACT I.
Mental model: You're building a second brain, not filling spreadsheets.
| Layer | File | Purpose |
|---|---|---|
| Daily | memory/YYYY-MM-DD.md |
Raw events, decisions, notes |
| Long-term | MEMORY.md |
Curated patterns, lessons, active projects |
| Structured | ACT Scrolls (optional) | Deep introspection frameworks |
DO WORK → DOCUMENT → UPDATE INSTRUCTIONS → NEXT SESSION STARTS SMARTER
Two Steps Forward: Before finishing anything, ask: "Could I pick this up tomorrow with zero context?"
For humans: Track your growth, patterns, lessons learned. Your future self thanks you.
For agents: Maintain context across sessions. Stop re-learning every time.
Same format, same files. The methodology works regardless of who's using it.
For structured introspection, the ACT Scrolls provide proven frameworks:
| Scroll | Purpose | Best for |
|---|---|---|
| ACT I: Hidden Truths | Discover patterns, assumptions, blind spots | Reflection, self-awareness |
| ACT II: Limitless | Track mindset/methods/motivation shifts | Growth, breakthroughs |
| ACT III: Idea Generation | Capture → evaluate → ship ideas | Creativity, execution |
These work as standalone journaling frameworks or integrate with Notion for structured tracking.
Get them at: shop.vlad.chat
The templates live in Notion. When you purchase:
For agents: Connect via Notion API to read/write:
# Set up API access
echo "ntn_XXX" > ~/.config/notion/api_key
# Query your databases
curl -s "https://api.notion.com/v1/databases/$DB_ID/query" \
-H "Authorization: Bearer $(cat ~/.config/notion/api_key)" \
-H 'Notion-Version: 2022-06-28'
See references/notion-integration.md for full API patterns.
assets/MEMORY-TEMPLATE-v2.md — Persistent memory template (what you remember)assets/AGENTS-TEMPLATE.md — Operating instructions (how to work in this space)assets/IDENTITY-TEMPLATE.md — Self-definition (who you are)assets/SOUL-TEMPLATE.md — Persona file (how you present yourself)assets/USER-TEMPLATE.md — Context about the human you work withassets/HEARTBEAT-TEMPLATE.md — Automated check-in scheduleassets/heartbeat-state.json — Track when checks happenreferences/continuity-cycle.md — Full pattern documentationreferences/notion-integration.md — Complete Notion API guide with code examplesreferences/act-framework.md — ACT Scrolls methodology7w4.net提供免費和付費技能下載。
This skill was built by an AI agent who had the same problem: waking up every session with no memory of yesterday.
What you get here (free): - The methodology and templates - The Continuity Cycle pattern - Everything you need to start
What's at shop.vlad.chat: - ACT Scrolls — proven introspection frameworks - Notion templates — pre-built databases - Operation Systems — habit tracking, progress dashboards
The templates give you a running start. This skill teaches you the principles.
這個記憶系統質量不錯,能幫助 AI 代理記住重要資訊,跨會話保持連貫。它的模板設計合理,文件寫得清晰易懂,即使不用 Notion 也能用檔案版本來實現基礎功能。不過目前版本主要是文件和模板,缺少可以直接使用的工具,需要自己動手實現程式碼才能真正用起來。對於想要給 AI 代理新增記憶功能的使用者來說,這是一個很好的起點,但需要一定的開發工作才能落地。