* Fix Cursor deeplink installation with copy-paste instructions (#723) * fix: expand-task (#755) * docs: Update o3 model price (#751) * docs: Auto-update and format models.md * docs: Auto-update and format models.md * feat: Add Claude Code task master commands Adds Task Master slash commands for Claude Code under /project:tm/ namespace --------- Co-authored-by: Joe Danziger <joe@ticc.net> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Co-authored-by: Volodymyr Zahorniak <7808206+zahorniak@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com>
3.3 KiB
3.3 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
/project:tm/init
index- Initialize new project (handles PRD files intelligently)quick- Quick setup with auto-confirmation (-y flag)
/project:tm/models
index- View current AI model configurationsetup- Interactive model configurationset-main- Set primary generation modelset-research- Set research modelset-fallback- Set fallback model
Task Generation
/project:tm/parse-prd
index- Generate tasks from PRD documentwith-research- Enhanced parsing with research mode
/project:tm/generate
- Create individual task files from tasks.json
Task Management
/project:tm/list
index- Smart listing with natural language filterswith-subtasks- Include subtasks in hierarchical viewby-status- Filter by specific status
/project:tm/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
/project:tm/sync-readme
- Export tasks to README.md with formatting
/project:tm/update
index- Update tasks with natural languagefrom-id- Update multiple tasks from a starting pointsingle- Update specific task
/project:tm/add-task
index- Add new task with AI assistance
/project:tm/remove-task
index- Remove task with confirmation
Subtask Management
/project:tm/add-subtask
index- Add new subtask to parentfrom-task- Convert existing task to subtask
/project:tm/remove-subtask
- Remove subtask (with optional conversion)
/project:tm/clear-subtasks
index- Clear subtasks from specific taskall- Clear all subtasks globally
Task Analysis & Breakdown
/project:tm/analyze-complexity
- Analyze and generate expansion recommendations
/project:tm/complexity-report
- Display complexity analysis report
/project:tm/expand
index- Break down specific taskall- Expand all eligible taskswith-research- Enhanced expansion
Task Navigation
/project:tm/next
- Intelligent next task recommendation
/project:tm/show
- Display detailed task information
/project:tm/status
- Comprehensive project dashboard
Dependency Management
/project:tm/add-dependency
- Add task dependency
/project:tm/remove-dependency
- Remove task dependency
/project:tm/validate-dependencies
- Check for dependency issues
/project:tm/fix-dependencies
- Automatically fix dependency problems
Usage Patterns
Natural Language
Most commands accept natural language arguments:
/project:tm/add-task create user authentication system
/project:tm/update mark all API tasks as high priority
/project:tm/list show blocked tasks
ID-Based Commands
Commands requiring IDs intelligently parse from $ARGUMENTS:
/project:tm/show 45
/project:tm/expand 23
/project:tm/set-status/to-done 67
Smart Defaults
Commands provide intelligent defaults and suggestions based on context.