| name | memory-palace-architect |
| description | Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand. |
| alwaysApply | false |
| category | architecture |
| tags | ["memory","organization","spatial","knowledge","architecture","mnemonic"] |
| dependencies | ["leyline:progressive-loading"] |
| scripts | ["palace_manager.py"] |
| usage_patterns | ["palace-design","domain-analysis","layout-creation"] |
| complexity | intermediate |
| model_hint | standard |
| estimated_tokens | 600 |
Status: unwired. As of v1.9.4, no command or agent
invokes Skill(memory-palace:memory-palace-architect).
The /palace create command does palace creation directly
without routing through this skill. The architectural
guidance below is reference material; consult it when
designing a new palace by hand. Tracked for follow-up in
the April 2026 skill audit.
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
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshop
Verification: Run python --version to verify Python environment.
List Existing Palaces
python scripts/palace_manager.py list
Verification: Run python --version to verify Python environment.
View Palace Status
python scripts/palace_manager.py status
Verification: Run python --version to verify Python environment.