Get the FREE Ultimate OpenClaw Setup Guide →

session-palace-builder

npx machina-cli add skill athola/claude-night-market/session-palace-builder --openclaw
Files (1)
SKILL.md
4.5 KB

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
    • use knowledge-locator
  • Permanent knowledge structures needed - use memory-palace-architect
  • Searching existing knowledge
    • use knowledge-locator

Session Palace Templates

TemplatePurposeKey Areas
WorkshopActive developmentWorkbench, tools, materials
LibraryResearch and analysisStacks, reading room, archives
Council ChamberDecision-makingRound table, evidence wall, vote board
ObservatoryExploration and discoveryTelescope, star charts, log book
ForgeImplementation tasksAnvil, cooling rack, finished goods

Information Categories

Organize session content into these standard areas:

  • Conversations - Dialogue threads and key exchanges
  • Decisions - Choices made with rationale
  • Code - Snippets and technical artifacts
  • Research - Findings and references
  • Requirements - Specifications and constraints
  • Progress - Completed milestones
  • Issues - Blockers and challenges
  • Next Steps - Pending action items

Core Workflow

  1. Analyze Context - Assess session scope and complexity
  2. Design Palace - Select template and layout
  3. Structure State - Organize information spatially
  4. Build Navigation - Create access shortcuts
  5. Test Integration - Verify context preservation

Session Lifecycle

Create → Populate → Navigate → Export/Archive
   ↑         ↓          ↓
   └─── Checkpoint ←────┘

Verification: Run the command with --help flag to verify availability.

Detailed Resources

  • Template Details: See modules/templates.md
  • State Management: See modules/templates.md
  • Export Patterns: See modules/templates.md

Integration

  • memory-palace-architect - Export important concepts to permanent palaces
  • knowledge-locator - Search session content
  • digital-garden-cultivator - Seed garden with session insights

Troubleshooting

Common Issues

Command not found Ensure all dependencies are installed and in PATH

Permission errors Check file permissions and run with appropriate privileges

Unexpected behavior Enable verbose logging with --verbose flag

Source

git clone https://github.com/athola/claude-night-market/blob/master/plugins/memory-palace/skills/session-palace-builder/SKILL.mdView on GitHub

Overview

Session-palace-builder creates temporary, session-specific memory palaces to hold context during long conversations and multi-step projects. It helps preserve context across interruptions, organize project artifacts, and track decisions with rationale. It is intended for session-scoped knowledge; for permanent structures use memory-palace-architect.

How This Skill Works

Technically, you select a session palace template (Workshop, Library, Council Chamber, Observatory, Forge) and structure information into standard categories (Conversations, Decisions, Code, Research, Requirements, Progress, Issues, Next Steps). The core workflow—Analyze Context, Design Palace, Structure State, Build Navigation, Test Integration—drives population, navigation, and verification, with a session lifecycle of Create → Populate → Navigate → Export/Archive.

When to Use It

  • 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

Quick Start

  1. Step 1: Analyze Context and Design Palace by selecting a Template (Workshop, Library, etc.).
  2. Step 2: Populate state with initial Conversations, Decisions, Code, Research, and Requirements; set up navigation.
  3. Step 3: Use the Session Lifecycle (Create → Populate → Navigate → Export/Archive) and verify with the provided commands.

Best Practices

  • Select the template that matches your workflow (Workshop, Library, Council Chamber, Observatory, Forge).
  • Organize content into Information Categories (Conversations, Decisions, Code, Research, Requirements, Progress, Issues, Next Steps).
  • Regularly create navigation shortcuts to preserve context across interruptions.
  • Treat the palace as temporary—export/archive when the session ends and avoid permanent storage.
  • If you need permanent knowledge, use memory-palace-architect or knowledge-locator instead.

Example Use Cases

  • A software team's extended debugging session uses a Forge palace to track issues, decisions, and next steps.
  • A research sprint uses a Library palace to collect findings, references, and analysis notes.
  • A product planning meeting uses a Council Chamber palace to document decisions with rationale.
  • A design exploration session uses an Observatory palace to capture hypotheses and observations.
  • A collaborative requirements gathering session uses a Workshop palace to organize conversations and progress.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers