jell-utils 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/.claude/commands/tm/add-dependency.md +58 -0
  2. package/.claude/commands/tm/add-subtask.md +79 -0
  3. package/.claude/commands/tm/add-task.md +81 -0
  4. package/.claude/commands/tm/analyze-complexity.md +124 -0
  5. package/.claude/commands/tm/analyze-project.md +100 -0
  6. package/.claude/commands/tm/auto-implement-tasks.md +100 -0
  7. package/.claude/commands/tm/command-pipeline.md +80 -0
  8. package/.claude/commands/tm/complexity-report.md +120 -0
  9. package/.claude/commands/tm/convert-task-to-subtask.md +74 -0
  10. package/.claude/commands/tm/expand-all-tasks.md +52 -0
  11. package/.claude/commands/tm/expand-task.md +52 -0
  12. package/.claude/commands/tm/fix-dependencies.md +82 -0
  13. package/.claude/commands/tm/help.md +101 -0
  14. package/.claude/commands/tm/init-project-quick.md +49 -0
  15. package/.claude/commands/tm/init-project.md +53 -0
  16. package/.claude/commands/tm/install-taskmaster.md +118 -0
  17. package/.claude/commands/tm/learn.md +106 -0
  18. package/.claude/commands/tm/list-tasks-by-status.md +42 -0
  19. package/.claude/commands/tm/list-tasks-with-subtasks.md +30 -0
  20. package/.claude/commands/tm/list-tasks.md +46 -0
  21. package/.claude/commands/tm/next-task.md +69 -0
  22. package/.claude/commands/tm/parse-prd-with-research.md +51 -0
  23. package/.claude/commands/tm/parse-prd.md +52 -0
  24. package/.claude/commands/tm/project-status.md +67 -0
  25. package/.claude/commands/tm/quick-install-taskmaster.md +23 -0
  26. package/.claude/commands/tm/remove-all-subtasks.md +94 -0
  27. package/.claude/commands/tm/remove-dependency.md +65 -0
  28. package/.claude/commands/tm/remove-subtask.md +87 -0
  29. package/.claude/commands/tm/remove-subtasks.md +89 -0
  30. package/.claude/commands/tm/remove-task.md +110 -0
  31. package/.claude/commands/tm/setup-models.md +52 -0
  32. package/.claude/commands/tm/show-task.md +85 -0
  33. package/.claude/commands/tm/smart-workflow.md +58 -0
  34. package/.claude/commands/tm/sync-readme.md +120 -0
  35. package/.claude/commands/tm/tm-main.md +147 -0
  36. package/.claude/commands/tm/to-cancelled.md +58 -0
  37. package/.claude/commands/tm/to-deferred.md +50 -0
  38. package/.claude/commands/tm/to-done.md +47 -0
  39. package/.claude/commands/tm/to-in-progress.md +39 -0
  40. package/.claude/commands/tm/to-pending.md +35 -0
  41. package/.claude/commands/tm/to-review.md +43 -0
  42. package/.claude/commands/tm/update-single-task.md +122 -0
  43. package/.claude/commands/tm/update-task.md +75 -0
  44. package/.claude/commands/tm/update-tasks-from-id.md +111 -0
  45. package/.claude/commands/tm/validate-dependencies.md +72 -0
  46. package/.claude/commands/tm/view-models.md +52 -0
  47. package/.claude/settings.local.json +17 -3
  48. package/.cursor/commands/tm/add-dependency.md +55 -0
  49. package/.cursor/commands/tm/add-subtask.md +76 -0
  50. package/.cursor/commands/tm/add-task.md +78 -0
  51. package/.cursor/commands/tm/analyze-complexity.md +121 -0
  52. package/.cursor/commands/tm/analyze-project.md +97 -0
  53. package/.cursor/commands/tm/auto-implement-tasks.md +97 -0
  54. package/.cursor/commands/tm/command-pipeline.md +77 -0
  55. package/.cursor/commands/tm/complexity-report.md +117 -0
  56. package/.cursor/commands/tm/convert-task-to-subtask.md +71 -0
  57. package/.cursor/commands/tm/expand-all-tasks.md +51 -0
  58. package/.cursor/commands/tm/expand-task.md +49 -0
  59. package/.cursor/commands/tm/fix-dependencies.md +81 -0
  60. package/.cursor/commands/tm/help.md +98 -0
  61. package/.cursor/commands/tm/init-project-quick.md +46 -0
  62. package/.cursor/commands/tm/init-project.md +50 -0
  63. package/.cursor/commands/tm/install-taskmaster.md +117 -0
  64. package/.cursor/commands/tm/learn.md +103 -0
  65. package/.cursor/commands/tm/list-tasks-by-status.md +39 -0
  66. package/.cursor/commands/tm/list-tasks-with-subtasks.md +29 -0
  67. package/.cursor/commands/tm/list-tasks.md +43 -0
  68. package/.cursor/commands/tm/next-task.md +66 -0
  69. package/.cursor/commands/tm/parse-prd-with-research.md +48 -0
  70. package/.cursor/commands/tm/parse-prd.md +49 -0
  71. package/.cursor/commands/tm/project-status.md +64 -0
  72. package/.cursor/commands/tm/quick-install-taskmaster.md +22 -0
  73. package/.cursor/commands/tm/remove-all-subtasks.md +93 -0
  74. package/.cursor/commands/tm/remove-dependency.md +62 -0
  75. package/.cursor/commands/tm/remove-subtask.md +84 -0
  76. package/.cursor/commands/tm/remove-subtasks.md +86 -0
  77. package/.cursor/commands/tm/remove-task.md +107 -0
  78. package/.cursor/commands/tm/setup-models.md +51 -0
  79. package/.cursor/commands/tm/show-task.md +82 -0
  80. package/.cursor/commands/tm/smart-workflow.md +55 -0
  81. package/.cursor/commands/tm/sync-readme.md +117 -0
  82. package/.cursor/commands/tm/tm-main.md +146 -0
  83. package/.cursor/commands/tm/to-cancelled.md +55 -0
  84. package/.cursor/commands/tm/to-deferred.md +47 -0
  85. package/.cursor/commands/tm/to-done.md +44 -0
  86. package/.cursor/commands/tm/to-in-progress.md +36 -0
  87. package/.cursor/commands/tm/to-pending.md +32 -0
  88. package/.cursor/commands/tm/to-review.md +40 -0
  89. package/.cursor/commands/tm/update-single-task.md +119 -0
  90. package/.cursor/commands/tm/update-task.md +72 -0
  91. package/.cursor/commands/tm/update-tasks-from-id.md +108 -0
  92. package/.cursor/commands/tm/validate-dependencies.md +71 -0
  93. package/.cursor/commands/tm/view-models.md +51 -0
  94. package/.cursor/mcp.json +20 -0
  95. package/.cursor/rules/cursor_rules.mdc +53 -0
  96. package/.cursor/rules/self_improve.mdc +72 -0
  97. package/.cursor/rules/taskmaster/dev_workflow.mdc +424 -0
  98. package/.cursor/rules/taskmaster/taskmaster.mdc +573 -0
  99. package/.env.example +12 -0
  100. package/.gemini/commands/tm/add-dependency.toml +58 -0
  101. package/.gemini/commands/tm/add-subtask.toml +79 -0
  102. package/.gemini/commands/tm/add-task.toml +81 -0
  103. package/.gemini/commands/tm/analyze-complexity.toml +124 -0
  104. package/.gemini/commands/tm/analyze-project.toml +100 -0
  105. package/.gemini/commands/tm/auto-implement-tasks.toml +100 -0
  106. package/.gemini/commands/tm/command-pipeline.toml +80 -0
  107. package/.gemini/commands/tm/complexity-report.toml +120 -0
  108. package/.gemini/commands/tm/convert-task-to-subtask.toml +74 -0
  109. package/.gemini/commands/tm/expand-all-tasks.toml +54 -0
  110. package/.gemini/commands/tm/expand-task.toml +52 -0
  111. package/.gemini/commands/tm/fix-dependencies.toml +84 -0
  112. package/.gemini/commands/tm/help.toml +101 -0
  113. package/.gemini/commands/tm/init-project-quick.toml +49 -0
  114. package/.gemini/commands/tm/init-project.toml +53 -0
  115. package/.gemini/commands/tm/install-taskmaster.toml +120 -0
  116. package/.gemini/commands/tm/learn.toml +106 -0
  117. package/.gemini/commands/tm/list-tasks-by-status.toml +42 -0
  118. package/.gemini/commands/tm/list-tasks-with-subtasks.toml +32 -0
  119. package/.gemini/commands/tm/list-tasks.toml +46 -0
  120. package/.gemini/commands/tm/next-task.toml +69 -0
  121. package/.gemini/commands/tm/parse-prd-with-research.toml +51 -0
  122. package/.gemini/commands/tm/parse-prd.toml +52 -0
  123. package/.gemini/commands/tm/project-status.toml +67 -0
  124. package/.gemini/commands/tm/quick-install-taskmaster.toml +25 -0
  125. package/.gemini/commands/tm/remove-all-subtasks.toml +96 -0
  126. package/.gemini/commands/tm/remove-dependency.toml +65 -0
  127. package/.gemini/commands/tm/remove-subtask.toml +87 -0
  128. package/.gemini/commands/tm/remove-subtasks.toml +89 -0
  129. package/.gemini/commands/tm/remove-task.toml +110 -0
  130. package/.gemini/commands/tm/setup-models.toml +54 -0
  131. package/.gemini/commands/tm/show-task.toml +85 -0
  132. package/.gemini/commands/tm/smart-workflow.toml +58 -0
  133. package/.gemini/commands/tm/sync-readme.toml +120 -0
  134. package/.gemini/commands/tm/tm-main.toml +149 -0
  135. package/.gemini/commands/tm/to-cancelled.toml +58 -0
  136. package/.gemini/commands/tm/to-deferred.toml +50 -0
  137. package/.gemini/commands/tm/to-done.toml +47 -0
  138. package/.gemini/commands/tm/to-in-progress.toml +39 -0
  139. package/.gemini/commands/tm/to-pending.toml +35 -0
  140. package/.gemini/commands/tm/to-review.toml +43 -0
  141. package/.gemini/commands/tm/update-single-task.toml +122 -0
  142. package/.gemini/commands/tm/update-task.toml +75 -0
  143. package/.gemini/commands/tm/update-tasks-from-id.toml +111 -0
  144. package/.gemini/commands/tm/validate-dependencies.toml +74 -0
  145. package/.gemini/commands/tm/view-models.toml +54 -0
  146. package/.gemini/settings.json +20 -0
  147. package/.mcp.json +15 -0
  148. package/.taskmaster/CLAUDE.md +435 -0
  149. package/.taskmaster/config.json +44 -0
  150. package/.taskmaster/docs/prd.txt +584 -0
  151. package/.taskmaster/state.json +6 -0
  152. package/.taskmaster/tasks/tasks.json +304 -0
  153. package/.taskmaster/templates/example_prd.txt +47 -0
  154. package/.taskmaster/templates/example_prd_rpg.txt +511 -0
  155. package/CLAUDE.md +4 -138
  156. package/README.md +551 -0
  157. package/coverage/clover.xml +134 -22
  158. package/coverage/coverage-final.json +1 -1
  159. package/coverage/lcov-report/index.html +21 -21
  160. package/coverage/lcov-report/index.js.html +854 -29
  161. package/coverage/lcov.info +246 -39
  162. package/internal-docs/CLAUDE.md +139 -0
  163. package/internal-docs/NPM_DEPLOYMENT_GUIDE.md +203 -0
  164. package/internal-docs/OBSIDIAN_PROJECT_PROMPT.md +302 -0
  165. package/lib/index.d.ts +88 -0
  166. package/lib/index.js +275 -0
  167. package/package.json +11 -3
  168. /package/{DEPLOYMENT.md → internal-docs/DEPLOYMENT.md} +0 -0
  169. /package/{TEST_RESULTS.md → internal-docs/TEST_RESULTS.md} +0 -0
  170. /package/{TEST_SIMULATION.md → internal-docs/TEST_SIMULATION.md} +0 -0
