create Name 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 : Interactive Prompts : 1. List (required) - Use and 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 detailed description - Support multi-line input with markdown 4. Priority (optional, default: Normal) - Urgent (1) / High (2) / Normal (3) / Low (4) 5. Ass…