jell-utils 0.0.18 → 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 (178) 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 +30 -0
  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/.releaserc.json +115 -0
  149. package/.taskmaster/CLAUDE.md +435 -0
  150. package/.taskmaster/config.json +44 -0
  151. package/.taskmaster/docs/prd.txt +584 -0
  152. package/.taskmaster/state.json +6 -0
  153. package/.taskmaster/tasks/tasks.json +304 -0
  154. package/.taskmaster/templates/example_prd.txt +47 -0
  155. package/.taskmaster/templates/example_prd_rpg.txt +511 -0
  156. package/CLAUDE.md +5 -0
  157. package/README.md +551 -0
  158. package/coverage/clover.xml +412 -0
  159. package/coverage/coverage-final.json +2 -0
  160. package/coverage/lcov-report/base.css +224 -0
  161. package/coverage/lcov-report/block-navigation.js +87 -0
  162. package/coverage/lcov-report/favicon.png +0 -0
  163. package/coverage/lcov-report/index.html +116 -0
  164. package/coverage/lcov-report/index.js.html +2884 -0
  165. package/coverage/lcov-report/prettify.css +1 -0
  166. package/coverage/lcov-report/prettify.js +2 -0
  167. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  168. package/coverage/lcov-report/sorter.js +196 -0
  169. package/coverage/lcov.info +896 -0
  170. package/internal-docs/CLAUDE.md +139 -0
  171. package/internal-docs/DEPLOYMENT.md +351 -0
  172. package/internal-docs/NPM_DEPLOYMENT_GUIDE.md +203 -0
  173. package/internal-docs/OBSIDIAN_PROJECT_PROMPT.md +302 -0
  174. package/internal-docs/TEST_RESULTS.md +153 -0
  175. package/internal-docs/TEST_SIMULATION.md +27 -0
  176. package/lib/index.d.ts +226 -39
  177. package/lib/index.js +767 -121
  178. package/package.json +54 -17
