What problem does it solve?
AI sessions are ephemeral, so reusable architectural decisions, design patterns, and constraints discovered during work are lost when sessions end, forcing teams to re-debate and re-discover the same solutions in every new session.
Core Features & Use Cases
- Architectural Knowledge Extraction: Automatically identifies and extracts reusable decisions, patterns, data flows, and constraints from session context blocks, filtering out implementation noise like one-off fixes and debugging steps.
- Cross-Session Referencing: Uses a deterministic reference syntax to link to specific knowledge entries without duplicating content across session files, cutting down on context bloat.
- Session Reset Integration: Adds an optional extraction step to existing session reset workflows to capture knowledge while it is fresh, with backwards compatibility for existing session files.
- Use Case: For example, if your team spent multiple sessions resolving a cross-app state transfer constraint and a custom breakpoint pattern, this skill saves those decisions so future sessions can reference them instantly instead of re-running the same research.
Quick Start
Use the session-memory skill to extract all reusable architectural knowledge from your latest session context block and save it to a persistent memory file for cross-session reference.