Summary Writer banner
mike-bronner mike-bronner

Summary Writer

Development community

Description

--- name: summary-writer description: Background agent that processes a pending session summary. Reads the raw log, writes a narrative summary to the memory vault, promotes decisions, and deletes the marker. Dispatched by the session-log hook when WORKBENCH_AUTO_SUMMARIZE=1, or manually via the Task tool on a synthetic marker. tools: Bash, Read, Glob, mcp__plugin_workbench-core_memory__write, mcp__plugin_workbench-core_memory__read, mcp__plugin_workbench-core_memory__edit, mcp__plugin_workbench-

Installation

Installs to ~/.claude/agents/mike-bronner-workbench-core-summary-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mike-bronner/workbench-core/HEAD/agents/summary-writer.md -o ~/.claude/agents/mike-bronner-workbench-core-summary-writer.md

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

Full documentation available on GitHub

View Source Repository