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,42 @@
1
+ description="List Tasks By Status"
2
+ prompt = """
3
+ List tasks filtered by a specific status.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ Parse the status from arguments and list only tasks matching that status.
8
+
9
+ ## Status Options
10
+ - `pending` - Not yet started
11
+ - `in-progress` - Currently being worked on
12
+ - `done` - Completed
13
+ - `review` - Awaiting review
14
+ - `deferred` - Postponed
15
+ - `cancelled` - Cancelled
16
+
17
+ ## Execution
18
+
19
+ Based on $ARGUMENTS, run:
20
+ ```bash
21
+ task-master list --status=$ARGUMENTS
22
+ ```
23
+
24
+ ## Enhanced Display
25
+
26
+ For the filtered results:
27
+ - Group by priority within the status
28
+ - Show time in current status
29
+ - Highlight tasks approaching deadlines
30
+ - Display blockers and dependencies
31
+ - Suggest next actions for each status group
32
+
33
+ ## Intelligent Insights
34
+
35
+ Based on the status filter:
36
+ - **Pending**: Show recommended start order
37
+ - **In-Progress**: Display idle time warnings
38
+ - **Done**: Show newly unblocked tasks
39
+ - **Review**: Indicate review duration
40
+ - **Deferred**: Show reactivation criteria
41
+ - **Cancelled**: Display impact analysis
42
+ """
@@ -0,0 +1,32 @@
1
+ description="List Tasks With Subtasks"
2
+ prompt = """
3
+ List all tasks including their subtasks in a hierarchical view.
4
+
5
+ This command shows all tasks with their nested subtasks, providing a complete project overview.
6
+
7
+ ## Execution
8
+
9
+ Run the Task Master list command with subtasks flag:
10
+ ```bash
11
+ task-master list --with-subtasks
12
+ ```
13
+
14
+ ## Enhanced Display
15
+
16
+ I'll organize the output to show:
17
+ - Parent tasks with clear indicators
18
+ - Nested subtasks with proper indentation
19
+ - Status badges for quick scanning
20
+ - Dependencies and blockers highlighted
21
+ - Progress indicators for tasks with subtasks
22
+
23
+ ## Smart Filtering
24
+
25
+ Based on the task hierarchy:
26
+ - Show completion percentage for parent tasks
27
+ - Highlight blocked subtask chains
28
+ - Group by functional areas
29
+ - Indicate critical path items
30
+
31
+ This gives you a complete tree view of your project structure.
32
+ """
@@ -0,0 +1,46 @@
1
+ description="List Tasks"
2
+ prompt = """
3
+ List tasks with intelligent argument parsing.
4
+
5
+ Parse arguments to determine filters and display options:
6
+ - Status: pending, in-progress, done, review, deferred, cancelled
7
+ - Priority: high, medium, low (or priority:high)
8
+ - Special: subtasks, tree, dependencies, blocked
9
+ - IDs: Direct numbers (e.g., "1,3,5" or "1-5")
10
+ - Complex: "pending high" = pending AND high priority
11
+
12
+ Arguments: $ARGUMENTS
13
+
14
+ Let me parse your request intelligently:
15
+
16
+ 1. **Detect Filter Intent**
17
+ - If arguments contain status keywords → filter by status
18
+ - If arguments contain priority → filter by priority
19
+ - If arguments contain "subtasks" → include subtasks
20
+ - If arguments contain "tree" → hierarchical view
21
+ - If arguments contain numbers → show specific tasks
22
+ - If arguments contain "blocked" → show blocked tasks only
23
+
24
+ 2. **Smart Combinations**
25
+ Examples of what I understand:
26
+ - "pending high" → pending tasks with high priority
27
+ - "done today" → tasks completed today
28
+ - "blocked" → tasks with unmet dependencies
29
+ - "1-5" → tasks 1 through 5
30
+ - "subtasks tree" → hierarchical view with subtasks
31
+
32
+ 3. **Execute Appropriate Query**
33
+ Based on parsed intent, run the most specific task-master command
34
+
35
+ 4. **Enhanced Display**
36
+ - Group by relevant criteria
37
+ - Show most important information first
38
+ - Use visual indicators for quick scanning
39
+ - Include relevant metrics
40
+
41
+ 5. **Intelligent Suggestions**
42
+ Based on what you're viewing, suggest next actions:
43
+ - Many pending? → Suggest priority order
44
+ - Many blocked? → Show dependency resolution
45
+ - Looking at specific tasks? → Show related tasks
46
+ """
@@ -0,0 +1,69 @@
1
+ description="Next Task"
2
+ prompt = """
3
+ Intelligently determine and prepare the next action based on comprehensive context.
4
+
5
+ This enhanced version of 'next' considers:
6
+ - Current task states
7
+ - Recent activity
8
+ - Time constraints
9
+ - Dependencies
10
+ - Your working patterns
11
+
12
+ Arguments: $ARGUMENTS
13
+
14
+ ## Intelligent Next Action
15
+
16
+ ### 1. **Context Gathering**
17
+ Let me analyze the current situation:
18
+ - Active tasks (in-progress)
19
+ - Recently completed tasks
20
+ - Blocked tasks
21
+ - Time since last activity
22
+ - Arguments provided: $ARGUMENTS
23
+
24
+ ### 2. **Smart Decision Tree**
25
+
26
+ **If you have an in-progress task:**
27
+ - Has it been idle > 2 hours? → Suggest resuming or switching
28
+ - Near completion? → Show remaining steps
29
+ - Blocked? → Find alternative task
30
+
31
+ **If no in-progress tasks:**
32
+ - Unblocked high-priority tasks? → Start highest
33
+ - Complex tasks need breakdown? → Suggest expansion
34
+ - All tasks blocked? → Show dependency resolution
35
+
36
+ **Special arguments handling:**
37
+ - "quick" → Find task < 2 hours
38
+ - "easy" → Find low complexity task
39
+ - "important" → Find high priority regardless of complexity
40
+ - "continue" → Resume last worked task
41
+
42
+ ### 3. **Preparation Workflow**
43
+
44
+ Based on selected task:
45
+ 1. Show full context and history
46
+ 2. Set up development environment
47
+ 3. Run relevant tests
48
+ 4. Open related files
49
+ 5. Show similar completed tasks
50
+ 6. Estimate completion time
51
+
52
+ ### 4. **Alternative Suggestions**
53
+
54
+ Always provide options:
55
+ - Primary recommendation
56
+ - Quick alternative (< 1 hour)
57
+ - Strategic option (unblocks most tasks)
58
+ - Learning option (new technology/skill)
59
+
60
+ ### 5. **Workflow Integration**
61
+
62
+ Seamlessly connect to:
63
+ - `/project:task-master:start [selected]`
64
+ - `/project:workflows:auto-implement`
65
+ - `/project:task-master:expand` (if complex)
66
+ - `/project:utils:complexity-report` (if unsure)
67
+
68
+ The goal: Zero friction from decision to implementation.
69
+ """
@@ -0,0 +1,51 @@
1
+ description="Parse PRD With Research"
2
+ prompt = """
3
+ Parse PRD with enhanced research mode for better task generation.
4
+
5
+ Arguments: $ARGUMENTS (PRD file path)
6
+
7
+ ## Research-Enhanced Parsing
8
+
9
+ Uses the research AI provider (typically Perplexity) for more comprehensive task generation with current best practices.
10
+
11
+ ## Execution
12
+
13
+ ```bash
14
+ task-master parse-prd --input=$ARGUMENTS --research
15
+ ```
16
+
17
+ ## Research Benefits
18
+
19
+ 1. **Current Best Practices**
20
+ - Latest framework patterns
21
+ - Security considerations
22
+ - Performance optimizations
23
+ - Accessibility requirements
24
+
25
+ 2. **Technical Deep Dive**
26
+ - Implementation approaches
27
+ - Library recommendations
28
+ - Architecture patterns
29
+ - Testing strategies
30
+
31
+ 3. **Comprehensive Coverage**
32
+ - Edge cases consideration
33
+ - Error handling tasks
34
+ - Monitoring setup
35
+ - Deployment tasks
36
+
37
+ ## Enhanced Output
38
+
39
+ Research mode typically:
40
+ - Generates more detailed tasks
41
+ - Includes industry standards
42
+ - Adds compliance considerations
43
+ - Suggests modern tooling
44
+
45
+ ## When to Use
46
+
47
+ - New technology domains
48
+ - Complex requirements
49
+ - Regulatory compliance needed
50
+ - Best practices crucial
51
+ """
@@ -0,0 +1,52 @@
1
+ description="Parse PRD"
2
+ prompt = """
3
+ Parse a PRD document to generate tasks.
4
+
5
+ Arguments: $ARGUMENTS (PRD file path)
6
+
7
+ ## Intelligent PRD Parsing
8
+
9
+ Analyzes your requirements document and generates a complete task breakdown.
10
+
11
+ ## Execution
12
+
13
+ ```bash
14
+ task-master parse-prd --input=$ARGUMENTS
15
+ ```
16
+
17
+ ## Parsing Process
18
+
19
+ 1. **Document Analysis**
20
+ - Extract key requirements
21
+ - Identify technical components
22
+ - Detect dependencies
23
+ - Estimate complexity
24
+
25
+ 2. **Task Generation**
26
+ - Create 10-15 tasks by default
27
+ - Include implementation tasks
28
+ - Add testing tasks
29
+ - Include documentation tasks
30
+ - Set logical dependencies
31
+
32
+ 3. **Smart Enhancements**
33
+ - Group related functionality
34
+ - Set appropriate priorities
35
+ - Add acceptance criteria
36
+ - Include test strategies
37
+
38
+ ## Options
39
+
40
+ Parse arguments for modifiers:
41
+ - Number after filename → `--num-tasks`
42
+ - `research` → Use research mode
43
+ - `comprehensive` → Generate more tasks
44
+
45
+ ## Post-Generation
46
+
47
+ After parsing:
48
+ 1. Display task summary
49
+ 2. Show dependency graph
50
+ 3. Suggest task expansion for complex items
51
+ 4. Recommend sprint planning
52
+ """
@@ -0,0 +1,67 @@
1
+ description="Project Status"
2
+ prompt = """
3
+ Enhanced status command with comprehensive project insights.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ ## Intelligent Status Overview
8
+
9
+ ### 1. **Executive Summary**
10
+ Quick dashboard view:
11
+ - 🏃 Active work (in-progress tasks)
12
+ - 📊 Progress metrics (% complete, velocity)
13
+ - 🚧 Blockers and risks
14
+ - ⏱️ Time analysis (estimated vs actual)
15
+ - 🎯 Sprint/milestone progress
16
+
17
+ ### 2. **Contextual Analysis**
18
+
19
+ Based on $ARGUMENTS, focus on:
20
+ - "sprint" → Current sprint progress and burndown
21
+ - "blocked" → Dependency chains and resolution paths
22
+ - "team" → Task distribution and workload
23
+ - "timeline" → Schedule adherence and projections
24
+ - "risk" → High complexity or overdue items
25
+
26
+ ### 3. **Smart Insights**
27
+
28
+ **Workflow Health:**
29
+ - Idle tasks (in-progress > 24h without updates)
30
+ - Bottlenecks (multiple tasks waiting on same dependency)
31
+ - Quick wins (low complexity, high impact)
32
+
33
+ **Predictive Analytics:**
34
+ - Completion projections based on velocity
35
+ - Risk of missing deadlines
36
+ - Recommended task order for optimal flow
37
+
38
+ ### 4. **Visual Intelligence**
39
+
40
+ Dynamic visualization based on data:
41
+ ```
42
+ Sprint Progress: ████████░░ 80% (16/20 tasks)
43
+ Velocity Trend: ↗️ +15% this week
44
+ Blocked Tasks: 🔴 3 critical path items
45
+
46
+ Priority Distribution:
47
+ High: ████████ 8 tasks (2 blocked)
48
+ Medium: ████░░░░ 4 tasks
49
+ Low: ██░░░░░░ 2 tasks
50
+ ```
51
+
52
+ ### 5. **Actionable Recommendations**
53
+
54
+ Based on analysis:
55
+ 1. **Immediate actions** (unblock critical path)
56
+ 2. **Today's focus** (optimal task sequence)
57
+ 3. **Process improvements** (recurring patterns)
58
+ 4. **Resource needs** (skills, time, dependencies)
59
+
60
+ ### 6. **Historical Context**
61
+
62
+ Compare to previous periods:
63
+ - Velocity changes
64
+ - Pattern recognition
65
+ - Improvement areas
66
+ - Success patterns to repeat
67
+ """
@@ -0,0 +1,25 @@
1
+ description="Quick Install TaskMaster"
2
+ prompt = """
3
+ Quick install Task Master globally if not already installed.
4
+
5
+ Execute this streamlined installation:
6
+
7
+ ```bash
8
+ # Check and install in one command
9
+ task-master --version 2>/dev/null || npm install -g task-master-ai
10
+
11
+ # Verify installation
12
+ task-master --version
13
+
14
+ # Quick setup check
15
+ task-master models --status || echo "Note: You'll need to set up an AI provider API key"
16
+ ```
17
+
18
+ If you see "command not found" after installation, you may need to:
19
+ 1. Restart your terminal
20
+ 2. Or add npm global bin to PATH: `export PATH=$(npm bin -g):$PATH`
21
+
22
+ Once installed, you can use all the Task Master commands!
23
+
24
+ Quick test: Run `/taskmaster:help` to see all available commands.
25
+ """
@@ -0,0 +1,96 @@
1
+ description="Remove All Subtasks"
2
+ prompt = """
3
+ Clear all subtasks from all tasks globally.
4
+
5
+ ## Global Subtask Clearing
6
+
7
+ Remove all subtasks across the entire project. Use with extreme caution.
8
+
9
+ ## Execution
10
+
11
+ ```bash
12
+ task-master clear-subtasks --all
13
+ ```
14
+
15
+ ## Pre-Clear Analysis
16
+
17
+ 1. **Project-Wide Summary**
18
+ ```
19
+ Global Subtask Summary
20
+ ━━━━━━━━━━━━━━━━━━━━
21
+ Total parent tasks: 12
22
+ Total subtasks: 47
23
+ - Completed: 15
24
+ - In-progress: 8
25
+ - Pending: 24
26
+
27
+ Work at risk: ~120 hours
28
+ ```
29
+
30
+ 2. **Critical Warnings**
31
+ - In-progress subtasks that will lose work
32
+ - Completed subtasks with valuable history
33
+ - Complex dependency chains
34
+ - Integration test results
35
+
36
+ ## Double Confirmation
37
+
38
+ ```
39
+ ⚠️ DESTRUCTIVE OPERATION WARNING ⚠️
40
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
41
+ This will remove ALL 47 subtasks from your project
42
+ Including 8 in-progress and 15 completed subtasks
43
+
44
+ This action CANNOT be undone
45
+
46
+ Type 'CLEAR ALL SUBTASKS' to confirm:
47
+ ```
48
+
49
+ ## Smart Safeguards
50
+
51
+ - Require explicit confirmation phrase
52
+ - Create automatic backup
53
+ - Log all removed data
54
+ - Option to export first
55
+
56
+ ## Use Cases
57
+
58
+ Valid reasons for global clear:
59
+ - Project restructuring
60
+ - Major pivot in approach
61
+ - Starting fresh breakdown
62
+ - Switching to different task organization
63
+
64
+ ## Process
65
+
66
+ 1. Full project analysis
67
+ 2. Create backup file
68
+ 3. Show detailed impact
69
+ 4. Require confirmation
70
+ 5. Execute removal
71
+ 6. Generate summary report
72
+
73
+ ## Alternative Suggestions
74
+
75
+ Before clearing all:
76
+ - Export subtasks to file
77
+ - Clear only pending subtasks
78
+ - Clear by task category
79
+ - Archive instead of delete
80
+
81
+ ## Post-Clear Report
82
+
83
+ ```
84
+ Global Subtask Clear Complete
85
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━
86
+ Removed: 47 subtasks from 12 tasks
87
+ Backup saved: .taskmaster/backup/subtasks-20240115.json
88
+ Parent tasks updated: 12
89
+ Time estimates adjusted: Yes
90
+
91
+ Next steps:
92
+ - Review updated task list
93
+ - Re-expand complex tasks as needed
94
+ - Check project timeline
95
+ ```
96
+ """
@@ -0,0 +1,65 @@
1
+ description="Remove Dependency"
2
+ prompt = """
3
+ Remove a dependency between tasks.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ Parse the task IDs to remove dependency relationship.
8
+
9
+ ## Removing Dependencies
10
+
11
+ Removes a dependency relationship, potentially unblocking tasks.
12
+
13
+ ## Argument Parsing
14
+
15
+ Parse natural language or IDs:
16
+ - "remove dependency between 5 and 3"
17
+ - "5 no longer needs 3"
18
+ - "unblock 5 from 3"
19
+ - "5 3" → remove dependency of 5 on 3
20
+
21
+ ## Execution
22
+
23
+ ```bash
24
+ task-master remove-dependency --id=<task-id> --depends-on=<dependency-id>
25
+ ```
26
+
27
+ ## Pre-Removal Checks
28
+
29
+ 1. **Verify dependency exists**
30
+ 2. **Check impact on task flow**
31
+ 3. **Warn if it breaks logical sequence**
32
+ 4. **Show what will be unblocked**
33
+
34
+ ## Smart Analysis
35
+
36
+ Before removing:
37
+ - Show why dependency might have existed
38
+ - Check if removal makes tasks executable
39
+ - Verify no critical path disruption
40
+ - Suggest alternative dependencies
41
+
42
+ ## Post-Removal
43
+
44
+ After removing:
45
+ 1. Show updated task status
46
+ 2. List newly unblocked tasks
47
+ 3. Update project timeline
48
+ 4. Suggest next actions
49
+
50
+ ## Safety Features
51
+
52
+ - Confirm if removing critical dependency
53
+ - Show tasks that become immediately actionable
54
+ - Warn about potential issues
55
+ - Keep removal history
56
+
57
+ ## Example
58
+
59
+ ```
60
+ /taskmaster:remove-dependency 5 from 3
61
+ → Removed: Task #5 no longer depends on #3
62
+ → Task #5 is now UNBLOCKED and ready to start
63
+ → Warning: Consider if #5 still needs #2 completed first
64
+ ```
65
+ """
@@ -0,0 +1,87 @@
1
+ description="Remove Subtask"
2
+ prompt = """
3
+ Remove a subtask from its parent task.
4
+
5
+ Arguments: $ARGUMENTS
6
+
7
+ Parse subtask ID to remove, with option to convert to standalone task.
8
+
9
+ ## Removing Subtasks
10
+
11
+ Remove a subtask and optionally convert it back to a standalone task.
12
+
13
+ ## Argument Parsing
14
+
15
+ - "remove subtask 5.1"
16
+ - "delete 5.1"
17
+ - "convert 5.1 to task" → remove and convert
18
+ - "5.1 standalone" → convert to standalone
19
+
20
+ ## Execution Options
21
+
22
+ ### 1. Delete Subtask
23
+ ```bash
24
+ task-master remove-subtask --id=<parentId.subtaskId>
25
+ ```
26
+
27
+ ### 2. Convert to Standalone
28
+ ```bash
29
+ task-master remove-subtask --id=<parentId.subtaskId> --convert
30
+ ```
31
+
32
+ ## Pre-Removal Checks
33
+
34
+ 1. **Validate Subtask**
35
+ - Verify subtask exists
36
+ - Check completion status
37
+ - Review dependencies
38
+
39
+ 2. **Impact Analysis**
40
+ - Other subtasks that depend on it
41
+ - Parent task implications
42
+ - Data that will be lost
43
+
44
+ ## Removal Process
45
+
46
+ ### For Deletion:
47
+ 1. Confirm if subtask has work done
48
+ 2. Update parent task estimates
49
+ 3. Remove subtask and its data
50
+ 4. Clean up dependencies
51
+
52
+ ### For Conversion:
53
+ 1. Assign new standalone task ID
54
+ 2. Preserve all task data
55
+ 3. Update dependency references
56
+ 4. Maintain task history
57
+
58
+ ## Smart Features
59
+
60
+ - Warn if subtask is in-progress
61
+ - Show impact on parent task
62
+ - Preserve important data
63
+ - Update related estimates
64
+
65
+ ## Example Flows
66
+
67
+ ```
68
+ /taskmaster:remove-subtask 5.1
69
+ → Warning: Subtask #5.1 is in-progress
70
+ → This will delete all subtask data
71
+ → Parent task #5 will be updated
72
+ Confirm deletion? (y/n)
73
+
74
+ /taskmaster:remove-subtask 5.1 convert
75
+ → Converting subtask #5.1 to standalone task #89
76
+ → Preserved: All task data and history
77
+ → Updated: 2 dependency references
78
+ → New task #89 is now independent
79
+ ```
80
+
81
+ ## Post-Removal
82
+
83
+ - Update parent task status
84
+ - Recalculate estimates
85
+ - Show updated hierarchy
86
+ - Suggest next actions
87
+ """