Save plan
Skill esimkowitz/claude-plugins/plugins/save-plan/skills/save-plan
Use when finishing plan mode and you want to preserve the planning document in the repository for future referenceFrom its SKILL.md
npx -y skills add esimkowitz/claude-plugins --skill save-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 253 tokens by cl100k_base, as published. Nobody here has run it
Save Plan
Saves the current plan mode document to .aicontext/ in the repository root with a timestamped, descriptive filename.
When to Use
- After completing a plan in plan mode
- When you want to preserve planning context for future sessions
- Before exiting plan mode if the plan contains valuable architectural decisions
Steps
- Get the plan file path from plan mode context (shown in system message)
- Read the plan content to understand what it covers
- Generate a descriptive name (max 5 words, kebab-case) summarizing the plan
- Run the script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/save-plan.sh "<descriptive-name>" "<plan-file-path>"
Example
Given plan file at ~/.claude/plans/iterative-yawning-dahl.md about refactoring authentication:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/save-plan.sh "auth-session-refactor" ~/.claude/plans/iterative-yawning-dahl.md
Output: Saved to .aicontext/plan-2026-01-14-auth-session-refactor.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.