复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-task-master-180d12591814 ,按照其中的说明把「tm-main」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Comprehensive 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.