Help us improve
Share bugs, ideas, or general feedback.
From taskmaster
Adds a structured task by parsing natural language input, inferring priority, type, dependencies, and complexity with context-aware suggestions, preview, and validation.
npx claudepluginhub eyaltoledano/claude-task-master --plugin taskmasterHow this command is triggered — by the user, by Claude, or both
Slash command
/taskmaster:add-taskThe summary Claude sees in its command listing — used to decide when to auto-load this command
Add new tasks with intelligent parsing and context awareness. Arguments: $ARGUMENTS ## Smart Task Addition Parse natural language to create well-structured tasks. ### 1. **Input Understanding** I'll intelligently parse your request: - Natural language → Structured task - Detect priority from keywords (urgent, ASAP, important) - Infer dependencies from context - Suggest complexity based on description - Determine task type (feature, bug, refactor, test, docs) ### 2. **Smart Parsing Examples** **"Add urgent task to fix login bug"** → Title: Fix login bug → Priority: high → Type: bug → ...
/flux-addCreates a Flux task from a brief description, parsing for title, project/epic context, and notes. Auto-selects project if needed and confirms with details.
/sugar-taskCreates detailed Sugar tasks for autonomous development via CLI, with title, type, priority, urgent flags, and optional rich JSON context including business value, requirements, agents, and success criteria.
/add-taskAdds provided text as a pending task using TaskCreate, then immediately continues current work without switching context.
Share bugs, ideas, or general feedback.
Add new tasks with intelligent parsing and context awareness.
Arguments: $ARGUMENTS
Parse natural language to create well-structured tasks.
I'll intelligently parse your request:
"Add urgent task to fix login bug" → Title: Fix login bug → Priority: high → Type: bug → Suggested complexity: medium
"Create task for API documentation after task 23 is done" → Title: API documentation → Dependencies: [23] → Type: documentation → Priority: medium
"Need to refactor auth module - depends on 12 and 15, high complexity" → Title: Refactor auth module → Dependencies: [12, 15] → Complexity: high → Type: refactor
Based on current project state:
Task Preview:
─────────────
Title: [Extracted title]
Priority: [Inferred priority]
Dependencies: [Detected dependencies]
Complexity: [Estimated complexity]
Suggestions:
- Similar task #34 exists, consider as dependency?
- This seems complex, break into subtasks?
- Tasks #45-47 work on same module
Before creating:
Intelligent defaults based on:
Result: High-quality tasks from minimal input.