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
+ Add Dependency
2
+
3
+ Arguments: $ARGUMENTS
4
+ Add a dependency between tasks.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Parse the task IDs to establish dependency relationship.
9
+
10
+ ## Adding Dependencies
11
+
12
+ Creates a dependency where one task must be completed before another can start.
13
+
14
+ ## Argument Parsing
15
+
16
+ Parse natural language or IDs:
17
+ - "make 5 depend on 3" → task 5 depends on task 3
18
+ - "5 needs 3" → task 5 depends on task 3
19
+ - "5 3" → task 5 depends on task 3
20
+ - "5 after 3" → task 5 depends on task 3
21
+
22
+ ## Execution
23
+
24
+ ```bash
25
+ task-master add-dependency --id=<task-id> --depends-on=<dependency-id>
26
+ ```
27
+
28
+ ## Validation
29
+
30
+ Before adding:
31
+ 1. **Verify both tasks exist**
32
+ 2. **Check for circular dependencies**
33
+ 3. **Ensure dependency makes logical sense**
34
+ 4. **Warn if creating complex chains**
35
+
36
+ ## Smart Features
37
+
38
+ - Detect if dependency already exists
39
+ - Suggest related dependencies
40
+ - Show impact on task flow
41
+ - Update task priorities if needed
42
+
43
+ ## Post-Addition
44
+
45
+ After adding dependency:
46
+ 1. Show updated dependency graph
47
+ 2. Identify any newly blocked tasks
48
+ 3. Suggest task order changes
49
+ 4. Update project timeline
50
+
51
+ ## Example Flows
52
+
53
+ ```
54
+ /taskmaster:add-dependency 5 needs 3
55
+ → Task #5 now depends on Task #3
56
+ → Task #5 is now blocked until #3 completes
57
+ → Suggested: Also consider if #5 needs #4
58
+ ```
@@ -0,0 +1,79 @@
1
+ Add Subtask
2
+
3
+ Arguments: $ARGUMENTS
4
+ Add a subtask to a parent task.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Parse arguments to create a new subtask or convert existing task.
9
+
10
+ ## Adding Subtasks
11
+
12
+ Creates subtasks to break down complex parent tasks into manageable pieces.
13
+
14
+ ## Argument Parsing
15
+
16
+ Flexible natural language:
17
+ - "add subtask to 5: implement login form"
18
+ - "break down 5 with: setup, implement, test"
19
+ - "subtask for 5: handle edge cases"
20
+ - "5: validate user input" → adds subtask to task 5
21
+
22
+ ## Execution Modes
23
+
24
+ ### 1. Create New Subtask
25
+ ```bash
26
+ task-master add-subtask --parent=<id> --title="<title>" --description="<desc>"
27
+ ```
28
+
29
+ ### 2. Convert Existing Task
30
+ ```bash
31
+ task-master add-subtask --parent=<id> --task-id=<existing-id>
32
+ ```
33
+
34
+ ## Smart Features
35
+
36
+ 1. **Automatic Subtask Generation**
37
+ - If title contains "and" or commas, create multiple
38
+ - Suggest common subtask patterns
39
+ - Inherit parent's context
40
+
41
+ 2. **Intelligent Defaults**
42
+ - Priority based on parent
43
+ - Appropriate time estimates
44
+ - Logical dependencies between subtasks
45
+
46
+ 3. **Validation**
47
+ - Check parent task complexity
48
+ - Warn if too many subtasks
49
+ - Ensure subtask makes sense
50
+
51
+ ## Creation Process
52
+
53
+ 1. Parse parent task context
54
+ 2. Generate subtask with ID like "5.1"
55
+ 3. Set appropriate defaults
56
+ 4. Link to parent task
57
+ 5. Update parent's time estimate
58
+
59
+ ## Example Flows
60
+
61
+ ```
62
+ /taskmaster:add-subtask to 5: implement user authentication
63
+ → Created subtask #5.1: "implement user authentication"
64
+ → Parent task #5 now has 1 subtask
65
+ → Suggested next subtasks: tests, documentation
66
+
67
+ /taskmaster:add-subtask 5: setup, implement, test
68
+ → Created 3 subtasks:
69
+ #5.1: setup
70
+ #5.2: implement
71
+ #5.3: test
72
+ ```
73
+
74
+ ## Post-Creation
75
+
76
+ - Show updated task hierarchy
77
+ - Suggest logical next subtasks
78
+ - Update complexity estimates
79
+ - Recommend subtask order
@@ -0,0 +1,81 @@
1
+ Add Task
2
+
3
+ Arguments: $ARGUMENTS
4
+ Add new tasks with intelligent parsing and context awareness.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Smart Task Addition
9
+
10
+ Parse natural language to create well-structured tasks.
11
+
12
+ ### 1. **Input Understanding**
13
+
14
+ I'll intelligently parse your request:
15
+ - Natural language → Structured task
16
+ - Detect priority from keywords (urgent, ASAP, important)
17
+ - Infer dependencies from context
18
+ - Suggest complexity based on description
19
+ - Determine task type (feature, bug, refactor, test, docs)
20
+
21
+ ### 2. **Smart Parsing Examples**
22
+
23
+ **"Add urgent task to fix login bug"**
24
+ → Title: Fix login bug
25
+ → Priority: high
26
+ → Type: bug
27
+ → Suggested complexity: medium
28
+
29
+ **"Create task for API documentation after task 23 is done"**
30
+ → Title: API documentation
31
+ → Dependencies: [23]
32
+ → Type: documentation
33
+ → Priority: medium
34
+
35
+ **"Need to refactor auth module - depends on 12 and 15, high complexity"**
36
+ → Title: Refactor auth module
37
+ → Dependencies: [12, 15]
38
+ → Complexity: high
39
+ → Type: refactor
40
+
41
+ ### 3. **Context Enhancement**
42
+
43
+ Based on current project state:
44
+ - Suggest related existing tasks
45
+ - Warn about potential conflicts
46
+ - Recommend dependencies
47
+ - Propose subtasks if complex
48
+
49
+ ### 4. **Interactive Refinement**
50
+
51
+ ```yaml
52
+ Task Preview:
53
+ ─────────────
54
+ Title: [Extracted title]
55
+ Priority: [Inferred priority]
56
+ Dependencies: [Detected dependencies]
57
+ Complexity: [Estimated complexity]
58
+
59
+ Suggestions:
60
+ - Similar task #34 exists, consider as dependency?
61
+ - This seems complex, break into subtasks?
62
+ - Tasks #45-47 work on same module
63
+ ```
64
+
65
+ ### 5. **Validation & Creation**
66
+
67
+ Before creating:
68
+ - Validate dependencies exist
69
+ - Check for duplicates
70
+ - Ensure logical ordering
71
+ - Verify task completeness
72
+
73
+ ### 6. **Smart Defaults**
74
+
75
+ Intelligent defaults based on:
76
+ - Task type patterns
77
+ - Team conventions
78
+ - Historical data
79
+ - Current sprint/phase
80
+
81
+ Result: High-quality tasks from minimal input.
@@ -0,0 +1,124 @@
1
+ Analyze Complexity
2
+
3
+ Arguments: $ARGUMENTS
4
+ Analyze task complexity and generate expansion recommendations.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ Perform deep analysis of task complexity across the project.
9
+
10
+ ## Complexity Analysis
11
+
12
+ Uses AI to analyze tasks and recommend which ones need breakdown.
13
+
14
+ ## Execution Options
15
+
16
+ ```bash
17
+ task-master analyze-complexity [--research] [--threshold=5]
18
+ ```
19
+
20
+ ## Analysis Parameters
21
+
22
+ - `--research` → Use research AI for deeper analysis
23
+ - `--threshold=5` → Only flag tasks above complexity 5
24
+ - Default: Analyze all pending tasks
25
+
26
+ ## Analysis Process
27
+
28
+ ### 1. **Task Evaluation**
29
+ For each task, AI evaluates:
30
+ - Technical complexity
31
+ - Time requirements
32
+ - Dependency complexity
33
+ - Risk factors
34
+ - Knowledge requirements
35
+
36
+ ### 2. **Complexity Scoring**
37
+ Assigns score 1-10 based on:
38
+ - Implementation difficulty
39
+ - Integration challenges
40
+ - Testing requirements
41
+ - Unknown factors
42
+ - Technical debt risk
43
+
44
+ ### 3. **Recommendations**
45
+ For complex tasks:
46
+ - Suggest expansion approach
47
+ - Recommend subtask breakdown
48
+ - Identify risk areas
49
+ - Propose mitigation strategies
50
+
51
+ ## Smart Analysis Features
52
+
53
+ 1. **Pattern Recognition**
54
+ - Similar task comparisons
55
+ - Historical complexity accuracy
56
+ - Team velocity consideration
57
+ - Technology stack factors
58
+
59
+ 2. **Contextual Factors**
60
+ - Team expertise
61
+ - Available resources
62
+ - Timeline constraints
63
+ - Business criticality
64
+
65
+ 3. **Risk Assessment**
66
+ - Technical risks
67
+ - Timeline risks
68
+ - Dependency risks
69
+ - Knowledge gaps
70
+
71
+ ## Output Format
72
+
73
+ ```
74
+ Task Complexity Analysis Report
75
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
76
+
77
+ High Complexity Tasks (>7):
78
+ 📍 #5 "Implement real-time sync" - Score: 9/10
79
+ Factors: WebSocket complexity, state management, conflict resolution
80
+ Recommendation: Expand into 5-7 subtasks
81
+ Risks: Performance, data consistency
82
+
83
+ 📍 #12 "Migrate database schema" - Score: 8/10
84
+ Factors: Data migration, zero downtime, rollback strategy
85
+ Recommendation: Expand into 4-5 subtasks
86
+ Risks: Data loss, downtime
87
+
88
+ Medium Complexity Tasks (5-7):
89
+ 📍 #23 "Add export functionality" - Score: 6/10
90
+ Consider expansion if timeline tight
91
+
92
+ Low Complexity Tasks (<5):
93
+ ✅ 15 tasks - No expansion needed
94
+
95
+ Summary:
96
+ - Expand immediately: 2 tasks
97
+ - Consider expanding: 5 tasks
98
+ - Keep as-is: 15 tasks
99
+ ```
100
+
101
+ ## Actionable Output
102
+
103
+ For each high-complexity task:
104
+ 1. Complexity score with reasoning
105
+ 2. Specific expansion suggestions
106
+ 3. Risk mitigation approaches
107
+ 4. Recommended subtask structure
108
+
109
+ ## Integration
110
+
111
+ Results are:
112
+ - Saved to `.taskmaster/reports/complexity-analysis.md`
113
+ - Used by expand command
114
+ - Inform sprint planning
115
+ - Guide resource allocation
116
+
117
+ ## Next Steps
118
+
119
+ After analysis:
120
+ ```
121
+ /taskmaster:expand 5 # Expand specific task
122
+ /taskmaster:expand-all # Expand all recommended
123
+ /taskmaster:complexity-report # View detailed report
124
+ ```
@@ -0,0 +1,100 @@
1
+ Analyze Project
2
+
3
+ Arguments: $ARGUMENTS
4
+ Advanced project analysis with actionable insights and recommendations.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Comprehensive Project Analysis
9
+
10
+ Multi-dimensional analysis based on requested focus area.
11
+
12
+ ### 1. **Analysis Modes**
13
+
14
+ Based on $ARGUMENTS:
15
+ - "velocity" → Sprint velocity and trends
16
+ - "quality" → Code quality metrics
17
+ - "risk" → Risk assessment and mitigation
18
+ - "dependencies" → Dependency graph analysis
19
+ - "team" → Workload and skill distribution
20
+ - "architecture" → System design coherence
21
+ - Default → Full spectrum analysis
22
+
23
+ ### 2. **Velocity Analytics**
24
+
25
+ ```
26
+ 📊 Velocity Analysis
27
+ ━━━━━━━━━━━━━━━━━━━
28
+ Current Sprint: 24 points/week ↗️ +20%
29
+ Rolling Average: 20 points/week
30
+ Efficiency: 85% (17/20 tasks on time)
31
+
32
+ Bottlenecks Detected:
33
+ - Code review delays (avg 4h wait)
34
+ - Test environment availability
35
+ - Dependency on external team
36
+
37
+ Recommendations:
38
+ 1. Implement parallel review process
39
+ 2. Add staging environment
40
+ 3. Mock external dependencies
41
+ ```
42
+
43
+ ### 3. **Risk Assessment**
44
+
45
+ **Technical Risks**
46
+ - High complexity tasks without backup assignee
47
+ - Single points of failure in architecture
48
+ - Insufficient test coverage in critical paths
49
+ - Technical debt accumulation rate
50
+
51
+ **Project Risks**
52
+ - Critical path dependencies
53
+ - Resource availability gaps
54
+ - Deadline feasibility analysis
55
+ - Scope creep indicators
56
+
57
+ ### 4. **Dependency Intelligence**
58
+
59
+ Visual dependency analysis:
60
+ ```
61
+ Critical Path:
62
+ #12 → #15 → #23 → #45 → #50 (20 days)
63
+ ↘ #24 → #46 ↗
64
+
65
+ Optimization: Parallelize #15 and #24
66
+ Time Saved: 3 days
67
+ ```
68
+
69
+ ### 5. **Quality Metrics**
70
+
71
+ **Code Quality**
72
+ - Test coverage trends
73
+ - Complexity scores
74
+ - Technical debt ratio
75
+ - Review feedback patterns
76
+
77
+ **Process Quality**
78
+ - Rework frequency
79
+ - Bug introduction rate
80
+ - Time to resolution
81
+ - Knowledge distribution
82
+
83
+ ### 6. **Predictive Insights**
84
+
85
+ Based on patterns:
86
+ - Completion probability by deadline
87
+ - Resource needs projection
88
+ - Risk materialization likelihood
89
+ - Suggested interventions
90
+
91
+ ### 7. **Executive Dashboard**
92
+
93
+ High-level summary with:
94
+ - Health score (0-100)
95
+ - Top 3 risks
96
+ - Top 3 opportunities
97
+ - Recommended actions
98
+ - Success probability
99
+
100
+ Result: Data-driven decisions with clear action paths.
@@ -0,0 +1,100 @@
1
+ Auto Implement Tasks
2
+
3
+ Arguments: $ARGUMENTS
4
+ Enhanced auto-implementation with intelligent code generation and testing.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Intelligent Auto-Implementation
9
+
10
+ Advanced implementation with context awareness and quality checks.
11
+
12
+ ### 1. **Pre-Implementation Analysis**
13
+
14
+ Before starting:
15
+ - Analyze task complexity and requirements
16
+ - Check codebase patterns and conventions
17
+ - Identify similar completed tasks
18
+ - Assess test coverage needs
19
+ - Detect potential risks
20
+
21
+ ### 2. **Smart Implementation Strategy**
22
+
23
+ Based on task type and context:
24
+
25
+ **Feature Tasks**
26
+ 1. Research existing patterns
27
+ 2. Design component architecture
28
+ 3. Implement with tests
29
+ 4. Integrate with system
30
+ 5. Update documentation
31
+
32
+ **Bug Fix Tasks**
33
+ 1. Reproduce issue
34
+ 2. Identify root cause
35
+ 3. Implement minimal fix
36
+ 4. Add regression tests
37
+ 5. Verify side effects
38
+
39
+ **Refactoring Tasks**
40
+ 1. Analyze current structure
41
+ 2. Plan incremental changes
42
+ 3. Maintain test coverage
43
+ 4. Refactor step-by-step
44
+ 5. Verify behavior unchanged
45
+
46
+ ### 3. **Code Intelligence**
47
+
48
+ **Pattern Recognition**
49
+ - Learn from existing code
50
+ - Follow team conventions
51
+ - Use preferred libraries
52
+ - Match style guidelines
53
+
54
+ **Test-Driven Approach**
55
+ - Write tests first when possible
56
+ - Ensure comprehensive coverage
57
+ - Include edge cases
58
+ - Performance considerations
59
+
60
+ ### 4. **Progressive Implementation**
61
+
62
+ Step-by-step with validation:
63
+ ```
64
+ Step 1/5: Setting up component structure ✓
65
+ Step 2/5: Implementing core logic ✓
66
+ Step 3/5: Adding error handling ⚡ (in progress)
67
+ Step 4/5: Writing tests ⏳
68
+ Step 5/5: Integration testing ⏳
69
+
70
+ Current: Adding try-catch blocks and validation...
71
+ ```
72
+
73
+ ### 5. **Quality Assurance**
74
+
75
+ Automated checks:
76
+ - Linting and formatting
77
+ - Test execution
78
+ - Type checking
79
+ - Dependency validation
80
+ - Performance analysis
81
+
82
+ ### 6. **Smart Recovery**
83
+
84
+ If issues arise:
85
+ - Diagnostic analysis
86
+ - Suggestion generation
87
+ - Fallback strategies
88
+ - Manual intervention points
89
+ - Learning from failures
90
+
91
+ ### 7. **Post-Implementation**
92
+
93
+ After completion:
94
+ - Generate PR description
95
+ - Update documentation
96
+ - Log lessons learned
97
+ - Suggest follow-up tasks
98
+ - Update task relationships
99
+
100
+ Result: High-quality, production-ready implementations.
@@ -0,0 +1,80 @@
1
+ Command Pipeline
2
+
3
+ Arguments: $ARGUMENTS
4
+ Execute a pipeline of commands based on a specification.
5
+
6
+ Arguments: $ARGUMENTS
7
+
8
+ ## Command Pipeline Execution
9
+
10
+ Parse pipeline specification from arguments. Supported formats:
11
+
12
+ ### Simple Pipeline
13
+ `init → expand-all → sprint-plan`
14
+
15
+ ### Conditional Pipeline
16
+ `status → if:pending>10 → sprint-plan → else → next`
17
+
18
+ ### Iterative Pipeline
19
+ `for:pending-tasks → expand → complexity-check`
20
+
21
+ ### Smart Pipeline Patterns
22
+
23
+ **1. Project Setup Pipeline**
24
+ ```
25
+ init [prd] →
26
+ expand-all →
27
+ complexity-report →
28
+ sprint-plan →
29
+ show first-sprint
30
+ ```
31
+
32
+ **2. Daily Work Pipeline**
33
+ ```
34
+ standup →
35
+ if:in-progress → continue →
36
+ else → next → start
37
+ ```
38
+
39
+ **3. Task Completion Pipeline**
40
+ ```
41
+ complete [id] →
42
+ git-commit →
43
+ if:blocked-tasks-freed → show-freed →
44
+ next
45
+ ```
46
+
47
+ **4. Quality Check Pipeline**
48
+ ```
49
+ list in-progress →
50
+ for:each → check-idle-time →
51
+ if:idle>1day → prompt-update
52
+ ```
53
+
54
+ ### Pipeline Features
55
+
56
+ **Variables**
57
+ - Store results: `status → $count=pending-count`
58
+ - Use in conditions: `if:$count>10`
59
+ - Pass between commands: `expand $high-priority-tasks`
60
+
61
+ **Error Handling**
62
+ - On failure: `try:complete → catch:show-blockers`
63
+ - Skip on error: `optional:test-run`
64
+ - Retry logic: `retry:3:commit`
65
+
66
+ **Parallel Execution**
67
+ - Parallel branches: `[analyze | test | lint]`
68
+ - Join results: `parallel → join:report`
69
+
70
+ ### Execution Flow
71
+
72
+ 1. Parse pipeline specification
73
+ 2. Validate command sequence
74
+ 3. Execute with state passing
75
+ 4. Handle conditions and loops
76
+ 5. Aggregate results
77
+ 6. Show summary
78
+
79
+ This enables complex workflows like:
80
+ `parse-prd → expand-all → filter:complex>70 → assign:senior → sprint-plan:weighted`