@@ -0,0 +1,147 @@
1
+ Task Master Main
2
+ # Task Master Command Reference
3
+
4
+ Comprehensive command structure for Task Master integration with Claude Code.
5
+
6
+ ## Command Organization
7
+
8
+ Commands are organized hierarchically to match Task Master's CLI structure while providing enhanced Claude Code integration.
9
+
10
+ ## Project Setup & Configuration
11
+
12
+ ### `/taskmaster:init`
13
+ - `init-project` - Initialize new project (handles PRD files intelligently)
14
+ - `init-project-quick` - Quick setup with auto-confirmation (-y flag)
15
+
16
+ ### `/taskmaster:models`
17
+ - `view-models` - View current AI model configuration
18
+ - `setup-models` - Interactive model configuration
19
+ - `set-main` - Set primary generation model
20
+ - `set-research` - Set research model
21
+ - `set-fallback` - Set fallback model
22
+
23
+ ## Task Generation
24
+
25
+ ### `/taskmaster:parse-prd`
26
+ - `parse-prd` - Generate tasks from PRD document
27
+ - `parse-prd-with-research` - Enhanced parsing with research mode
28
+
29
+ ### `/taskmaster:generate`
30
+ - `generate-tasks` - Create individual task files from tasks.json
31
+
32
+ ## Task Management
33
+
34
+ ### `/taskmaster:list`
35
+ - `list-tasks` - Smart listing with natural language filters
36
+ - `list-tasks-with-subtasks` - Include subtasks in hierarchical view
37
+ - `list-tasks-by-status` - Filter by specific status
38
+
39
+ ### `/taskmaster:set-status`
40
+ - `to-pending` - Reset task to pending
41
+ - `to-in-progress` - Start working on task
42
+ - `to-done` - Mark task complete
43
+ - `to-review` - Submit for review
44
+ - `to-deferred` - Defer task
45
+ - `to-cancelled` - Cancel task
46
+
47
+ ### `/taskmaster:sync-readme`
48
+ - `sync-readme` - Export tasks to README.md with formatting
49
+
50
+ ### `/taskmaster:update`
51
+ - `update-task` - Update tasks with natural language
52
+ - `update-tasks-from-id` - Update multiple tasks from a starting point
53
+ - `update-single-task` - Update specific task
54
+
55
+ ### `/taskmaster:add-task`
56
+ - `add-task` - Add new task with AI assistance
57
+
58
+ ### `/taskmaster:remove-task`
59
+ - `remove-task` - Remove task with confirmation
60
+
61
+ ## Subtask Management
62
+
63
+ ### `/taskmaster:add-subtask`
64
+ - `add-subtask` - Add new subtask to parent
65
+ - `convert-task-to-subtask` - Convert existing task to subtask
66
+
67
+ ### `/taskmaster:remove-subtask`
68
+ - `remove-subtask` - Remove subtask (with optional conversion)
69
+
70
+ ### `/taskmaster:clear-subtasks`
71
+ - `clear-subtasks` - Clear subtasks from specific task
72
+ - `clear-all-subtasks` - Clear all subtasks globally
73
+
74
+ ## Task Analysis & Breakdown
75
+
76
+ ### `/taskmaster:analyze-complexity`
77
+ - `analyze-complexity` - Analyze and generate expansion recommendations
78
+
79
+ ### `/taskmaster:complexity-report`
80
+ - `complexity-report` - Display complexity analysis report
81
+
82
+ ### `/taskmaster:expand`
83
+ - `expand-task` - Break down specific task
84
+ - `expand-all-tasks` - Expand all eligible tasks
85
+ - `with-research` - Enhanced expansion
86
+
87
+ ## Task Navigation
88
+
89
+ ### `/taskmaster:next`
90
+ - `next-task` - Intelligent next task recommendation
91
+
92
+ ### `/taskmaster:show`
93
+ - `show-task` - Display detailed task information
94
+
95
+ ### `/taskmaster:status`
96
+ - `project-status` - Comprehensive project dashboard
97
+
98
+ ## Dependency Management
99
+
100
+ ### `/taskmaster:add-dependency`
101
+ - `add-dependency` - Add task dependency
102
+
103
+ ### `/taskmaster:remove-dependency`
104
+ - `remove-dependency` - Remove task dependency
105
+
106
+ ### `/taskmaster:validate-dependencies`
107
+ - `validate-dependencies` - Check for dependency issues
108
+
109
+ ### `/taskmaster:fix-dependencies`
110
+ - `fix-dependencies` - Automatically fix dependency problems
111
+
112
+ ## Workflows & Automation
113
+
114
+ ### `/taskmaster:workflows`
115
+ - `smart-workflow` - Context-aware intelligent workflow execution
116
+ - `command-pipeline` - Chain multiple commands together
117
+ - `auto-implement-tasks` - Advanced auto-implementation with code generation
118
+
119
+ ## Utilities
120
+
121
+ ### `/taskmaster:utils`
122
+ - `analyze-project` - Deep project analysis and insights
123
+
124
+ ### `/taskmaster:setup`
125
+ - `install-taskmaster` - Comprehensive installation guide
126
+ - `quick-install-taskmaster` - One-line global installation
127
+
128
+ ## Usage Patterns
129
+
130
+ ### Natural Language
131
+ Most commands accept natural language arguments:
132
+ ```
133
+ /taskmaster:add-task create user authentication system
134
+ /taskmaster:update mark all API tasks as high priority
135
+ /taskmaster:list show blocked tasks
136
+ ```
137
+
138
+ ### ID-Based Commands
139
+ Commands requiring IDs intelligently parse from $ARGUMENTS:
140
+ ```
141
+ /taskmaster:show 45
142
+ /taskmaster:expand 23
143
+ /taskmaster:set-status/to-done 67
144
+ ```
145
+
146
+ ### Smart Defaults
147
+ Commands provide intelligent defaults and suggestions based on context.
@@ -0,0 +1,58 @@
1
+ To Cancelled
2
+
3
+ Arguments: $ARGUMENTS
4
+ Cancel a task permanently.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Cancelling a Task
9
+
10
+ This status indicates a task is no longer needed and won't be completed.
11
+
12
+ ## Valid Reasons for Cancellation
13
+
14
+ - Requirements changed
15
+ - Feature deprecated
16
+ - Duplicate of another task
17
+ - Strategic pivot
18
+ - Technical approach invalidated
19
+
20
+ ## Pre-Cancellation Checks
21
+
22
+ 1. Confirm no critical dependencies
23
+ 2. Check for partial implementation
24
+ 3. Verify cancellation rationale
25
+ 4. Document lessons learned
26
+
27
+ ## Execution
28
+
29
+ ```bash
30
+ task-master set-status --id=$ARGUMENTS --status=cancelled
31
+ ```
32
+
33
+ ## Cancellation Impact
34
+
35
+ When cancelling:
36
+ 1. **Dependency Updates**
37
+ - Notify dependent tasks
38
+ - Update project scope
39
+ - Recalculate timelines
40
+
41
+ 2. **Clean-up Actions**
42
+ - Remove related branches
43
+ - Archive any work done
44
+ - Update documentation
45
+ - Close related issues
46
+
47
+ 3. **Learning Capture**
48
+ - Document why cancelled
49
+ - Note what was learned
50
+ - Update estimation models
51
+ - Prevent future duplicates
52
+
53
+ ## Historical Preservation
54
+
55
+ - Keep for reference
56
+ - Tag with cancellation reason
57
+ - Link to replacement if any
58
+ - Maintain audit trail
@@ -0,0 +1,50 @@
1
+ To Deferred
2
+
3
+ Arguments: $ARGUMENTS
4
+ Defer a task for later consideration.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Deferring a Task
9
+
10
+ This status indicates a task is valid but not currently actionable or prioritized.
11
+
12
+ ## Valid Reasons for Deferral
13
+
14
+ - Waiting for external dependencies
15
+ - Reprioritized for future sprint
16
+ - Blocked by technical limitations
17
+ - Resource constraints
18
+ - Strategic timing considerations
19
+
20
+ ## Execution
21
+
22
+ ```bash
23
+ task-master set-status --id=$ARGUMENTS --status=deferred
24
+ ```
25
+
26
+ ## Deferral Management
27
+
28
+ When deferring:
29
+ 1. **Document Reason**
30
+ - Capture why it's being deferred
31
+ - Set reactivation criteria
32
+ - Note any partial work completed
33
+
34
+ 2. **Impact Analysis**
35
+ - Check dependent tasks
36
+ - Update project timeline
37
+ - Notify affected stakeholders
38
+
39
+ 3. **Future Planning**
40
+ - Set review reminders
41
+ - Tag for specific milestone
42
+ - Preserve context for reactivation
43
+ - Link to blocking issues
44
+
45
+ ## Smart Tracking
46
+
47
+ - Monitor deferral duration
48
+ - Alert when criteria met
49
+ - Prevent scope creep
50
+ - Regular review cycles
@@ -0,0 +1,47 @@
1
+ To Done
2
+
3
+ Arguments: $ARGUMENTS
4
+ Mark a task as completed.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Completing a Task
9
+
10
+ This command validates task completion and updates project state intelligently.
11
+
12
+ ## Pre-Completion Checks
13
+
14
+ 1. Verify test strategy was followed
15
+ 2. Check if all subtasks are complete
16
+ 3. Validate acceptance criteria met
17
+ 4. Ensure code is committed
18
+
19
+ ## Execution
20
+
21
+ ```bash
22
+ task-master set-status --id=$ARGUMENTS --status=done
23
+ ```
24
+
25
+ ## Post-Completion Actions
26
+
27
+ 1. **Update Dependencies**
28
+ - Identify newly unblocked tasks
29
+ - Update sprint progress
30
+ - Recalculate project timeline
31
+
32
+ 2. **Documentation**
33
+ - Generate completion summary
34
+ - Update CLAUDE.md with learnings
35
+ - Log implementation approach
36
+
37
+ 3. **Next Steps**
38
+ - Show newly available tasks
39
+ - Suggest logical next task
40
+ - Update velocity metrics
41
+
42
+ ## Celebration & Learning
43
+
44
+ - Show impact of completion
45
+ - Display unblocked work
46
+ - Recognize achievement
47
+ - Capture lessons learned
@@ -0,0 +1,39 @@
1
+ To In Progress
2
+
3
+ Arguments: $ARGUMENTS
4
+ Start working on a task by setting its status to in-progress.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Starting Work on Task
9
+
10
+ This command does more than just change status - it prepares your environment for productive work.
11
+
12
+ ## Pre-Start Checks
13
+
14
+ 1. Verify dependencies are met
15
+ 2. Check if another task is already in-progress
16
+ 3. Ensure task details are complete
17
+ 4. Validate test strategy exists
18
+
19
+ ## Execution
20
+
21
+ ```bash
22
+ task-master set-status --id=$ARGUMENTS --status=in-progress
23
+ ```
24
+
25
+ ## Environment Setup
26
+
27
+ After setting to in-progress:
28
+ 1. Create/checkout appropriate git branch
29
+ 2. Open relevant documentation
30
+ 3. Set up test watchers if applicable
31
+ 4. Display task details and acceptance criteria
32
+ 5. Show similar completed tasks for reference
33
+
34
+ ## Smart Suggestions
35
+
36
+ - Estimated completion time based on complexity
37
+ - Related files from similar tasks
38
+ - Potential blockers to watch for
39
+ - Recommended first steps
@@ -0,0 +1,35 @@
1
+ To Pending
2
+
3
+ Arguments: $ARGUMENTS
4
+ Set a task's status to pending.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Setting Task to Pending
9
+
10
+ This moves a task back to the pending state, useful for:
11
+ - Resetting erroneously started tasks
12
+ - Deferring work that was prematurely begun
13
+ - Reorganizing sprint priorities
14
+
15
+ ## Execution
16
+
17
+ ```bash
18
+ task-master set-status --id=$ARGUMENTS --status=pending
19
+ ```
20
+
21
+ ## Validation
22
+
23
+ Before setting to pending:
24
+ - Warn if task is currently in-progress
25
+ - Check if this will block other tasks
26
+ - Suggest documenting why it's being reset
27
+ - Preserve any work already done
28
+
29
+ ## Smart Actions
30
+
31
+ After setting to pending:
32
+ - Update sprint planning if needed
33
+ - Notify about freed resources
34
+ - Suggest priority reassessment
35
+ - Log the status change with context
@@ -0,0 +1,43 @@
1
+ To Review
2
+
3
+ Arguments: $ARGUMENTS
4
+ Set a task's status to review.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ ## Marking Task for Review
9
+
10
+ This status indicates work is complete but needs verification before final approval.
11
+
12
+ ## When to Use Review Status
13
+
14
+ - Code complete but needs peer review
15
+ - Implementation done but needs testing
16
+ - Documentation written but needs proofreading
17
+ - Design complete but needs stakeholder approval
18
+
19
+ ## Execution
20
+
21
+ ```bash
22
+ task-master set-status --id=$ARGUMENTS --status=review
23
+ ```
24
+
25
+ ## Review Preparation
26
+
27
+ When setting to review:
28
+ 1. **Generate Review Checklist**
29
+ - Link to PR/MR if applicable
30
+ - Highlight key changes
31
+ - Note areas needing attention
32
+ - Include test results
33
+
34
+ 2. **Documentation**
35
+ - Update task with review notes
36
+ - Link relevant artifacts
37
+ - Specify reviewers if known
38
+
39
+ 3. **Smart Actions**
40
+ - Create review reminders
41
+ - Track review duration
42
+ - Suggest reviewers based on expertise
43
+ - Prepare rollback plan if needed
@@ -0,0 +1,122 @@
1
+ Update Single Task
2
+
3
+ Arguments: $ARGUMENTS
4
+ Update a single specific task with new information.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Parse task ID and update details.
9
+
10
+ ## Single Task Update
11
+
12
+ Precisely update one task with AI assistance to maintain consistency.
13
+
14
+ ## Argument Parsing
15
+
16
+ Natural language updates:
17
+ - "5: add caching requirement"
18
+ - "update 5 to include error handling"
19
+ - "task 5 needs rate limiting"
20
+ - "5 change priority to high"
21
+
22
+ ## Execution
23
+
24
+ ```bash
25
+ task-master update-task --id=<id> --prompt="<context>"
26
+ ```
27
+
28
+ ## Update Types
29
+
30
+ ### 1. **Content Updates**
31
+ - Enhance description
32
+ - Add requirements
33
+ - Clarify details
34
+ - Update acceptance criteria
35
+
36
+ ### 2. **Metadata Updates**
37
+ - Change priority
38
+ - Adjust time estimates
39
+ - Update complexity
40
+ - Modify dependencies
41
+
42
+ ### 3. **Strategic Updates**
43
+ - Revise approach
44
+ - Change test strategy
45
+ - Update implementation notes
46
+ - Adjust subtask needs
47
+
48
+ ## AI-Powered Updates
49
+
50
+ The AI:
51
+ 1. **Understands Context**
52
+ - Reads current task state
53
+ - Identifies update intent
54
+ - Maintains consistency
55
+ - Preserves important info
56
+
57
+ 2. **Applies Changes**
58
+ - Updates relevant fields
59
+ - Keeps style consistent
60
+ - Adds without removing
61
+ - Enhances clarity
62
+
63
+ 3. **Validates Results**
64
+ - Checks coherence
65
+ - Verifies completeness
66
+ - Maintains relationships
67
+ - Suggests related updates
68
+
69
+ ## Example Updates
70
+
71
+ ```
72
+ /taskmaster:update/single 5: add rate limiting
73
+ → Updating Task #5: "Implement API endpoints"
74
+
75
+ Current: Basic CRUD endpoints
76
+ Adding: Rate limiting requirements
77
+
78
+ Updated sections:
79
+ ✓ Description: Added rate limiting mention
80
+ ✓ Details: Added specific limits (100/min)
81
+ ✓ Test Strategy: Added rate limit tests
82
+ ✓ Complexity: Increased from 5 to 6
83
+ ✓ Time Estimate: Increased by 2 hours
84
+
85
+ Suggestion: Also update task #6 (API Gateway) for consistency?
86
+ ```
87
+
88
+ ## Smart Features
89
+
90
+ 1. **Incremental Updates**
91
+ - Adds without overwriting
92
+ - Preserves work history
93
+ - Tracks what changed
94
+ - Shows diff view
95
+
96
+ 2. **Consistency Checks**
97
+ - Related task alignment
98
+ - Subtask compatibility
99
+ - Dependency validity
100
+ - Timeline impact
101
+
102
+ 3. **Update History**
103
+ - Timestamp changes
104
+ - Track who/what updated
105
+ - Reason for update
106
+ - Previous versions
107
+
108
+ ## Field-Specific Updates
109
+
110
+ Quick syntax for specific fields:
111
+ - "5 priority:high" → Update priority only
112
+ - "5 add-time:4h" → Add to time estimate
113
+ - "5 status:review" → Change status
114
+ - "5 depends:3,4" → Add dependencies
115
+
116
+ ## Post-Update
117
+
118
+ - Show updated task
119
+ - Highlight changes
120
+ - Check related tasks
121
+ - Update suggestions
122
+ - Timeline adjustments
@@ -0,0 +1,75 @@
1
+ Update Task
2
+
3
+ Arguments: $ARGUMENTS
4
+ Update tasks with intelligent field detection and bulk operations.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Intelligent Task Updates
9
+
10
+ Parse arguments to determine update intent and execute smartly.
11
+
12
+ ### 1. **Natural Language Processing**
13
+
14
+ Understand update requests like:
15
+ - "mark 23 as done" → Update status to done
16
+ - "increase priority of 45" → Set priority to high
17
+ - "add dependency on 12 to task 34" → Add dependency
18
+ - "tasks 20-25 need review" → Bulk status update
19
+ - "all API tasks high priority" → Pattern-based update
20
+
21
+ ### 2. **Smart Field Detection**
22
+
23
+ Automatically detect what to update:
24
+ - Status keywords: done, complete, start, pause, review
25
+ - Priority changes: urgent, high, low, deprioritize
26
+ - Dependency updates: depends on, blocks, after
27
+ - Assignment: assign to, owner, responsible
28
+ - Time: estimate, spent, deadline
29
+
30
+ ### 3. **Bulk Operations**
31
+
32
+ Support for multiple task updates:
33
+ ```
34
+ Examples:
35
+ - "complete tasks 12, 15, 18"
36
+ - "all pending auth tasks to in-progress"
37
+ - "increase priority for tasks blocking 45"
38
+ - "defer all documentation tasks"
39
+ ```
40
+
41
+ ### 4. **Contextual Validation**
42
+
43
+ Before updating, check:
44
+ - Status transitions are valid
45
+ - Dependencies don't create cycles
46
+ - Priority changes make sense
47
+ - Bulk updates won't break project flow
48
+
49
+ Show preview:
50
+ ```
51
+ Update Preview:
52
+ ─────────────────
53
+ Tasks to update: #23, #24, #25
54
+ Change: status → in-progress
55
+ Impact: Will unblock tasks #30, #31
56
+ Warning: Task #24 has unmet dependencies
57
+ ```
58
+
59
+ ### 5. **Smart Suggestions**
60
+
61
+ Based on update:
62
+ - Completing task? → Show newly unblocked tasks
63
+ - Changing priority? → Show impact on sprint
64
+ - Adding dependency? → Check for conflicts
65
+ - Bulk update? → Show summary of changes
66
+
67
+ ### 6. **Workflow Integration**
68
+
69
+ After updates:
70
+ - Auto-update dependent task states
71
+ - Trigger status recalculation
72
+ - Update sprint/milestone progress
73
+ - Log changes with context
74
+
75
+ Result: Flexible, intelligent task updates with safety checks.