Stash banner
derekherman derekherman

Stash

Development community

Description

--- name: stash description: Stash the batch. Seal session context for the next agent. Nothing gets lost. argument-hint: "[notes]" --- # /stash Stash the batch. --- ## Intent The session is ending — or a milestone just landed — and the next agent starts fresh. They get no conversation history, no mental model, no context. Give them exactly what they need to continue. Nothing more, nothing less. --- ## Load Skill Load the `walter` skill first. Then read its `handoff` reference. --- ## S

Installation

Installs to ~/.claude/commands/derekherman-walter-stash.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/derekherman/walter/HEAD/.claude/commands/stash.md -o ~/.claude/commands/derekherman-walter-stash.md

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

Full documentation available on GitHub

View Source Repository