Agent skill
start
Start work on a ClickUp task (transition to In Progress)
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/clickup/skills/start
SKILL.md
start
Name
clickup:start - Start work on a ClickUp task (transition to In Progress)
Synopsis
/start [arguments]
Description
Start work on a ClickUp task (transition to In Progress)
Implementation
Start work on a ClickUp task by transitioning it to "In Progress" and displaying checklist.
Usage: /start #ABC123 or /start ABC123
Steps:
- Use
clickup_get_taskto fetch task details - Display task name and current status
- Show checklist items if present
- Use
clickup_update_task_statusto transition to "in progress" - Use
clickup_add_commentto add: "Starting work on this task" - Optionally use
clickup_assign_taskto assign to current user if unassigned
Display 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-blog-post
Research Reddit discussions and write a blog post about how Han addresses the topic
research-new-features
Research Claude AI/Code feature requests and discussions on Reddit
create-jutsu
Create a new technique plugin for a technology (language, tool, framework, or validation)
create-do
Create a new discipline plugin with specialized agents
create-hashi
Create a new bridge plugin for MCP server integration
plugin-development
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Didn't find tool you were looking for?