| name | session-palace-builder |
| description | Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project. |
| alwaysApply | false |
| category | session-management |
| tags | ["session","context","project-memory","conversation-state","temporary-storage"] |
| dependencies | ["memory-palace-architect"] |
| scripts | [] |
| usage_patterns | ["session-context","project-tracking","state-management"] |
| complexity | intermediate |
| model_hint | standard |
| estimated_tokens | 500 |
Table of Contents
Session Palace Builder
Construct temporary, session-specific memory palaces for extended conversations and complex projects. Preserves context across interruptions and enables structured information accumulation.
What It Is
Session palaces are lightweight, temporary memory structures that:
- Preserve context for extended conversations
- Track decisions and their rationale
- Organize project artifacts spatially
- Enable context recovery after interruptions
- Support collaborative information gathering
Quick Start
Build Commands
```bash
Run build
make build
Clean and rebuild
make clean && make build
```
Testing
```bash
Run tests
make test
Run with verbose output
make test VERBOSE=1
```
Verification: Run make build && make test to confirm build works.
When To Use
- Extended conversations requiring context preservation
- Complex, multi-step projects with interrelated components
- Workflows requiring state management across interactions
- Collaborative sessions accumulating information over time
- Code review or debugging sessions with many findings
When NOT To Use
- Permanent knowledge structures
needed - use memory-palace-architect
- Searching existing knowledge
- Permanent knowledge structures
needed - use memory-palace-architect
- Searching existing knowledge
Session Palace Templates