Comprehensive command structure for Task Master integration with Claude Code.
Comprehensive task management system for organizing development work with AI-powered task generation, dependency tracking, and workflow automation. Use it to break down PRDs into actionable tasks, manage task status and dependencies, and automate implementation workflows.
/plugin marketplace add eyaltoledano/claude-task-master/plugin install taskmaster@taskmasterComprehensive command structure for Task Master integration with Claude Code.
Commands are organized hierarchically to match Task Master's CLI structure while providing enhanced Claude Code integration.
/taskmaster:initinit-project - Initialize new project (handles PRD files intelligently)init-project-quick - Quick setup with auto-confirmation (-y flag)/taskmaster:modelsview-models - View current AI model configurationsetup-models - Interactive model configurationset-main - Set primary generation modelset-research - Set research modelset-fallback - Set fallback model/taskmaster:parse-prdparse-prd - Generate tasks from PRD documentparse-prd-with-research - Enhanced parsing with research mode/taskmaster:generategenerate-tasks - Create individual task files from tasks.json/taskmaster:listlist-tasks - Smart listing with natural language filterslist-tasks-with-subtasks - Include subtasks in hierarchical viewlist-tasks-by-status - Filter by specific status/taskmaster:set-statusto-pending - Reset task to pendingto-in-progress - Start working on taskto-done - Mark task completeto-review - Submit for reviewto-deferred - Defer taskto-cancelled - Cancel task/taskmaster:sync-readmesync-readme - Export tasks to README.md with formatting/taskmaster:updateupdate-task - Update tasks with natural languageupdate-tasks-from-id - Update multiple tasks from a starting pointupdate-single-task - Update specific task/taskmaster:add-taskadd-task - Add new task with AI assistance/taskmaster:remove-taskremove-task - Remove task with confirmation/taskmaster:add-subtaskadd-subtask - Add new subtask to parentconvert-task-to-subtask - Convert existing task to subtask/taskmaster:remove-subtaskremove-subtask - Remove subtask (with optional conversion)/taskmaster:clear-subtasksclear-subtasks - Clear subtasks from specific taskclear-all-subtasks - Clear all subtasks globally/taskmaster:analyze-complexityanalyze-complexity - Analyze and generate expansion recommendations/taskmaster:complexity-reportcomplexity-report - Display complexity analysis report/taskmaster:expandexpand-task - Break down specific taskexpand-all-tasks - Expand all eligible taskswith-research - Enhanced expansion/taskmaster:nextnext-task - Intelligent next task recommendation/taskmaster:showshow-task - Display detailed task information/taskmaster:statusproject-status - Comprehensive project dashboard/taskmaster:add-dependencyadd-dependency - Add task dependency/taskmaster:remove-dependencyremove-dependency - Remove task dependency/taskmaster:validate-dependenciesvalidate-dependencies - Check for dependency issues/taskmaster:fix-dependenciesfix-dependencies - Automatically fix dependency problems/taskmaster:workflowssmart-workflow - Context-aware intelligent workflow executioncommand-pipeline - Chain multiple commands togetherauto-implement-tasks - Advanced auto-implementation with code generation/taskmaster:utilsanalyze-project - Deep project analysis and insights/taskmaster:setupinstall-taskmaster - Comprehensive installation guidequick-install-taskmaster - One-line global installationMost commands accept natural language arguments:
/taskmaster:add-task create user authentication system
/taskmaster:update mark all API tasks as high priority
/taskmaster:list show blocked tasks
Commands requiring IDs intelligently parse from $ARGUMENTS:
/taskmaster:show 45
/taskmaster:expand 23
/taskmaster:set-status/to-done 67
Commands provide intelligent defaults and suggestions based on context.