ClickUp Task Workflow

Delegate ClickUp task management API calls to a dedicated subagent.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/kastheco/claude-plugins --skill clickup-task-workflow-kastheco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ClickUp Task Workflow
Source: https://github.com/kastheco/claude-plugins/tree/main/plugins/task/skills/task-workflow
Command: npx skills add https://github.com/kastheco/claude-plugins --skill clickup-task-workflow-kastheco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams manage and automate ClickUp tasks within kas workflows, reducing manual coordination and ensuring consistent task state transitions across tools.

Core Features & Use Cases

  • ClickUp task orchestration: create, start, update, and complete tasks through kas commands, with subagent delegation to fetch data and perform actions.
  • Safe delegation model: all ClickUp API calls are routed to the clickup-task-agent to keep main context clean and auditable.
  • Use Case: A product manager can auto-create tasks from a roadmap, move them to in progress when work starts, and complete them after PR merges.

Quick Start

Run a single instruction to start Activate the ClickUp Task Workflow for a CU-XXX and let the task agent manage all ClickUp actions.

Frequently Asked Questions about ClickUp Task Workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ClickUp task management from a roadmap or PR merge?

You can automate ClickUp task management by using kas commands like /task:new, /task:start, and /task:done to create, start, and complete tasks. The workflow delegates all API calls to a dedicated subagent to ensure clean context and robust error handling.

What is the best way to keep my main context clean when updating ClickUp task states?

The best way to keep your context clean is routing all ClickUp API calls through a dedicated clickup-task-agent. This safe delegation model ensures main workflows remain auditable while handling task state transitions.

Can I use kas commands to move ClickUp tasks to in progress and complete them after PR merges?

Yes, you can use kas commands to move tasks to in progress and complete them. Run instructions like /task:start to begin work and /task:done or /task:merge to finalize tasks after a PR merge.

How does subagent delegation work for ClickUp task workflows?

Subagent delegation works by routing ClickUp operations to a clickup-task-agent, which fetches data and performs actions. This ensures concise results and clear task state transitions without cluttering the main workflow context.

Do I need a dedicated agent to create and update ClickUp tasks automatically?

Yes, this workflow delegates ClickUp task orchestration to a dedicated agent. This ensures safe API interactions, robust error handling, and consistent task state transitions across planning, starting, and finalizing tasks.

Why does my ClickUp task workflow need commands like /task:status and /task:merge?

Commands like /task:status and /task:merge are needed to execute clear task state transitions within ClickUp workflows. They allow you to safely update task progress and finalize tasks through delegated API calls.