/finish-task - Complete a Task
SkillProductivityComplete all remaining tracked work for any user-created task in one coordinated run, using parallel agents only when they reduce elapsed time. Do not use for stories.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /finish-task - Complete a Task skill
What this skill tells your AI
The instructions your AI receives, as published by rakovi4/continue-framework in .claude/skills/finish-task/SKILL.md and read by ahel’s review.
Carry any tracked task from its current progress.md cursor through its final
archive without requiring repeated task-execution commands.
Workflow
- Resolve
task Nwith/continue's task lookup rules. If already archived, report its location; an active task with no open checkbox still owes terminal review. Read its type and the workflow that owns that type. - Read
.claude/templates/workflow/finish-task-coordination.mdcompletely and run its initial scheduling pass. - Read
references/platform-monitoring.md, then start its single five-minute readiness monitor using the exact route for the active platform. Explicitly tell the user when the monitor starts, wakes the coordinator, or causes a newly ready lane to dispatch. - Execute the next work with the template's task-type route. Keep every applicable atomic unit, approval, test, review, work-log, and commit boundary; replace only the owning workflow's successful intermediate stop with another scheduling pass.
- Delegate only lanes admitted by the template's dependency, ownership, context, and net-speedup gates. The parent remains coordinator and personally validates every result.
- Continue until the task is archived, a required user decision pauses the active workflow, or a sub-skill fails. Stop the monitor before the final report or any pause.
Constraints
- Do not turn the task into multiple competing
/continuesessions. - Do not parallelize merely because agent capacity exists. Simple, short, dependent, or overlapping work stays in the parent.
- Do not overlook frontend/backend concurrency after their shared contract is frozen.
- QA cases are serial; only their design hazards and terminal reviews fan out.
- Give workers full available history and the complete task-specific context packet; never delegate from a thin summary.
- Preserve every owning workflow's authorization boundaries and explicit user decisions. This skill changes execution duration, not scope or permission.
- Report intermediate lane and work-unit outcomes while continuing, but emit the owning workflows' full report fields once, aggregated at the terminal stop.
Usage
/finish-task task N
Signals
- GitHub stars
- 51
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
finish-task- Source
- github.com/rakovi4/continue-framework