complete-plan

complete-plan is a command for Claude Code from loschenbd/claude-agent-boilerplate. It costs 0 tokens per session (493 once invoked), scanned A, original, MIT.

A command that verifies a project plan is finished, records a wrap-up, and moves the completed plan into an archive.

In plain words
What is it for?
Use it when all plan tasks are checked off and you want to record the final state and archive the plan.
Why use it?
It prevents unfinished plans from being marked complete and preserves what was built, deferred, or left for later.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit Use it when all plan tasks are checked off and you want to record the final state and archive the plan.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/loschenbd/claude-agent-boilerplate/complete-plan
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/loschenbd/claude-agent-boilerplate

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for complete-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/complete-plan/github.svg)](https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/complete-plan)
Your own site
<a href="https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/complete-plan"><img src="https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/complete-plan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for complete-plan

Your own site · 80×15
<a href="https://agentmods.dev/commands/loschenbd/claude-agent-boilerplate/complete-plan"><img src="https://agentmods.dev/badge/commands/loschenbd/claude-agent-boilerplate/complete-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00493
Opus 5 $0.00000 $0.00246
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

Measured 5d ago against content hash dce8ec6b2bb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

complete-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/complete-plan.md · 41 lines

What it actually says

Mark the current plan as complete and archive it.

Instructions

You are called when a plan in plans/<task-slug>/ is finished and ready to be archived.

  1. Identify the plan slug. Either from the user's argument, or by scanning plans/ for the most recently modified plan.md that isn't already in _done/.

  2. Confirm completion. Read plan.md and check that all task checkboxes are marked [x]. If any are unchecked, refuse and tell the user which tasks are still open. Do not proceed.

  3. Update plan.md: change the status line to **Status:** completed.

  4. Write plans/<task-slug>/wrapup.md with:

    # Wrap-up: <task name>
    **Completed:** <date>
    
    ## What was built
    - <bullet list of completed tasks, with file references where relevant>
    
    ## What was deferred
    - <anything in the original plan or design that did not ship — and why>
    
    ## Follow-ups
    - <new issues this work surfaced — for future plans>
    
    ## Final state
    - **Files changed:** <list>
    - **Branch / commits:** <if applicable>
    
  5. Archive the directory: move plans/<task-slug>/ to plans/_done/<task-slug>/ (create _done/ if it doesn't exist). This preserves history without cluttering the active plans list.

  6. Tell the user: "Plan archived to plans/_done/<task-slug>/. Wrap-up at plans/_done/<task-slug>/wrapup.md."

Rules

  • Don't archive incomplete plans. If tasks are unchecked, refuse and report.
  • Don't lose history. Move the directory, don't delete it. Old plans become reference material.
  • Don't skip the wrap-up. A completed plan with no wrap-up is incomplete from a knowledge-management standpoint.
  • If wrapup.md already exists, the plan was already completed — confirm with the user before overwriting.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 41 lines · 0 tokens per session scan A dce8ec6b2bb1

Subscribe to this mod's changes

complete-plan is a command published in the GitHub repository loschenbd/claude-agent-boilerplate (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 493 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.