memory-palace-architect

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Table 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 workshop
Verification: Run
python --version
to verify Python environment.
bash
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshop
验证: 运行
python --version
验证Python环境。

List Existing Palaces

列出现有宫殿

bash
python scripts/palace_manager.py list
Verification: Run
python --version
to verify Python environment.
bash
python scripts/palace_manager.py list
验证: 运行
python --version
验证Python环境。

View Palace Status

查看宫殿状态

bash
python scripts/palace_manager.py status
Verification: Run
python --version
to verify Python environment.
bash
python scripts/palace_manager.py status
验证: 运行
python --version
验证Python环境。

When 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

架构模板

TemplateBest ForKey Features
FortressSecurity, defense, production-grade systemsStrong boundaries, layered access
LibraryKnowledge, research, documentationOrganized shelves, categorized sections
WorkshopPractical skills, tools, techniquesWorkbenches, tool areas, project spaces
GardenOrganic growth, evolving knowledgePlots, seasons, interconnected paths
ObservatoryExploration, discovery, patternsViewing platforms, star maps, instruments
模板适用场景核心特性
堡垒(Fortress)安全、防御、生产级系统强边界、分层访问
图书馆(Library)知识、研究、文档有序书架、分类分区
工作室(Workshop)实用技能、工具、技巧工作台、工具区、项目空间
花园(Garden)有机增长、演进式知识地块、季节、互联路径
天文台(Observatory)探索、发现、模式观测平台、星图、仪器

Core Workflow

核心工作流

  1. Analyze Domain - Identify concepts, relationships, and hierarchy
  2. Design Layout - Choose metaphor and spatial organization
  3. Map Associations - Create memorable imagery and connections
  4. Encode Details - Add sensory attributes and ambient atmosphere
  5. Validate Palace - Test recall efficiency and navigation
  1. 领域分析 - 识别概念、关系和层级
  2. 布局设计 - 选择隐喻和空间组织方式
  3. 关联映射 - 创建易于记忆的意象和连接
  4. 细节编码 - 添加感官属性和环境氛围
  5. 宫殿验证 - 测试记忆效率和导航便捷性

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
    modules/franklin-protocol.md
    - Apply the original learning algorithm to palace design
  • 领域分析指南: 参见
    modules/domain-analysis.md
  • 布局模式: 参见
    modules/layout-patterns.md
  • 感官编码: 参见
    modules/sensory-encoding.md
  • 验证指标: 参见
    modules/validation.md
  • 富兰克林协议: 参见
    modules/franklin-protocol.md
    - 将原始学习算法应用于宫殿设计

Integration

集成

Works with:
  • knowledge-locator
    - For searching across palaces
  • session-palace-builder
    - For temporary session palaces
  • digital-garden-cultivator
    - For evolving knowledge bases
可与以下工具配合使用:
  • 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
metaphor
argument matches one of the supported templates (Fortress, Library, Workshop, Garden, Observatory). For script errors, ensure the
palace_manager.py
script has executable permissions and that your Python environment meets the requirements listed in
pyproject.toml
.
如果宫殿创建失败,请检查
metaphor
参数是否匹配支持的模板之一(Fortress, Library, Workshop, Garden, Observatory)。如果出现脚本错误,请确保
palace_manager.py
脚本拥有可执行权限,且你的Python环境满足
pyproject.toml
中列出的要求。