From claude-task-skills
Close a task — finalizes task document, updates changelog, task tracker, and roadmap, runs any project-specific close actions defined in CLAUDE.md
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-task-skills:close-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are closing a task. The user may name a specific task, or if there's only one in-progress task, close that one.
You are closing a task. The user may name a specific task, or if there's only one in-progress task, close that one.
Arguments: $ARGUMENTS
Determine which task to close:
Read the task's main document (TASK.md or equivalent) to understand what was done.
Before closing, ensure the task document is complete:
Read CLAUDE.md for any project-specific task closing procedures. These vary by project and may include:
Follow the project's close procedure exactly. The skill defines the universal steps; CLAUDE.md defines project-specific ones.
If CLAUDE.md has no task-close procedure, that's fine — proceed with the standard steps below.
These happen for every task close, regardless of project:
Find the project's changelog (CHANGELOG.md or equivalent). Add an entry for the completed work:
# Changelog
## [Date] — Task Title
- What was done (bullet points)
Find the project's task tracker (TASKS.md or equivalent):
If the project has a roadmap (ROADMAP.md or equivalent):
"Archiving" means the task is complete and its folder is now a historical record:
The task tracker is what distinguishes active from archived — moving the entry to the "Completed" section is the archive action.
Do a quick scan to confirm nothing was missed:
Tell the user:
Keep it brief — one short paragraph or a bullet list. The files are the record.
npx claudepluginhub avanrossum/claude-task-skills --plugin claude-task-skillsFinalizes task or workflow closeout after completion gate approval by syncing state, generating release notes/changelogs, and creating handoff packs.
Sync tracking documents based on current conversation results. Updates subtask, progress, findings, task_plan, project CLAUDE.md. Use when finishing a task or reaching a milestone.
Creates and manages task documentation including implementation plans, task IDs, and archiving completed work. Useful when starting a new feature or finishing one.