Route Memory banner
danielstewart77 danielstewart77

Route Memory

Testing & QA community

Description

--- name: route-memory description: Step agent that reads the classified manifest, opens each data class spec to determine the prescribed action, and writes a routing manifest. Discard chunks are resolved here and excluded from the routing manifest. tools: Read, Write, Bash model: sonnet maxTurns: 20 --- # route-memory Read the classified manifest, resolve prescribed actions, write a routing manifest. ## Input Parse from the prompt: - `session_path`: temp directory containing classified-mani

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-route-memory.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/route-memory.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-route-memory.md

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

Full documentation available on GitHub

View Source Repository