import React from 'react'; import { X, Sparkles } from 'lucide-react'; const CreateTaskModal = ({ currentProject, onClose, onTaskCreated }) => { return (
You can simply ask Claude Code in the chat to create tasks for you. The AI assistant will automatically generate detailed tasks with research-backed insights.
Example:
"Please add a new task to implement user profile image uploads using Cloudinary, research the best approach."
This runs:
task-master add-task --prompt="Implement user profile image uploads using Cloudinary" --research
For more examples and advanced usage patterns:
View TaskMaster Documentation →