Start work on a ClickUp task (transition to In Progress)
Transitions a ClickUp task to In Progress, displays checklist, and adds a starting work comment.
/plugin marketplace add thebushidocollective/han/plugin install clickup@hanhashi-clickup:start - Start work on a ClickUp task (transition to In Progress)
/start [arguments]
Start work on a ClickUp task (transition to In Progress)
Start work on a ClickUp task by transitioning it to "In Progress" and displaying checklist.
Usage: /start #ABC123 or /start ABC123
Steps:
clickup_get_task to fetch task detailsclickup_update_task_status to transition to "in progress"clickup_add_comment to add: "Starting work on this task"clickup_assign_task to assign to current user if unassignedDisplay Format:
▶️ Starting work on #ABC123
Name: {task name}
Status: {old status} → In Progress
Assignees: {assignees}
📋 Checklist:
- [ ] {checklist item 1}
- [ ] {checklist item 2}
- [ ] {checklist item 3}
Link: {task URL}
If task is already In Progress, just display current status and checklist without transitioning.
/startImplements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear