Memory Scratchpad banner
Canhada-Labs Canhada-Labs

Memory Scratchpad

Development community

Description

--- command: /memory-scratchpad alias: /memory scratchpad description: Read/write plan-scoped shared memory for inter-agent handoff usage: | /memory scratchpad set <key> <value> [--ttl 86400] /memory scratchpad get <key> /memory scratchpad list /memory scratchpad delete <key> /memory scratchpad clear --confirm idempotent: get|list allowed-tools: Bash --- # /memory scratchpad — Plan-scoped shared memory Read/write a plan-scoped key/value store for inter-agent handoff inside a single `

Installation

Installs to ~/.claude/commands/canhada-labs-ceo-orchestration-memory-scratchpad.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Canhada-Labs/ceo-orchestration/HEAD/.claude/commands/memory-scratchpad.md -o ~/.claude/commands/canhada-labs-ceo-orchestration-memory-scratchpad.md

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

Full documentation available on GitHub

View Source Repository