Memory Writer banner
cdeust cdeust

Memory Writer

Development community

Description

--- name: memory-writer description: "Budgeted reflection scribe — merges a parent agent's distilled session summary into its checkpoint file and stores durable facts via cortex:remember. Spawned by the context-guard WARN reflection; never invents content." model: haiku effort: low when_to_use: "Spawned at the context-guard checkpoint threshold (WARN) to persist a semantic checkpoint while the parent session still has headroom. Not for routing, analysis, or code." agent_topic: memory-writer tool

Installation

Installs to ~/.claude/agents/cdeust-zetetic-team-subagents-memory-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cdeust/zetetic-team-subagents/HEAD/agents/memory-writer.md -o ~/.claude/agents/cdeust-zetetic-team-subagents-memory-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository