| name | three-dimensional-memory |
| description | Three-Dimensional Memory |
three-dimensional-memory
Three-Dimensional Memory System for AI Assistants — 人类思维方式的文件记忆管理
A memory management system that mirrors human cognition: organized by time, conversation, and topics.
🎯 Why This Skill?
Traditional file management organizes by file type (docs, images, videos). Humans don't think that way.
Humans remember:
- When it happened (time)
- What was said (conversation)
- What it was about (topic)
This skill creates a three-dimensional memory space for AI assistants and their users.
🧠 The Three Dimensions
Dimension 1: Timeline Memory
memory/
├── 2026-02-21.md ← What happened today
├── 2026-02-22.md ← What happened today
└── 2026-02-23.md ← What happened today
Purpose: Daily work logs, chronological record of events
Update frequency: Daily
Content: Tasks completed, decisions made, meetings held
Dimension 2: Conversation Stream
AI-memory-backup/
├── backup-20260221.md ← Complete conversation transcript
├── backup-20260222.md ← Complete conversation transcript
└── backup-20260223.md ← Complete conversation transcript
Purpose: Full context preservation, searchable dialogue history
Update frequency: Per conversation
Content: Every word exchanged, including user messages and AI responses
Dimension 3: Topic Network
topic-memory/
├── project-product-launch/
│ ├── proposal-v1.md
│ ├── proposal-v2.md
│ └── final-version.md
│
├── decision-org-restructure/
│ ├── options-considered.md
│ ├── final-decision.md
│ └── implementation-plan.md
│
└── knowledge-market-analysis/
├── competitor-research.md
└── trend-report.md