install
source · Clone the upstream repo
git clone https://github.com/accomplish-ai/accomplish
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/accomplish-ai/accomplish "$T" && mkdir -p ~/.claude/skills && cp -r "$T/packages/agent-core/mcp-tools/complete-task" ~/.claude/skills/accomplish-ai-accomplish-complete-task && rm -rf "$T"
manifest:
packages/agent-core/mcp-tools/complete-task/SKILL.mdsource content
Complete Task
This tool signals task completion. The agent MUST call this tool to finish any task.
Usage
Call
complete_task with:
: "success", "blocked", or "partial"status
: Restate what was asked (forces review)original_request_summary
: What you accomplishedsummary
: (if blocked/partial) What's left to doremaining_work
Statuses
- success — All parts of the request completed
- blocked — Hit an unresolvable blocker, cannot continue
- partial — Completed some parts but not all