Start work on a ClickUp task
Starts work on a ClickUp task by fetching details, updating status, and creating a worktree.
/plugin marketplace add brkastner/kas-claude-plugins/plugin install brkastner-task-plugins-task@brkastner/kas-claude-plugins<task-id-or-url>Start work on ClickUp task.
Parse task ID from argument:
CU-xxx → use directlyhttps://app.clickup.com/t/xxx → extract ID#xxx or just xxx → prepend CU-Fetch task via clickup-task-agent:
Use Task tool with subagent_type="task:clickup-task-agent":
"Fetch ClickUp task CU-{id}:
1. Get task details (name, description, acceptance criteria)
2. Update status to 'in progress'
3. Assign to me
Return concise summary with suggested branch name."
Delegate to /kas:start with context:
Implement ClickUp task CU-{id}: {task-name}
## ClickUp Context
{description from subagent}
## Acceptance Criteria
{criteria from subagent}
## Branch Convention
Use branch: feat/CU-{id}-{slug} (or fix/ for bugs)
Worktree path: .worktrees/CU-{id}-{slug}/
/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.