domain-memory

Community

Disk-backed, observable domain memory

Authormarcusgoll
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Enables stateless agents to operate across sessions by persisting state to disk, ensuring reproducibility and observability.

Core Features & Use Cases

  • Disk as truth: state stored in domain-memory.yaml
  • Stateless workers: no cross-run memory dependence
  • Atomic work items: one feature at a time with clear logs

Quick Start

Follow boot-up ritual: read domain-memory.yaml, verify baseline, pick a work item, execute, and update state.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: domain-memory
Download link: https://github.com/marcusgoll/Spec-Flow/archive/main.zip#domain-memory

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository