From hashi-clickup
Guides through an interactive prompt to create a ClickUp task with name, description, priority, assignees, due date, tags, and checklist. Shows a summary before confirming.
How this command is triggered — by the user, by Claude, or both
Slash command
/hashi-clickup:createThe summary Claude sees in its command listing — used to decide when to auto-load this command
# create ## Name hashi-clickup:create - Create a new ClickUp task interactively ## Synopsis ## Description Create a new ClickUp task interactively ## Implementation Create a new ClickUp task through an interactive prompt. **Usage**: `/create [optional: initial task name]` **Interactive Prompts**: 1. **List** (required) - Use `clickup_get_workspace` and `clickup_get_list` to show available lists - Ask user to select list ID 2. **Task Name** (required) - If provided as argument, use it, otherwise ask 3. **Description** (optional) - Ask if user wants to provide detail...
hashi-clickup:create - Create a new ClickUp task interactively
/create [arguments]
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)
clickup_get_workspace and clickup_get_list to show available listsTask Name (required)
Description (optional)
Priority (optional, default: Normal)
Assignees (optional)
Due Date (optional)
Tags (optional)
Checklist (optional)
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)
npx claudepluginhub thedotmack/han --plugin hashi-clickup/taskview-new-taskCreates a task in TaskView by parsing a natural language request for description, project, list, priority, and deadline, resolving project and list IDs via MCP tools, and confirming the result.
/add-taskParses natural language task descriptions into structured tasks with inferred priority, dependencies, complexity, and type. Validates dependencies and checks for duplicates before creating.
/flux-addCreates a task in Flux from a brief description, optionally associating it with a project or epic.
/create-taskCreates a task in the user's Notion tasks database with optional due date, status, owner, and project fields. Confirms creation with task details and link.
/createCreates a new beads issue with optional title, type, and priority arguments. Prompts for missing values and optionally links to existing issues.