mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-12-04 02:50:33 +00:00
4.2 KiB
4.2 KiB
Task Master Command Reference
Comprehensive command structure for Task Master integration with Claude Code.
Command Organization
Commands are organized hierarchically to match Task Master's CLI structure while providing enhanced Claude Code integration.
Project Setup & Configuration
/taskmaster:init
init-project- Initialize new project (handles PRD files intelligently)init-project-quick- Quick setup with auto-confirmation (-y flag)
/taskmaster:models
view-models- View current AI model configurationsetup-models- Interactive model configurationset-main- Set primary generation modelset-research- Set research modelset-fallback- Set fallback model
Task Generation
/taskmaster:parse-prd
parse-prd- Generate tasks from PRD documentparse-prd-with-research- Enhanced parsing with research mode
/taskmaster:generate
generate-tasks- Create individual task files from tasks.json
Task Management
/taskmaster:list
list-tasks- Smart listing with natural language filterslist-tasks-with-subtasks- Include subtasks in hierarchical viewlist-tasks-by-status- Filter by specific status
/taskmaster:set-status
to-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-readme
sync-readme- Export tasks to README.md with formatting
/taskmaster:update
update-task- Update tasks with natural languageupdate-tasks-from-id- Update multiple tasks from a starting pointupdate-single-task- Update specific task
/taskmaster:add-task
add-task- Add new task with AI assistance
/taskmaster:remove-task
remove-task- Remove task with confirmation
Subtask Management
/taskmaster:add-subtask
add-subtask- Add new subtask to parentconvert-task-to-subtask- Convert existing task to subtask
/taskmaster:remove-subtask
remove-subtask- Remove subtask (with optional conversion)
/taskmaster:clear-subtasks
clear-subtasks- Clear subtasks from specific taskclear-all-subtasks- Clear all subtasks globally
Task Analysis & Breakdown
/taskmaster:analyze-complexity
analyze-complexity- Analyze and generate expansion recommendations
/taskmaster:complexity-report
complexity-report- Display complexity analysis report
/taskmaster:expand
expand-task- Break down specific taskexpand-all-tasks- Expand all eligible taskswith-research- Enhanced expansion
Task Navigation
/taskmaster:next
next-task- Intelligent next task recommendation
/taskmaster:show
show-task- Display detailed task information
/taskmaster:status
project-status- Comprehensive project dashboard
Dependency Management
/taskmaster:add-dependency
add-dependency- Add task dependency
/taskmaster:remove-dependency
remove-dependency- Remove task dependency
/taskmaster:validate-dependencies
validate-dependencies- Check for dependency issues
/taskmaster:fix-dependencies
fix-dependencies- Automatically fix dependency problems
Workflows & Automation
/taskmaster:workflows
smart-workflow- Context-aware intelligent workflow executioncommand-pipeline- Chain multiple commands togetherauto-implement-tasks- Advanced auto-implementation with code generation
Utilities
/taskmaster:utils
analyze-project- Deep project analysis and insights
/taskmaster:setup
install-taskmaster- Comprehensive installation guidequick-install-taskmaster- One-line global installation
Usage Patterns
Natural Language
Most 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
ID-Based Commands
Commands requiring IDs intelligently parse from $ARGUMENTS:
/taskmaster:show 45
/taskmaster:expand 23
/taskmaster:set-status/to-done 67
Smart Defaults
Commands provide intelligent defaults and suggestions based on context.