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,87 @@
1
+ Remove Subtask
2
+
3
+ Arguments: $ARGUMENTS
4
+ Remove a subtask from its parent task.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Parse subtask ID to remove, with option to convert to standalone task.
9
+
10
+ ## Removing Subtasks
11
+
12
+ Remove a subtask and optionally convert it back to a standalone task.
13
+
14
+ ## Argument Parsing
15
+
16
+ - "remove subtask 5.1"
17
+ - "delete 5.1"
18
+ - "convert 5.1 to task" → remove and convert
19
+ - "5.1 standalone" → convert to standalone
20
+
21
+ ## Execution Options
22
+
23
+ ### 1. Delete Subtask
24
+ ```bash
25
+ task-master remove-subtask --id=<parentId.subtaskId>
26
+ ```
27
+
28
+ ### 2. Convert to Standalone
29
+ ```bash
30
+ task-master remove-subtask --id=<parentId.subtaskId> --convert
31
+ ```
32
+
33
+ ## Pre-Removal Checks
34
+
35
+ 1. **Validate Subtask**
36
+ - Verify subtask exists
37
+ - Check completion status
38
+ - Review dependencies
39
+
40
+ 2. **Impact Analysis**
41
+ - Other subtasks that depend on it
42
+ - Parent task implications
43
+ - Data that will be lost
44
+
45
+ ## Removal Process
46
+
47
+ ### For Deletion:
48
+ 1. Confirm if subtask has work done
49
+ 2. Update parent task estimates
50
+ 3. Remove subtask and its data
51
+ 4. Clean up dependencies
52
+
53
+ ### For Conversion:
54
+ 1. Assign new standalone task ID
55
+ 2. Preserve all task data
56
+ 3. Update dependency references
57
+ 4. Maintain task history
58
+
59
+ ## Smart Features
60
+
61
+ - Warn if subtask is in-progress
62
+ - Show impact on parent task
63
+ - Preserve important data
64
+ - Update related estimates
65
+
66
+ ## Example Flows
67
+
68
+ ```
69
+ /taskmaster:remove-subtask 5.1
70
+ → Warning: Subtask #5.1 is in-progress
71
+ → This will delete all subtask data
72
+ → Parent task #5 will be updated
73
+ Confirm deletion? (y/n)
74
+
75
+ /taskmaster:remove-subtask 5.1 convert
76
+ → Converting subtask #5.1 to standalone task #89
77
+ → Preserved: All task data and history
78
+ → Updated: 2 dependency references
79
+ → New task #89 is now independent
80
+ ```
81
+
82
+ ## Post-Removal
83
+
84
+ - Update parent task status
85
+ - Recalculate estimates
86
+ - Show updated hierarchy
87
+ - Suggest next actions
@@ -0,0 +1,89 @@
1
+ Remove Subtasks
2
+
3
+ Arguments: $ARGUMENTS
4
+ Clear all subtasks from a specific task.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ Remove all subtasks from a parent task at once.
9
+
10
+ ## Clearing Subtasks
11
+
12
+ Bulk removal of all subtasks from a parent task.
13
+
14
+ ## Execution
15
+
16
+ ```bash
17
+ task-master remove-subtasks --id=$ARGUMENTS
18
+ ```
19
+
20
+ ## Pre-Clear Analysis
21
+
22
+ 1. **Subtask Summary**
23
+ - Number of subtasks
24
+ - Completion status of each
25
+ - Work already done
26
+ - Dependencies affected
27
+
28
+ 2. **Impact Assessment**
29
+ - Data that will be lost
30
+ - Dependencies to be removed
31
+ - Effect on project timeline
32
+ - Parent task implications
33
+
34
+ ## Confirmation Required
35
+
36
+ ```
37
+ Remove Subtasks Confirmation
38
+ ━━━━━━━━━━━━━━━━━━━━━━━━━
39
+ Parent Task: #5 "Implement user authentication"
40
+ Subtasks to remove: 4
41
+ - #5.1 "Setup auth framework" (done)
42
+ - #5.2 "Create login form" (in-progress)
43
+ - #5.3 "Add validation" (pending)
44
+ - #5.4 "Write tests" (pending)
45
+
46
+ ⚠️ This will permanently delete all subtask data
47
+ Continue? (y/n)
48
+ ```
49
+
50
+ ## Smart Features
51
+
52
+ - Option to convert to standalone tasks
53
+ - Backup task data before clearing
54
+ - Preserve completed work history
55
+ - Update parent task appropriately
56
+
57
+ ## Process
58
+
59
+ 1. List all subtasks for confirmation
60
+ 2. Check for in-progress work
61
+ 3. Remove all subtasks
62
+ 4. Update parent task
63
+ 5. Clean up dependencies
64
+
65
+ ## Alternative Options
66
+
67
+ Suggest alternatives:
68
+ - Convert important subtasks to tasks
69
+ - Keep completed subtasks
70
+ - Archive instead of delete
71
+ - Export subtask data first
72
+
73
+ ## Post-Clear
74
+
75
+ - Show updated parent task
76
+ - Recalculate time estimates
77
+ - Update task complexity
78
+ - Suggest next steps
79
+
80
+ ## Example
81
+
82
+ ```
83
+ /taskmaster:remove-subtasks 5
84
+ → Found 4 subtasks to remove
85
+ → Warning: Subtask #5.2 is in-progress
86
+ → Cleared all subtasks from task #5
87
+ → Updated parent task estimates
88
+ → Suggestion: Consider re-expanding with better breakdown
89
+ ```
@@ -0,0 +1,110 @@
1
+ Remove Task
2
+
3
+ Arguments: $ARGUMENTS
4
+ Remove a task permanently from the project.
5
+
6
+ Arguments: $ARGUMENTS (task ID)
7
+
8
+ Delete a task and handle all its relationships properly.
9
+
10
+ ## Task Removal
11
+
12
+ Permanently removes a task while maintaining project integrity.
13
+
14
+ ## Argument Parsing
15
+
16
+ - "remove task 5"
17
+ - "delete 5"
18
+ - "5" → remove task 5
19
+ - Can include "-y" for auto-confirm
20
+
21
+ ## Execution
22
+
23
+ ```bash
24
+ task-master remove-task --id=<id> [-y]
25
+ ```
26
+
27
+ ## Pre-Removal Analysis
28
+
29
+ 1. **Task Details**
30
+ - Current status
31
+ - Work completed
32
+ - Time invested
33
+ - Associated data
34
+
35
+ 2. **Relationship Check**
36
+ - Tasks that depend on this
37
+ - Dependencies this task has
38
+ - Subtasks that will be removed
39
+ - Blocking implications
40
+
41
+ 3. **Impact Assessment**
42
+ ```
43
+ Task Removal Impact
44
+ ━━━━━━━━━━━━━━━━━━
45
+ Task: #5 "Implement authentication" (in-progress)
46
+ Status: 60% complete (~8 hours work)
47
+
48
+ Will affect:
49
+ - 3 tasks depend on this (will be blocked)
50
+ - Has 4 subtasks (will be deleted)
51
+ - Part of critical path
52
+
53
+ ⚠️ This action cannot be undone
54
+ ```
55
+
56
+ ## Smart Warnings
57
+
58
+ - Warn if task is in-progress
59
+ - Show dependent tasks that will be blocked
60
+ - Highlight if part of critical path
61
+ - Note any completed work being lost
62
+
63
+ ## Removal Process
64
+
65
+ 1. Show comprehensive impact
66
+ 2. Require confirmation (unless -y)
67
+ 3. Update dependent task references
68
+ 4. Remove task and subtasks
69
+ 5. Clean up orphaned dependencies
70
+ 6. Log removal with timestamp
71
+
72
+ ## Alternative Actions
73
+
74
+ Suggest before deletion:
75
+ - Mark as cancelled instead
76
+ - Convert to documentation
77
+ - Archive task data
78
+ - Transfer work to another task
79
+
80
+ ## Post-Removal
81
+
82
+ - List affected tasks
83
+ - Show broken dependencies
84
+ - Update project statistics
85
+ - Suggest dependency fixes
86
+ - Recalculate timeline
87
+
88
+ ## Example Flows
89
+
90
+ ```
91
+ /taskmaster:remove-task 5
92
+ → Task #5 is in-progress with 8 hours logged
93
+ → 3 other tasks depend on this
94
+ → Suggestion: Mark as cancelled instead?
95
+ Remove anyway? (y/n)
96
+
97
+ /taskmaster:remove-task 5 -y
98
+ → Removed: Task #5 and 4 subtasks
99
+ → Updated: 3 task dependencies
100
+ → Warning: Tasks #7, #8, #9 now have missing dependency
101
+ → Run /taskmaster:fix-dependencies to resolve
102
+ ```
103
+
104
+ ## Safety Features
105
+
106
+ - Confirmation required
107
+ - Impact preview
108
+ - Removal logging
109
+ - Suggest alternatives
110
+ - No cascade delete of dependents
@@ -0,0 +1,52 @@
1
+ Setup Models
2
+ Run interactive setup to configure AI models.
3
+
4
+ ## Interactive Model Configuration
5
+
6
+ Guides you through setting up AI providers for Task Master.
7
+
8
+ ## Execution
9
+
10
+ ```bash
11
+ task-master models --setup
12
+ ```
13
+
14
+ ## Setup Process
15
+
16
+ 1. **Environment Check**
17
+ - Detect existing API keys
18
+ - Show current configuration
19
+ - Identify missing providers
20
+
21
+ 2. **Provider Selection**
22
+ - Choose main provider (required)
23
+ - Select research provider (recommended)
24
+ - Configure fallback (optional)
25
+
26
+ 3. **API Key Configuration**
27
+ - Prompt for missing keys
28
+ - Validate key format
29
+ - Test connectivity
30
+ - Save configuration
31
+
32
+ ## Smart Recommendations
33
+
34
+ Based on your needs:
35
+ - **For best results**: Claude + Perplexity
36
+ - **Budget conscious**: GPT-3.5 + Perplexity
37
+ - **Maximum capability**: GPT-4 + Perplexity + Claude fallback
38
+
39
+ ## Configuration Storage
40
+
41
+ Keys can be stored in:
42
+ 1. Environment variables (recommended)
43
+ 2. `.env` file in project
44
+ 3. Global `.taskmaster/config`
45
+
46
+ ## Post-Setup
47
+
48
+ After configuration:
49
+ - Test each provider
50
+ - Show usage examples
51
+ - Suggest next steps
52
+ - Verify parse-prd works
@@ -0,0 +1,85 @@
1
+ Show Task
2
+
3
+ Arguments: $ARGUMENTS
4
+ Show detailed task information with rich context and insights.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Enhanced Task Display
9
+
10
+ Parse arguments to determine what to show and how.
11
+
12
+ ### 1. **Smart Task Selection**
13
+
14
+ Based on $ARGUMENTS:
15
+ - Number → Show specific task with full context
16
+ - "current" → Show active in-progress task(s)
17
+ - "next" → Show recommended next task
18
+ - "blocked" → Show all blocked tasks with reasons
19
+ - "critical" → Show critical path tasks
20
+ - Multiple IDs → Comparative view
21
+
22
+ ### 2. **Contextual Information**
23
+
24
+ For each task, intelligently include:
25
+
26
+ **Core Details**
27
+ - Full task information (id, title, description, details)
28
+ - Current status with history
29
+ - Test strategy and acceptance criteria
30
+ - Priority and complexity analysis
31
+
32
+ **Relationships**
33
+ - Dependencies (what it needs)
34
+ - Dependents (what needs it)
35
+ - Parent/subtask hierarchy
36
+ - Related tasks (similar work)
37
+
38
+ **Time Intelligence**
39
+ - Created/updated timestamps
40
+ - Time in current status
41
+ - Estimated vs actual time
42
+ - Historical completion patterns
43
+
44
+ ### 3. **Visual Enhancements**
45
+
46
+ ```
47
+ 📋 Task #45: Implement User Authentication
48
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
49
+ Status: 🟡 in-progress (2 hours)
50
+ Priority: 🔴 High | Complexity: 73/100
51
+
52
+ Dependencies: ✅ #41, ✅ #42, ⏳ #43 (blocked)
53
+ Blocks: #46, #47, #52
54
+
55
+ Progress: ████████░░ 80% complete
56
+
57
+ Recent Activity:
58
+ - 2h ago: Status changed to in-progress
59
+ - 4h ago: Dependency #42 completed
60
+ - Yesterday: Task expanded with 3 subtasks
61
+ ```
62
+
63
+ ### 4. **Intelligent Insights**
64
+
65
+ Based on task analysis:
66
+ - **Risk Assessment**: Complexity vs time remaining
67
+ - **Bottleneck Analysis**: Is this blocking critical work?
68
+ - **Recommendation**: Suggested approach or concerns
69
+ - **Similar Tasks**: How others completed similar work
70
+
71
+ ### 5. **Action Suggestions**
72
+
73
+ Context-aware next steps:
74
+ - If blocked → Show how to unblock
75
+ - If complex → Suggest expansion
76
+ - If in-progress → Show completion checklist
77
+ - If done → Show dependent tasks ready to start
78
+
79
+ ### 6. **Multi-Task View**
80
+
81
+ When showing multiple tasks:
82
+ - Common dependencies
83
+ - Optimal completion order
84
+ - Parallel work opportunities
85
+ - Combined complexity analysis
@@ -0,0 +1,58 @@
1
+ Smart Workflow
2
+
3
+ Arguments: $ARGUMENTS
4
+ Execute an intelligent workflow based on current project state and recent commands.
5
+
6
+ This command analyzes:
7
+ 1. Recent commands you've run
8
+ 2. Current project state
9
+ 3. Time of day / day of week
10
+ 4. Your working patterns
11
+
12
+ Arguments: $ARGUMENTS
13
+
14
+ ## Intelligent Workflow Selection
15
+
16
+ Based on context, I'll determine the best workflow:
17
+
18
+ ### Context Analysis
19
+ - Previous command executed
20
+ - Current task states
21
+ - Unfinished work from last session
22
+ - Your typical patterns
23
+
24
+ ### Smart Execution
25
+
26
+ If last command was:
27
+ - `status` → Likely starting work → Run daily standup
28
+ - `complete` → Task finished → Find next task
29
+ - `list pending` → Planning → Suggest sprint planning
30
+ - `expand` → Breaking down work → Show complexity analysis
31
+ - `init` → New project → Show onboarding workflow
32
+
33
+ If no recent commands:
34
+ - Morning? → Daily standup workflow
35
+ - Many pending tasks? → Sprint planning
36
+ - Tasks blocked? → Dependency resolution
37
+ - Friday? → Weekly review
38
+
39
+ ### Workflow Composition
40
+
41
+ I'll chain appropriate commands:
42
+ 1. Analyze current state
43
+ 2. Execute primary workflow
44
+ 3. Suggest follow-up actions
45
+ 4. Prepare environment for coding
46
+
47
+ ### Learning Mode
48
+
49
+ This command learns from your patterns:
50
+ - Track command sequences
51
+ - Note time preferences
52
+ - Remember common workflows
53
+ - Adapt to your style
54
+
55
+ Example flows detected:
56
+ - Morning: standup → next → start
57
+ - After lunch: status → continue task
58
+ - End of day: complete → commit → status
@@ -0,0 +1,120 @@
1
+ Sync README
2
+
3
+ Arguments: $ARGUMENTS
4
+ Export tasks to README.md with professional formatting.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Generate a well-formatted README with current task information.
9
+
10
+ ## README Synchronization
11
+
12
+ Creates or updates README.md with beautifully formatted task information.
13
+
14
+ ## Argument Parsing
15
+
16
+ Optional filters:
17
+ - "pending" → Only pending tasks
18
+ - "with-subtasks" → Include subtask details
19
+ - "by-priority" → Group by priority
20
+ - "sprint" → Current sprint only
21
+
22
+ ## Execution
23
+
24
+ ```bash
25
+ task-master sync-readme [--with-subtasks] [--status=<status>]
26
+ ```
27
+
28
+ ## README Generation
29
+
30
+ ### 1. **Project Header**
31
+ ```markdown
32
+ # Project Name
33
+
34
+ ## 📋 Task Progress
35
+
36
+ Last Updated: 2024-01-15 10:30 AM
37
+
38
+ ### Summary
39
+ - Total Tasks: 45
40
+ - Completed: 15 (33%)
41
+ - In Progress: 5 (11%)
42
+ - Pending: 25 (56%)
43
+ ```
44
+
45
+ ### 2. **Task Sections**
46
+ Organized by status or priority:
47
+ - Progress indicators
48
+ - Task descriptions
49
+ - Dependencies noted
50
+ - Time estimates
51
+
52
+ ### 3. **Visual Elements**
53
+ - Progress bars
54
+ - Status badges
55
+ - Priority indicators
56
+ - Completion checkmarks
57
+
58
+ ## Smart Features
59
+
60
+ 1. **Intelligent Grouping**
61
+ - By feature area
62
+ - By sprint/milestone
63
+ - By assigned developer
64
+ - By priority
65
+
66
+ 2. **Progress Tracking**
67
+ - Overall completion
68
+ - Sprint velocity
69
+ - Burndown indication
70
+ - Time tracking
71
+
72
+ 3. **Formatting Options**
73
+ - GitHub-flavored markdown
74
+ - Task checkboxes
75
+ - Collapsible sections
76
+ - Table format available
77
+
78
+ ## Example Output
79
+
80
+ ```markdown
81
+ ## 🚀 Current Sprint
82
+
83
+ ### In Progress
84
+ - [ ] 🔄 #5 **Implement user authentication** (60% complete)
85
+ - Dependencies: API design (#3 ✅)
86
+ - Subtasks: 4 (2 completed)
87
+ - Est: 8h / Spent: 5h
88
+
89
+ ### Pending (High Priority)
90
+ - [ ] ⚡ #8 **Create dashboard UI**
91
+ - Blocked by: #5
92
+ - Complexity: High
93
+ - Est: 12h
94
+ ```
95
+
96
+ ## Customization
97
+
98
+ Based on arguments:
99
+ - Include/exclude sections
100
+ - Detail level control
101
+ - Custom grouping
102
+ - Filter by criteria
103
+
104
+ ## Post-Sync
105
+
106
+ After generation:
107
+ 1. Show diff preview
108
+ 2. Backup existing README
109
+ 3. Write new content
110
+ 4. Commit reminder
111
+ 5. Update timestamp
112
+
113
+ ## Integration
114
+
115
+ Works well with:
116
+ - Git workflows
117
+ - CI/CD pipelines
118
+ - Project documentation
119
+ - Team updates
120
+ - Client reports