memory

Manages and queries SSOT memory and cross-tool recall for decisions, patterns, learnings.

39|46|Updated May 29, 2026
One-click install
npx skills add https://github.com/maxwell2732/claudecode-research-harness-workflow --skill memory-maxwell2732
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/maxwell2732/claudecode-research-harness-workflow/tree/main/skills/memory
Command: npx skills add https://github.com/maxwell2732/claudecode-research-harness-workflow --skill memory-maxwell2732

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Memory and SSOT management across Claude Code and cross-tool memory to keep decisions, patterns, and learnings aligned and traceable.

Core Features & Use Cases

  • SSOT Initialization: See references/ssot-initialization.md
  • Plans.md Merge: See references/plans-merging.md
  • Migration: See references/workflow-migration.md
  • Memory → SSOT Promotion: See references/sync-ssot-from-memory.md
  • Unified Harness Memory: Use harness_mem_* MCP for long-term memory search and recording

Quick Start

Initialize the SSOT and record a memory item describing a key decision.

Frequently Asked Questions about memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain a single source of truth for project decisions across different tools?

To maintain a single source of truth (SSOT), initialize the project memory and use cross-tool recall to keep decisions, patterns, and learnings aligned and traceable across environments. It coordinates SSOT initialization and merging.

What is the best way to search and reuse past project learnings during development?

The best way to reuse past learnings is to query the unified harness memory using harness_mem_* MCP interfaces. This provides built-in search capabilities to retrieve and audit previously recorded decisions and patterns.

How do I migrate an existing workflow into a traceable SSOT memory structure?

To migrate an existing workflow into a traceable SSOT memory structure, use the workflow migration process to transition plans and historical data. You can merge existing plans.md files directly into the new SSOT framework.

Can I promote temporary memory items into the permanent project SSOT?

Yes, you can promote temporary memory items into the permanent project SSOT using explicit promotion rules. This syncs long-term memory records to the SSOT, ensuring reusable and auditable outputs are preserved.

Does SSOT memory management work without external dependencies?

Yes, SSOT memory management works without external dependencies, relying instead on built-in harness memory interfaces. It uses explicit promotion rules and internal references to coordinate cross-tool recall and ensure auditable outputs.