Complete Plan — Development skill for Claude Code
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
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
Find the project root:
git rev-parse --show-toplevelList the files in `/.claude/plans/`.
If no plans exist, tell the user and stop.
If **only one file** exists: use it directly. If **multiple files** exist: ask which one to complete.
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 RepositoryRelated Skills
Ship Feature
Mark the active feature complete and archive it. Updates progress.md status, then moves the dir to .claude/pla
Goal Done
Mark the current goal step as complete and advance to the next
Executing Plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoi
Ulw Plan
Strategic planner — writes a decision-complete plan to plans/ .md. Never writes product code.
Remember Plan
Load a work plan saved in the current project's .claude/plans/ into memory
Save Plan
Save the current work plan to .claude/plans/ in the active project
Related Agents
Plan Execution Checker
Validates completed plan implementation by verifying all requirements met, code quality standards followed, an
Recorder Agent
Spec recording worker for spec-driven development spawned by speq-record orchestrator. Merges plan deltas into
Plan Checker
Outcome-driven verification of docs/plan.md + docs/todo.md against docs/SPEC.md goals. Catches plans that look