Plan Close banner
by-carlos by-carlos

Plan Close

Git community

Description

--- description: Close out a finished staged-rollout .plan/ — verify completion, distill the story into a final PR body, clean up .plan/, and propose the PR to main. argument-hint: [--unattended] --- # /plan-close — closeout Finish a `.plan/` that has run its course: verify every stage is settled, preserve the story, clean up, and propose the final PR. This command is a **thin wrapper**: the source of truth for what happened is the project's own `.plan/PLAN.md` and `.plan/LEDGER.md`. Do not re

Installation

Installs to ~/.claude/skills/by-carlos-plan-staged-rollout-plan-close/SKILL.md

Terminal
mkdir -p ~/.claude/skills/by-carlos-plan-staged-rollout-plan-close && curl -fsSL https://raw.githubusercontent.com/by-carlos/plan-staged-rollout/HEAD/commands/plan-close.md -o ~/.claude/skills/by-carlos-plan-staged-rollout-plan-close/SKILL.md

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

Full documentation available on GitHub

View Source Repository