@@ -0,0 +1,58 @@
1
+ description="To Cancelled"
2
+ prompt = """
3
+ Cancel a task permanently.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Cancelling a Task
8
+
9
+ This status indicates a task is no longer needed and won't be completed.
10
+
11
+ ## Valid Reasons for Cancellation
12
+
13
+ - Requirements changed
14
+ - Feature deprecated
15
+ - Duplicate of another task
16
+ - Strategic pivot
17
+ - Technical approach invalidated
18
+
19
+ ## Pre-Cancellation Checks
20
+
21
+ 1. Confirm no critical dependencies
22
+ 2. Check for partial implementation
23
+ 3. Verify cancellation rationale
24
+ 4. Document lessons learned
25
+
26
+ ## Execution
27
+
28
+ ```bash
29
+ task-master set-status --id=$ARGUMENTS --status=cancelled
30
+ ```
31
+
32
+ ## Cancellation Impact
33
+
34
+ When cancelling:
35
+ 1. **Dependency Updates**
36
+ - Notify dependent tasks
37
+ - Update project scope
38
+ - Recalculate timelines
39
+
40
+ 2. **Clean-up Actions**
41
+ - Remove related branches
42
+ - Archive any work done
43
+ - Update documentation
44
+ - Close related issues
45
+
46
+ 3. **Learning Capture**
47
+ - Document why cancelled
48
+ - Note what was learned
49
+ - Update estimation models
50
+ - Prevent future duplicates
51
+
52
+ ## Historical Preservation
53
+
54
+ - Keep for reference
55
+ - Tag with cancellation reason
56
+ - Link to replacement if any
57
+ - Maintain audit trail
58
+ """
@@ -0,0 +1,50 @@
1
+ description="To Deferred"
2
+ prompt = """
3
+ Defer a task for later consideration.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Deferring a Task
8
+
9
+ This status indicates a task is valid but not currently actionable or prioritized.
10
+
11
+ ## Valid Reasons for Deferral
12
+
13
+ - Waiting for external dependencies
14
+ - Reprioritized for future sprint
15
+ - Blocked by technical limitations
16
+ - Resource constraints
17
+ - Strategic timing considerations
18
+
19
+ ## Execution
20
+
21
+ ```bash
22
+ task-master set-status --id=$ARGUMENTS --status=deferred
23
+ ```
24
+
25
+ ## Deferral Management
26
+
27
+ When deferring:
28
+ 1. **Document Reason**
29
+ - Capture why it's being deferred
30
+ - Set reactivation criteria
31
+ - Note any partial work completed
32
+
33
+ 2. **Impact Analysis**
34
+ - Check dependent tasks
35
+ - Update project timeline
36
+ - Notify affected stakeholders
37
+
38
+ 3. **Future Planning**
39
+ - Set review reminders
40
+ - Tag for specific milestone
41
+ - Preserve context for reactivation
42
+ - Link to blocking issues
43
+
44
+ ## Smart Tracking
45
+
46
+ - Monitor deferral duration
47
+ - Alert when criteria met
48
+ - Prevent scope creep
49
+ - Regular review cycles
50
+ """
@@ -0,0 +1,47 @@
1
+ description="To Done"
2
+ prompt = """
3
+ Mark a task as completed.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Completing a Task
8
+
9
+ This command validates task completion and updates project state intelligently.
10
+
11
+ ## Pre-Completion Checks
12
+
13
+ 1. Verify test strategy was followed
14
+ 2. Check if all subtasks are complete
15
+ 3. Validate acceptance criteria met
16
+ 4. Ensure code is committed
17
+
18
+ ## Execution
19
+
20
+ ```bash
21
+ task-master set-status --id=$ARGUMENTS --status=done
22
+ ```
23
+
24
+ ## Post-Completion Actions
25
+
26
+ 1. **Update Dependencies**
27
+ - Identify newly unblocked tasks
28
+ - Update sprint progress
29
+ - Recalculate project timeline
30
+
31
+ 2. **Documentation**
32
+ - Generate completion summary
33
+ - Update CLAUDE.md with learnings
34
+ - Log implementation approach
35
+
36
+ 3. **Next Steps**
37
+ - Show newly available tasks
38
+ - Suggest logical next task
39
+ - Update velocity metrics
40
+
41
+ ## Celebration & Learning
42
+
43
+ - Show impact of completion
44
+ - Display unblocked work
45
+ - Recognize achievement
46
+ - Capture lessons learned
47
+ """
@@ -0,0 +1,39 @@
1
+ description="To In Progress"
2
+ prompt = """
3
+ Start working on a task by setting its status to in-progress.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Starting Work on Task
8
+
9
+ This command does more than just change status - it prepares your environment for productive work.
10
+
11
+ ## Pre-Start Checks
12
+
13
+ 1. Verify dependencies are met
14
+ 2. Check if another task is already in-progress
15
+ 3. Ensure task details are complete
16
+ 4. Validate test strategy exists
17
+
18
+ ## Execution
19
+
20
+ ```bash
21
+ task-master set-status --id=$ARGUMENTS --status=in-progress
22
+ ```
23
+
24
+ ## Environment Setup
25
+
26
+ After setting to in-progress:
27
+ 1. Create/checkout appropriate git branch
28
+ 2. Open relevant documentation
29
+ 3. Set up test watchers if applicable
30
+ 4. Display task details and acceptance criteria
31
+ 5. Show similar completed tasks for reference
32
+
33
+ ## Smart Suggestions
34
+
35
+ - Estimated completion time based on complexity
36
+ - Related files from similar tasks
37
+ - Potential blockers to watch for
38
+ - Recommended first steps
39
+ """
@@ -0,0 +1,35 @@
1
+ description="To Pending"
2
+ prompt = """
3
+ Set a task's status to pending.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Setting Task to Pending
8
+
9
+ This moves a task back to the pending state, useful for:
10
+ - Resetting erroneously started tasks
11
+ - Deferring work that was prematurely begun
12
+ - Reorganizing sprint priorities
13
+
14
+ ## Execution
15
+
16
+ ```bash
17
+ task-master set-status --id=$ARGUMENTS --status=pending
18
+ ```
19
+
20
+ ## Validation
21
+
22
+ Before setting to pending:
23
+ - Warn if task is currently in-progress
24
+ - Check if this will block other tasks
25
+ - Suggest documenting why it's being reset
26
+ - Preserve any work already done
27
+
28
+ ## Smart Actions
29
+
30
+ After setting to pending:
31
+ - Update sprint planning if needed
32
+ - Notify about freed resources
33
+ - Suggest priority reassessment
34
+ - Log the status change with context
35
+ """
@@ -0,0 +1,43 @@
1
+ description="To Review"
2
+ prompt = """
3
+ Set a task's status to review.
4
+
5
+ Arguments: $ARGUMENTS (task ID)
6
+
7
+ ## Marking Task for Review
8
+
9
+ This status indicates work is complete but needs verification before final approval.
10
+
11
+ ## When to Use Review Status
12
+
13
+ - Code complete but needs peer review
14
+ - Implementation done but needs testing
15
+ - Documentation written but needs proofreading
16
+ - Design complete but needs stakeholder approval
17
+
18
+ ## Execution
19
+
20
+ ```bash
21
+ task-master set-status --id=$ARGUMENTS --status=review
22
+ ```
23
+
24
+ ## Review Preparation
25
+
26
+ When setting to review:
27
+ 1. **Generate Review Checklist**
28
+ - Link to PR/MR if applicable
29
+ - Highlight key changes
30
+ - Note areas needing attention
31
+ - Include test results
32
+
33
+ 2. **Documentation**
34
+ - Update task with review notes
35
+ - Link relevant artifacts
36
+ - Specify reviewers if known
37
+
38
+ 3. **Smart Actions**
39
+ - Create review reminders
40
+ - Track review duration
41
+ - Suggest reviewers based on expertise
42
+ - Prepare rollback plan if needed
43
+ """
@@ -0,0 +1,122 @@
1
+ description="Update Single Task"
2
+ prompt = """
3
+ Update a single specific task with new information.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ Parse task ID and update details.
8
+
9
+ ## Single Task Update
10
+
11
+ Precisely update one task with AI assistance to maintain consistency.
12
+
13
+ ## Argument Parsing
14
+
15
+ Natural language updates:
16
+ - "5: add caching requirement"
17
+ - "update 5 to include error handling"
18
+ - "task 5 needs rate limiting"
19
+ - "5 change priority to high"
20
+
21
+ ## Execution
22
+
23
+ ```bash
24
+ task-master update-task --id=<id> --prompt="<context>"
25
+ ```
26
+
27
+ ## Update Types
28
+
29
+ ### 1. **Content Updates**
30
+ - Enhance description
31
+ - Add requirements
32
+ - Clarify details
33
+ - Update acceptance criteria
34
+
35
+ ### 2. **Metadata Updates**
36
+ - Change priority
37
+ - Adjust time estimates
38
+ - Update complexity
39
+ - Modify dependencies
40
+
41
+ ### 3. **Strategic Updates**
42
+ - Revise approach
43
+ - Change test strategy
44
+ - Update implementation notes
45
+ - Adjust subtask needs
46
+
47
+ ## AI-Powered Updates
48
+
49
+ The AI:
50
+ 1. **Understands Context**
51
+ - Reads current task state
52
+ - Identifies update intent
53
+ - Maintains consistency
54
+ - Preserves important info
55
+
56
+ 2. **Applies Changes**
57
+ - Updates relevant fields
58
+ - Keeps style consistent
59
+ - Adds without removing
60
+ - Enhances clarity
61
+
62
+ 3. **Validates Results**
63
+ - Checks coherence
64
+ - Verifies completeness
65
+ - Maintains relationships
66
+ - Suggests related updates
67
+
68
+ ## Example Updates
69
+
70
+ ```
71
+ /taskmaster:update/single 5: add rate limiting
72
+ → Updating Task #5: "Implement API endpoints"
73
+
74
+ Current: Basic CRUD endpoints
75
+ Adding: Rate limiting requirements
76
+
77
+ Updated sections:
78
+ ✓ Description: Added rate limiting mention
79
+ ✓ Details: Added specific limits (100/min)
80
+ ✓ Test Strategy: Added rate limit tests
81
+ ✓ Complexity: Increased from 5 to 6
82
+ ✓ Time Estimate: Increased by 2 hours
83
+
84
+ Suggestion: Also update task #6 (API Gateway) for consistency?
85
+ ```
86
+
87
+ ## Smart Features
88
+
89
+ 1. **Incremental Updates**
90
+ - Adds without overwriting
91
+ - Preserves work history
92
+ - Tracks what changed
93
+ - Shows diff view
94
+
95
+ 2. **Consistency Checks**
96
+ - Related task alignment
97
+ - Subtask compatibility
98
+ - Dependency validity
99
+ - Timeline impact
100
+
101
+ 3. **Update History**
102
+ - Timestamp changes
103
+ - Track who/what updated
104
+ - Reason for update
105
+ - Previous versions
106
+
107
+ ## Field-Specific Updates
108
+
109
+ Quick syntax for specific fields:
110
+ - "5 priority:high" → Update priority only
111
+ - "5 add-time:4h" → Add to time estimate
112
+ - "5 status:review" → Change status
113
+ - "5 depends:3,4" → Add dependencies
114
+
115
+ ## Post-Update
116
+
117
+ - Show updated task
118
+ - Highlight changes
119
+ - Check related tasks
120
+ - Update suggestions
121
+ - Timeline adjustments
122
+ """
@@ -0,0 +1,75 @@
1
+ description="Update Task"
2
+ prompt = """
3
+ Update tasks with intelligent field detection and bulk operations.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ ## Intelligent Task Updates
8
+
9
+ Parse arguments to determine update intent and execute smartly.
10
+
11
+ ### 1. **Natural Language Processing**
12
+
13
+ Understand update requests like:
14
+ - "mark 23 as done" → Update status to done
15
+ - "increase priority of 45" → Set priority to high
16
+ - "add dependency on 12 to task 34" → Add dependency
17
+ - "tasks 20-25 need review" → Bulk status update
18
+ - "all API tasks high priority" → Pattern-based update
19
+
20
+ ### 2. **Smart Field Detection**
21
+
22
+ Automatically detect what to update:
23
+ - Status keywords: done, complete, start, pause, review
24
+ - Priority changes: urgent, high, low, deprioritize
25
+ - Dependency updates: depends on, blocks, after
26
+ - Assignment: assign to, owner, responsible
27
+ - Time: estimate, spent, deadline
28
+
29
+ ### 3. **Bulk Operations**
30
+
31
+ Support for multiple task updates:
32
+ ```
33
+ Examples:
34
+ - "complete tasks 12, 15, 18"
35
+ - "all pending auth tasks to in-progress"
36
+ - "increase priority for tasks blocking 45"
37
+ - "defer all documentation tasks"
38
+ ```
39
+
40
+ ### 4. **Contextual Validation**
41
+
42
+ Before updating, check:
43
+ - Status transitions are valid
44
+ - Dependencies don't create cycles
45
+ - Priority changes make sense
46
+ - Bulk updates won't break project flow
47
+
48
+ Show preview:
49
+ ```
50
+ Update Preview:
51
+ ─────────────────
52
+ Tasks to update: #23, #24, #25
53
+ Change: status → in-progress
54
+ Impact: Will unblock tasks #30, #31
55
+ Warning: Task #24 has unmet dependencies
56
+ ```
57
+
58
+ ### 5. **Smart Suggestions**
59
+
60
+ Based on update:
61
+ - Completing task? → Show newly unblocked tasks
62
+ - Changing priority? → Show impact on sprint
63
+ - Adding dependency? → Check for conflicts
64
+ - Bulk update? → Show summary of changes
65
+
66
+ ### 6. **Workflow Integration**
67
+
68
+ After updates:
69
+ - Auto-update dependent task states
70
+ - Trigger status recalculation
71
+ - Update sprint/milestone progress
72
+ - Log changes with context
73
+
74
+ Result: Flexible, intelligent task updates with safety checks.
75
+ """
@@ -0,0 +1,111 @@
1
+ description="Update Tasks From ID"
2
+ prompt = """
3
+ Update multiple tasks starting from a specific ID.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ Parse starting task ID and update context.
8
+
9
+ ## Bulk Task Updates
10
+
11
+ Update multiple related tasks based on new requirements or context changes.
12
+
13
+ ## Argument Parsing
14
+
15
+ - "from 5: add security requirements"
16
+ - "5 onwards: update API endpoints"
17
+ - "starting at 5: change to use new framework"
18
+
19
+ ## Execution
20
+
21
+ ```bash
22
+ task-master update --from=<id> --prompt="<context>"
23
+ ```
24
+
25
+ ## Update Process
26
+
27
+ ### 1. **Task Selection**
28
+ Starting from specified ID:
29
+ - Include the task itself
30
+ - Include all dependent tasks
31
+ - Include related subtasks
32
+ - Smart boundary detection
33
+
34
+ ### 2. **Context Application**
35
+ AI analyzes the update context and:
36
+ - Identifies what needs changing
37
+ - Maintains consistency
38
+ - Preserves completed work
39
+ - Updates related information
40
+
41
+ ### 3. **Intelligent Updates**
42
+ - Modify descriptions appropriately
43
+ - Update test strategies
44
+ - Adjust time estimates
45
+ - Revise dependencies if needed
46
+
47
+ ## Smart Features
48
+
49
+ 1. **Scope Detection**
50
+ - Find natural task groupings
51
+ - Identify related features
52
+ - Stop at logical boundaries
53
+ - Avoid over-updating
54
+
55
+ 2. **Consistency Maintenance**
56
+ - Keep naming conventions
57
+ - Preserve relationships
58
+ - Update cross-references
59
+ - Maintain task flow
60
+
61
+ 3. **Change Preview**
62
+ ```
63
+ Bulk Update Preview
64
+ ━━━━━━━━━━━━━━━━━━
65
+ Starting from: Task #5
66
+ Tasks to update: 8 tasks + 12 subtasks
67
+
68
+ Context: "add security requirements"
69
+
70
+ Changes will include:
71
+ - Add security sections to descriptions
72
+ - Update test strategies for security
73
+ - Add security-related subtasks where needed
74
+ - Adjust time estimates (+20% average)
75
+
76
+ Continue? (y/n)
77
+ ```
78
+
79
+ ## Example Updates
80
+
81
+ ```
82
+ /taskmaster:update-tasks-from-id 5: change database to PostgreSQL
83
+ → Analyzing impact starting from task #5
84
+ → Found 6 related tasks to update
85
+ → Updates will maintain consistency
86
+ → Preview changes? (y/n)
87
+
88
+ Applied updates:
89
+ ✓ Task #5: Updated connection logic references
90
+ ✓ Task #6: Changed migration approach
91
+ ✓ Task #7: Updated query syntax notes
92
+ ✓ Task #8: Revised testing strategy
93
+ ✓ Task #9: Updated deployment steps
94
+ ✓ Task #12: Changed backup procedures
95
+ ```
96
+
97
+ ## Safety Features
98
+
99
+ - Preview all changes
100
+ - Selective confirmation
101
+ - Rollback capability
102
+ - Change logging
103
+ - Validation checks
104
+
105
+ ## Post-Update
106
+
107
+ - Summary of changes
108
+ - Consistency verification
109
+ - Suggest review tasks
110
+ - Update timeline if needed
111
+ """
@@ -0,0 +1,74 @@
1
+ description="Validate Dependencies"
2
+ prompt = """
3
+ Validate all task dependencies for issues.
4
+
5
+ ## Dependency Validation
6
+
7
+ Comprehensive check for dependency problems across the entire project.
8
+
9
+ ## Execution
10
+
11
+ ```bash
12
+ task-master validate-dependencies
13
+ ```
14
+
15
+ ## Validation Checks
16
+
17
+ 1. **Circular Dependencies**
18
+ - A depends on B, B depends on A
19
+ - Complex circular chains
20
+ - Self-dependencies
21
+
22
+ 2. **Missing Dependencies**
23
+ - References to non-existent tasks
24
+ - Deleted task references
25
+ - Invalid task IDs
26
+
27
+ 3. **Logical Issues**
28
+ - Completed tasks depending on pending
29
+ - Cancelled tasks in dependency chains
30
+ - Impossible sequences
31
+
32
+ 4. **Complexity Warnings**
33
+ - Over-complex dependency chains
34
+ - Too many dependencies per task
35
+ - Bottleneck tasks
36
+
37
+ ## Smart Analysis
38
+
39
+ The validation provides:
40
+ - Visual dependency graph
41
+ - Critical path analysis
42
+ - Bottleneck identification
43
+ - Suggested optimizations
44
+
45
+ ## Report Format
46
+
47
+ ```
48
+ Dependency Validation Report
49
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━
50
+ ✅ No circular dependencies found
51
+ ⚠️ 2 warnings found:
52
+ - Task #23 has 7 dependencies (consider breaking down)
53
+ - Task #45 blocks 5 other tasks (potential bottleneck)
54
+ ❌ 1 error found:
55
+ - Task #67 depends on deleted task #66
56
+
57
+ Critical Path: #1 → #5 → #23 → #45 → #50 (15 days)
58
+ ```
59
+
60
+ ## Actionable Output
61
+
62
+ For each issue found:
63
+ - Clear description
64
+ - Impact assessment
65
+ - Suggested fix
66
+ - Command to resolve
67
+
68
+ ## Next Steps
69
+
70
+ After validation:
71
+ - Run `/taskmaster:fix-dependencies` to auto-fix
72
+ - Manually adjust problematic dependencies
73
+ - Rerun to verify fixes
74
+ """
@@ -0,0 +1,54 @@
1
+ description="View Models"
2
+ prompt = """
3
+ View current AI model configuration.
4
+
5
+ ## Model Configuration Display
6
+
7
+ Shows the currently configured AI providers and models for Task Master.
8
+
9
+ ## Execution
10
+
11
+ ```bash
12
+ task-master models
13
+ ```
14
+
15
+ ## Information Displayed
16
+
17
+ 1. **Main Provider**
18
+ - Model ID and name
19
+ - API key status (configured/missing)
20
+ - Usage: Primary task generation
21
+
22
+ 2. **Research Provider**
23
+ - Model ID and name
24
+ - API key status
25
+ - Usage: Enhanced research mode
26
+
27
+ 3. **Fallback Provider**
28
+ - Model ID and name
29
+ - API key status
30
+ - Usage: Backup when main fails
31
+
32
+ ## Visual Status
33
+
34
+ ```
35
+ Task Master AI Model Configuration
36
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
37
+ Main: ✅ claude-3-5-sonnet (configured)
38
+ Research: ✅ perplexity-sonar (configured)
39
+ Fallback: ⚠️ Not configured (optional)
40
+
41
+ Available Models:
42
+ - claude-3-5-sonnet
43
+ - gpt-4-turbo
44
+ - gpt-3.5-turbo
45
+ - perplexity-sonar
46
+ ```
47
+
48
+ ## Next Actions
49
+
50
+ Based on configuration:
51
+ - If missing API keys → Suggest setup
52
+ - If no research model → Explain benefits
53
+ - If all configured → Show usage tips
54
+ """