memory-palace-architect
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTable of Contents
目录
Memory Palace Architect
记忆宫殿架构师
Design and construct virtual memory palaces for spatial knowledge organization. This skill guides you through creating memorable spatial structures that enhance recall and organize complex information.
设计并构建用于空间知识组织的虚拟记忆宫殿。本技能将引导你创建易于记忆的空间结构,提升记忆效果并组织复杂信息。
What It Is
是什么
A memory palace is a mnemonic technique that uses spatial visualization to organize and recall information. This skill provides a systematic approach for:
- Analyzing knowledge domains for optimal spatial mapping
- Designing architectural layouts that reflect conceptual relationships
- Creating multi-sensory associations for enhanced recall
- Building navigable structures for knowledge retrieval
记忆宫殿是一种利用空间可视化来组织和回忆信息的记忆技巧。本技能为以下场景提供系统化方法:
- 分析知识领域以实现最优空间映射
- 设计能够反映概念关系的架构布局
- 创建多感官关联以提升记忆效果
- 构建可导航的知识检索结构
Quick Start
快速开始
Create a New Palace
创建新宫殿
bash
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshopVerification: Run to verify Python environment.
python --versionbash
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshop验证: 运行 验证Python环境。
python --versionList Existing Palaces
列出现有宫殿
bash
python scripts/palace_manager.py listVerification: Run to verify Python environment.
python --versionbash
python scripts/palace_manager.py list验证: 运行 验证Python环境。
python --versionView Palace Status
查看宫殿状态
bash
python scripts/palace_manager.py statusVerification: Run to verify Python environment.
python --versionbash
python scripts/palace_manager.py status验证: 运行 验证Python环境。
python --versionWhen To Use
适用场景
- Creating knowledge structures for complex topics
- Organizing large amounts of related information
- Building persistent, project-specific memory systems
- Designing learning pathways for skill acquisition
- Structuring documentation or reference material
- 为复杂主题创建知识结构
- 组织大量相关信息
- 构建持久的、项目专属的记忆系统
- 设计技能学习路径
- 结构化文档或参考资料
When NOT To Use
不适用场景
- Quick knowledge search
- use knowledge-locator instead
- Session-specific context - use session-palace-builder
- Quick knowledge search
- use knowledge-locator instead
- Session-specific context - use session-palace-builder
- 快速知识搜索
- 请使用knowledge-locator
- 会话专属上下文 请使用session-palace-builder
- 快速知识搜索
- 请使用knowledge-locator
- 会话专属上下文 请使用session-palace-builder
Architectural Templates
架构模板
| Template | Best For | Key Features |
|---|---|---|
| Fortress | Security, defense, production-grade systems | Strong boundaries, layered access |
| Library | Knowledge, research, documentation | Organized shelves, categorized sections |
| Workshop | Practical skills, tools, techniques | Workbenches, tool areas, project spaces |
| Garden | Organic growth, evolving knowledge | Plots, seasons, interconnected paths |
| Observatory | Exploration, discovery, patterns | Viewing platforms, star maps, instruments |
| 模板 | 适用场景 | 核心特性 |
|---|---|---|
| 堡垒(Fortress) | 安全、防御、生产级系统 | 强边界、分层访问 |
| 图书馆(Library) | 知识、研究、文档 | 有序书架、分类分区 |
| 工作室(Workshop) | 实用技能、工具、技巧 | 工作台、工具区、项目空间 |
| 花园(Garden) | 有机增长、演进式知识 | 地块、季节、互联路径 |
| 天文台(Observatory) | 探索、发现、模式 | 观测平台、星图、仪器 |
Core Workflow
核心工作流
- Analyze Domain - Identify concepts, relationships, and hierarchy
- Design Layout - Choose metaphor and spatial organization
- Map Associations - Create memorable imagery and connections
- Encode Details - Add sensory attributes and ambient atmosphere
- Validate Palace - Test recall efficiency and navigation
- 领域分析 - 识别概念、关系和层级
- 布局设计 - 选择隐喻和空间组织方式
- 关联映射 - 创建易于记忆的意象和连接
- 细节编码 - 添加感官属性和环境氛围
- 宫殿验证 - 测试记忆效率和导航便捷性
Detailed Resources
详细资源
- Domain Analysis Guide: See
modules/domain-analysis.md - Layout Patterns: See
modules/layout-patterns.md - Sensory Encoding: See
modules/sensory-encoding.md - Validation Metrics: See
modules/validation.md - Franklin Protocol: See - Apply the original learning algorithm to palace design
modules/franklin-protocol.md
- 领域分析指南: 参见
modules/domain-analysis.md - 布局模式: 参见
modules/layout-patterns.md - 感官编码: 参见
modules/sensory-encoding.md - 验证指标: 参见
modules/validation.md - 富兰克林协议: 参见 - 将原始学习算法应用于宫殿设计
modules/franklin-protocol.md
Integration
集成
Works with:
- - For searching across palaces
knowledge-locator - - For temporary session palaces
session-palace-builder - - For evolving knowledge bases
digital-garden-cultivator
可与以下工具配合使用:
- - 用于跨宫殿搜索
knowledge-locator - - 用于临时会话宫殿
session-palace-builder - - 用于演进式知识库
digital-garden-cultivator
Expected Outputs
预期输出
- Complete palace schema with spatial coordinates
- Sensory encoding profile for each location
- Navigation guide and connection map
- Recall testing results and optimization recommendations
- 带空间坐标的完整宫殿 schema
- 每个位置的感官编码配置文件
- 导航指南和连接地图
- 记忆测试结果和优化建议
Troubleshooting
故障排查
Common Issues
常见问题
If palace creation fails, check that the argument matches one of the supported templates (Fortress, Library, Workshop, Garden, Observatory). For script errors, ensure the script has executable permissions and that your Python environment meets the requirements listed in .
metaphorpalace_manager.pypyproject.toml如果宫殿创建失败,请检查参数是否匹配支持的模板之一(Fortress, Library, Workshop, Garden, Observatory)。如果出现脚本错误,请确保脚本拥有可执行权限,且你的Python环境满足中列出的要求。
metaphorpalace_manager.pypyproject.toml