Fabi0pi

Complete Plan — Development skill for Claude Code

Development community

Mark the current plan as completed and delete it from .claude/plans/.

How to install Complete Plan

Installs to ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-complete-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Fabi0pi/claude-code-react-boilerplate/HEAD/.claude/commands/complete-plan.md -o ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-complete-plan.md

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

What Complete Plan does


description: Mark the current plan as completed and delete it from .claude/plans/

Complete Plan

Mark the current plan as completed and delete it from `.claude/plans/`.

Instructions

  1. Find the project root:

    git rev-parse --show-toplevel
  2. List the files in `/.claude/plans/`.

  3. If no plans exist, tell the user and stop.

  4. If **only one file** exists: use it directly. If **multiple files** exist: ask which one to complete.

  5. Before del

Alternatives in Development

  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • Taskmaster — Stop hook for Claude Code that keeps the agent working until all plans and user requests are 100% complete 494 ★
  • Dev Plan — /dev-plan — Génère les plans techniques d'1 FEAT sans coder 193 ★

Full documentation available on GitHub

View Source Repository