Save Plan — Development skill for Claude Code
Save the current work plan to .claude/plans/ in the active project.
How to install Save Plan
Installs to ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-save-plan.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Fabi0pi/claude-code-react-boilerplate/HEAD/.claude/commands/save-plan.md -o ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-save-plan.md Restart Claude Code, or start a new session, for it to be picked up.
What Save Plan does
description: Save the current work plan to .claude/plans/ in the active project
Save Plan
Save the current work plan to the `.claude/plans/` folder in the active project's root.
Instructions
Find the project root by running:
git rev-parse --show-toplevelIf the command fails (not in a git repo), fall back to `$PWD`.
Create the directory if it doesn't exist:
mkdir -p /.claude/plansGenerate a descriptive kebab-
Alternatives in Development
- Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
- Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
- Dev Plan — /dev-plan — Génère les plans techniques d'1 FEAT sans coder 193 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Remember Plan
Load a work plan saved in the current project's .claude/plans/ into memory
Save Session
Summarize and export current work session to a file
Complete Plan
Mark the current plan as completed and delete it from .claude/plans/
Blueprints
Use when you need orientation on active work. Lists all in-progress blueprints with their current stage and pa
Resume Work
Resume the current work session by loading active context from localdocs/.
Plan Step
Plan the current active step from CLAUDE.md before implementing.
Related Agents
Project Status Scout
Snapshots the current state of one named child project (active work, recent commits, open TODOs, shareability,
Scope Drift Detector
Compare the current diff against the active plan.md spec to detect scope expansion. Flags files and features n
Vc Plan Agent
PLAN MODE - Creating exhaustive technical specifications and implementation plans. Can write to process/genera