claude-pilot: Skill for Claude Code

.claude/skills/close-plan/SKILL.md

close-plan is a skill for Claude Code from changoo89/claude-pilot. It costs 28 tokens per session (1,054 once invoked), scanned A, original, MIT.

A workflow for finishing a completed software plan. It checks remaining tasks and evidence, updates documentation when needed, archives the plan, creates a Git commit, and can push it to a remote repository.

In plain words
What is it for?
Use it after implementation to verify completion, archive the plan, commit the changes, and retry pushing them when required.
Why use it?
It reduces the chance of declaring work finished while tasks, verification, documentation, or version-control steps are still missing.

Skill for Claude Code

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

This is changoo89/claude-pilot's own configuration. It tells Claude Code how to work on claude-pilot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-pilot configures →

Part of the claude-pilot plugin — 32 skills, 11 commands, 14 agents, 2 MCP servers shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to changoo89/claude-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/changoo89/claude-pilot/main/.claude/skills/close-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/changoo89/claude-pilot

Made for: Claude Code.

Or install claude-pilot, the plugin that ships this one along with the rest of its 32 skills, 11 commands, 14 agents, 2 MCP servers.

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 close-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/changoo89/claude-pilot/close-plan.svg)](https://agentmods.dev/skills/changoo89/claude-pilot/close-plan)
Your own site
<a href="https://agentmods.dev/skills/changoo89/claude-pilot/close-plan"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/close-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,054 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.00028 $0.01054
Opus 5 $0.00014 $0.00527
Sonnet 5 $0.00006 $0.00211
Haiku 4.5 $0.00003 $0.00105

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

Security

Grade A, and why

close-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 7d 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/skills/close-plan/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SKILL: Close Plan (Plan Completion Workflow)

Purpose: Archive completed plans and create git commits with safe push retry logic Target: Coder Agent after implementing all Success Criteria


Quick Start

When to Use This Skill

  • Finalize completed plans
  • Archive plan to done/ folder
  • Create git commit with Co-Authored-By attribution
  • Push to remote with retry logic

Quick Reference

# Full workflow
/03_close [RUN_ID|plan_path] [no-commit] [no-push] [--force]

# Steps: Load+Verify+TODO Gate → Evidence Verify → Docs Sync+Verify → Move+Git → Worktree Merge

Execution Directive

CRITICAL: NEVER skip any step - agent MUST verify execution of each step before proceeding to the next. All steps MUST execute in order. Do NOT pause between steps.


Agent Teams Delegation Pattern

Team Lead operates in delegate mode (coordinates only, never implements):

  • Step 1 TODO analysis: Spawn teammate for TODO verification
  • Step 2 evidence verification: Spawn teammate for test execution
  • Step 3 docs sync: Spawn teammate for documentation updates (conditional)

MANDATORY teammate delegation:

  • TODO gate resolution (role: validator)
  • Evidence verification (role: validator)
  • Documentation sync (role: documenter, conditional)

TRIVIAL EXCEPTIONS (no delegation needed):

  • Argument parsing, file existence check, timestamp/directory creation, git commit formatting

WHY: Agent Teams native isolation provides automatic context protection


Execution Steps (Summary)

Step 0: Mandatory Oracle Consultation (NEW)

  • Purpose: Pre-close quality verification
  • GPT Role: QA Expert - Completion quality assessment
  • Pattern: mandatory_oracle_consultation before proceeding
  • Graceful Fallback: Continue if Codex CLI unavailable

Step 1: Load Plan + Verify SCs + TODO Gate

  • Find active plan with absolute path detection
  • Parse arguments (plan_path, no-commit, no-push, force)
  • Check for incomplete Success Criteria
  • TODO Completion Check (BLOCKING): Count unchecked - [ ] items
    • Delegate to validator agent for TODO analysis and resolution attempt
    • Exit if validator cannot resolve (unless --force flag)
    • Full implementation: @REFERENCE.md - TODO Completion Gate
  • TaskList Verification: Verify all tasks completed via TaskList tool
  • Exit if no plan or SCs incomplete

Read the full file on GitHub · 124 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 124 lines · 28 tokens per session scan A 5390178c6292

Subscribe to this mod's changes

close-plan is a skill published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 7mo ago), licensed MIT. It adds 28 tokens to every session and 1,054 once invoked, about $0.0001 per session on Opus 5. 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-08-30.

Related

Other skills, from other repositories

hunk-launch-video

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.

modem-dev/hunk · 60 tokens

repo-guidance

Navigate the Composio SDK monorepo, branch and PR workflow, repo layout, generated-file boundaries, changesets, and shared maintenance rules. Use when work spans multiple packages, when deciding where code belongs, when preparing a PR, or when the user asks about repository conventions rather than a specific SDK…

ComposioHQ/composio · 67 tokens

python-release

Handle Python SDK release, build, bump, packaging metadata, PyPI client pin, uv.lock, nox/build workflow, and publish verification changes. Use for Python release process work or dependency pin bumps; do not use for ordinary Python feature implementation.

ComposioHQ/composio · 53 tokens

skill-factory

A workflow that examines completed session work and turns reusable patterns into Claude Code skills.

sangrokjung/claude-forge · 122 tokens

session-wrap

Use when wrapping up a session before ending. 4 parallel subagents detect doc updates, repeated patterns, learning points, and follow-ups, then a verifier deduplicates and presents choices. Triggers on /session-wrap, session wrap, session cleanup, end of session.

sangrokjung/claude-forge · 58 tokens

security-pipeline

Use when security verification is needed - pre-commit security checks, vulnerability scanning, STRIDE threat analysis. Integrates with /handoff-verify --security and /commit-push-pr. CWE Top 25 based.

sangrokjung/claude-forge · 48 tokens