Fabi0pi

Save Plan — Development skill for Claude Code

Development community

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

Terminal
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

  1. Find the project root by running:

    git rev-parse --show-toplevel

    If the command fails (not in a git repo), fall back to `$PWD`.

  2. Create the directory if it doesn't exist:

    mkdir -p /.claude/plans
  3. Generate 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 Repository