| name | continue-task |
| description | Resume a TaskPlanner task that is already In Progress. Use when the user asks to continue, resume, finish, or inspect active TaskPlanner work. |
Continue an In-Progress TaskPlanner Task
- Run the sibling
taskplanner skill's version preflight once.
- Prefer
taskplanner_list for In Progress and taskplanner_get for details, passing the absolute repository as workspace_root.
- If MCP cannot access the repository, read the In Progress file from the state mapping in
.tasks/config.json and parse complete task sections directly.
- If none exist, suggest
next-task; if several exist, ask which to resume.
- Follow the selected task's existing plan. Add a required missing plan before coding.
- Implement and verify the remaining work.
- Condense the plan, move the task to Done, add a top
.tasks/WORK_LOG.md entry when present, and update CHANGELOG.md when required.
Never change task IDs or modify unrelated task sections.