From memory-toolkit
Park an idea or task for the next session — save context, don't lose the thought.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-toolkit:park [idea name][idea name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quickly save an idea/task from the current session to pick up in the next one. Does not close the session — only captures the thought.
Quickly save an idea/task from the current session to pick up in the next one. Does not close the session — only captures the thought.
From the argument or from the context of recent messages, determine:
workstreams.json or a new one)If unclear — ask the user briefly.
By priority:
---
name: {short name}
description: {one line — for search via memory.js}
type: project
---
## What
{essence}
## Why
{problem it solves}
## Context
{key details from the conversation}
## Next step
{what to do when you come back to this}
node $MEM/memory.js note "{essence of the idea}"
MUST show the user what will be saved and where BEFORE writing anything:
Park this?
What: {essence}
File: {path}
Workstream: {name}
Save? (yes/skip)
Wait for explicit confirmation. Do NOT write until the user confirms.
After confirmation:
Parked: {name}
File: {path}
Pick up: /session-start {workstream}
npx claudepluginhub aivandelindt/claude_memory-toolkit --plugin memory-toolkitGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.