â /create
Create a new ClickUp task interactively
Command Usage
Invoke this command in Claude Code:
/createname: create description: Create a new ClickUp task interactively
Create a new ClickUp task through an interactive prompt.
Usage: /create [optional: initial task name]
Interactive Prompts:
-
List (required)
- Use
clickup_get_workspaceandclickup_get_listto show available lists - Ask user to select list ID
- Use
-
Task Name (required)
- If provided as argument, use it, otherwise ask
-
Description (optional)
- Ask if user wants to provide detailed description
- Support multi-line input with markdown
-
Priority (optional, default: Normal)
- Urgent (1) / High (2) / Normal (3) / Low (4)
-
Assignees (optional)
- Current user
- Unassigned
- Specific users
-
Due Date (optional)
- Today / Tomorrow / This Week / Specific Date
-
Tags (optional)
- Comma-separated list
-
Checklist (optional)
- Ask if user wants to add checklist items
- Support multiple items
Confirmation: Show summary and ask for confirmation before creating:
ð Create New Task
List: {list name}
Name: {task name}
Description: {description preview}
Priority: High
Assignees: You
Due Date: {date}
Tags: {tags}
Checklist: {number} items
Create this task? (y/n)
After creation, use clickup_create_task and optionally clickup_create_checklist, then display:
â
Created #ABC123: {name}
Link: {task URL}
What would you like to do next?
- Start work (/start #ABC123)
- View details (/task #ABC123)