Create a new ClickUp task interactively
# 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...