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