Help us improve
Share bugs, ideas, or general feedback.
From aidd-overlay
Archives a plan file as processed, merges the current plan branch into the target branch, and deletes the local plan branch. Use when a user finishes a plan and wants to close it out: "end plan", "close this plan", "merge the plan branch", "archive the plan", "finish the plan branch". Do NOT use for pushing to remote automatically, force-deleting branches with uncommitted changes, creating new plans, or any task that is not about archiving a completed plan branch.
npx claudepluginhub rebellioussmile/my-claude-marketplaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-overlay:end-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
End-Plan archives the current plan's task file by renaming it to `.processed.md`, runs `/learn` to capture any final learnings, merges the plan branch into the target branch without fast-forward, and deletes the local plan branch.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
End-Plan archives the current plan's task file by renaming it to .processed.md, runs /learn to capture any final learnings, merges the plan branch into the target branch without fast-forward, and deletes the local plan branch.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | close | Archive plan → run /learn → merge into target → delete local branch | Target branch name ($ARGUMENTS, optional) |
Single action. Dispatch to close on any trigger.
git pull after checking out the target branch before merging.