ClickUp Task Workflow

Delegate ClickUp task API calls to the clickup-task-agent via /task commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines ClickUp task management by delegating all API interactions to a dedicated subagent, ensuring concise main-context responses and reducing cognitive load.

Core Features & Use Cases

  • Delegated API calls: All ClickUp operations are handled by the clickup-task-agent, keeping the primary conversation focused.

  • Workflow orchestration: Supports standard task commands (/task:start, /task:done, /task:merge, /task:status, /task:new) and planning loops when needed.

  • Concise summaries: Returns succinct results suitable for orchestration and downstream automation.

    Use case example: When a user issues /task:start CU-123, kas delegates planning, creates the task, and updates its status without exposing raw API responses.

Quick Start

Use the /task commands to manage a ClickUp task and let the clickup-task-agent handle all API interactions automatically.

Frequently Asked Questions about ClickUp Task Workflow

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

FAQPage Schema
How do I delegate ClickUp task management to a subagent?

You can delegate ClickUp task management by using the clickup-task-agent to handle all API interactions. This subagent-driven model processes task commands and returns concise summaries to keep your primary conversation focused.

Can I update ClickUp task status automatically using slash commands?

Yes, you can update ClickUp task status automatically by issuing commands like /task:start or /task:done. The workflow delegates these commands to the subagent, which handles the API calls and updates the task status directly in ClickUp.

How do I create a new ClickUp task without cluttering my main conversation?

You can create a new ClickUp task by using the /task:new command. The workflow delegates the task creation process to a dedicated subagent, ensuring raw API responses are handled in the background and only concise summaries are returned to your main context.

Does this ClickUp task workflow support planning loops for complex tasks?

Yes, the workflow supports planning loops when needed for complex task operations. It delegates planning and execution to the subagent, enabling predictable behavior and error handling while managing ClickUp tasks.

What are the limitations of using a subagent for ClickUp task operations?

The main limitation is that all ClickUp operations must conform to the subagent-driven model, relying on specific commands like /task:merge and /task:status. This ensures predictable behavior but restricts direct, ad-hoc API manipulation within the primary context.