jell-utils 0.1.0 → 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.
- package/.claude/commands/tm/add-dependency.md +58 -0
- package/.claude/commands/tm/add-subtask.md +79 -0
- package/.claude/commands/tm/add-task.md +81 -0
- package/.claude/commands/tm/analyze-complexity.md +124 -0
- package/.claude/commands/tm/analyze-project.md +100 -0
- package/.claude/commands/tm/auto-implement-tasks.md +100 -0
- package/.claude/commands/tm/command-pipeline.md +80 -0
- package/.claude/commands/tm/complexity-report.md +120 -0
- package/.claude/commands/tm/convert-task-to-subtask.md +74 -0
- package/.claude/commands/tm/expand-all-tasks.md +52 -0
- package/.claude/commands/tm/expand-task.md +52 -0
- package/.claude/commands/tm/fix-dependencies.md +82 -0
- package/.claude/commands/tm/help.md +101 -0
- package/.claude/commands/tm/init-project-quick.md +49 -0
- package/.claude/commands/tm/init-project.md +53 -0
- package/.claude/commands/tm/install-taskmaster.md +118 -0
- package/.claude/commands/tm/learn.md +106 -0
- package/.claude/commands/tm/list-tasks-by-status.md +42 -0
- package/.claude/commands/tm/list-tasks-with-subtasks.md +30 -0
- package/.claude/commands/tm/list-tasks.md +46 -0
- package/.claude/commands/tm/next-task.md +69 -0
- package/.claude/commands/tm/parse-prd-with-research.md +51 -0
- package/.claude/commands/tm/parse-prd.md +52 -0
- package/.claude/commands/tm/project-status.md +67 -0
- package/.claude/commands/tm/quick-install-taskmaster.md +23 -0
- package/.claude/commands/tm/remove-all-subtasks.md +94 -0
- package/.claude/commands/tm/remove-dependency.md +65 -0
- package/.claude/commands/tm/remove-subtask.md +87 -0
- package/.claude/commands/tm/remove-subtasks.md +89 -0
- package/.claude/commands/tm/remove-task.md +110 -0
- package/.claude/commands/tm/setup-models.md +52 -0
- package/.claude/commands/tm/show-task.md +85 -0
- package/.claude/commands/tm/smart-workflow.md +58 -0
- package/.claude/commands/tm/sync-readme.md +120 -0
- package/.claude/commands/tm/tm-main.md +147 -0
- package/.claude/commands/tm/to-cancelled.md +58 -0
- package/.claude/commands/tm/to-deferred.md +50 -0
- package/.claude/commands/tm/to-done.md +47 -0
- package/.claude/commands/tm/to-in-progress.md +39 -0
- package/.claude/commands/tm/to-pending.md +35 -0
- package/.claude/commands/tm/to-review.md +43 -0
- package/.claude/commands/tm/update-single-task.md +122 -0
- package/.claude/commands/tm/update-task.md +75 -0
- package/.claude/commands/tm/update-tasks-from-id.md +111 -0
- package/.claude/commands/tm/validate-dependencies.md +72 -0
- package/.claude/commands/tm/view-models.md +52 -0
- package/.claude/settings.local.json +17 -3
- package/.cursor/commands/tm/add-dependency.md +55 -0
- package/.cursor/commands/tm/add-subtask.md +76 -0
- package/.cursor/commands/tm/add-task.md +78 -0
- package/.cursor/commands/tm/analyze-complexity.md +121 -0
- package/.cursor/commands/tm/analyze-project.md +97 -0
- package/.cursor/commands/tm/auto-implement-tasks.md +97 -0
- package/.cursor/commands/tm/command-pipeline.md +77 -0
- package/.cursor/commands/tm/complexity-report.md +117 -0
- package/.cursor/commands/tm/convert-task-to-subtask.md +71 -0
- package/.cursor/commands/tm/expand-all-tasks.md +51 -0
- package/.cursor/commands/tm/expand-task.md +49 -0
- package/.cursor/commands/tm/fix-dependencies.md +81 -0
- package/.cursor/commands/tm/help.md +98 -0
- package/.cursor/commands/tm/init-project-quick.md +46 -0
- package/.cursor/commands/tm/init-project.md +50 -0
- package/.cursor/commands/tm/install-taskmaster.md +117 -0
- package/.cursor/commands/tm/learn.md +103 -0
- package/.cursor/commands/tm/list-tasks-by-status.md +39 -0
- package/.cursor/commands/tm/list-tasks-with-subtasks.md +29 -0
- package/.cursor/commands/tm/list-tasks.md +43 -0
- package/.cursor/commands/tm/next-task.md +66 -0
- package/.cursor/commands/tm/parse-prd-with-research.md +48 -0
- package/.cursor/commands/tm/parse-prd.md +49 -0
- package/.cursor/commands/tm/project-status.md +64 -0
- package/.cursor/commands/tm/quick-install-taskmaster.md +22 -0
- package/.cursor/commands/tm/remove-all-subtasks.md +93 -0
- package/.cursor/commands/tm/remove-dependency.md +62 -0
- package/.cursor/commands/tm/remove-subtask.md +84 -0
- package/.cursor/commands/tm/remove-subtasks.md +86 -0
- package/.cursor/commands/tm/remove-task.md +107 -0
- package/.cursor/commands/tm/setup-models.md +51 -0
- package/.cursor/commands/tm/show-task.md +82 -0
- package/.cursor/commands/tm/smart-workflow.md +55 -0
- package/.cursor/commands/tm/sync-readme.md +117 -0
- package/.cursor/commands/tm/tm-main.md +146 -0
- package/.cursor/commands/tm/to-cancelled.md +55 -0
- package/.cursor/commands/tm/to-deferred.md +47 -0
- package/.cursor/commands/tm/to-done.md +44 -0
- package/.cursor/commands/tm/to-in-progress.md +36 -0
- package/.cursor/commands/tm/to-pending.md +32 -0
- package/.cursor/commands/tm/to-review.md +40 -0
- package/.cursor/commands/tm/update-single-task.md +119 -0
- package/.cursor/commands/tm/update-task.md +72 -0
- package/.cursor/commands/tm/update-tasks-from-id.md +108 -0
- package/.cursor/commands/tm/validate-dependencies.md +71 -0
- package/.cursor/commands/tm/view-models.md +51 -0
- package/.cursor/mcp.json +20 -0
- package/.cursor/rules/cursor_rules.mdc +53 -0
- package/.cursor/rules/self_improve.mdc +72 -0
- package/.cursor/rules/taskmaster/dev_workflow.mdc +424 -0
- package/.cursor/rules/taskmaster/taskmaster.mdc +573 -0
- package/.env.example +12 -0
- package/.gemini/commands/tm/add-dependency.toml +58 -0
- package/.gemini/commands/tm/add-subtask.toml +79 -0
- package/.gemini/commands/tm/add-task.toml +81 -0
- package/.gemini/commands/tm/analyze-complexity.toml +124 -0
- package/.gemini/commands/tm/analyze-project.toml +100 -0
- package/.gemini/commands/tm/auto-implement-tasks.toml +100 -0
- package/.gemini/commands/tm/command-pipeline.toml +80 -0
- package/.gemini/commands/tm/complexity-report.toml +120 -0
- package/.gemini/commands/tm/convert-task-to-subtask.toml +74 -0
- package/.gemini/commands/tm/expand-all-tasks.toml +54 -0
- package/.gemini/commands/tm/expand-task.toml +52 -0
- package/.gemini/commands/tm/fix-dependencies.toml +84 -0
- package/.gemini/commands/tm/help.toml +101 -0
- package/.gemini/commands/tm/init-project-quick.toml +49 -0
- package/.gemini/commands/tm/init-project.toml +53 -0
- package/.gemini/commands/tm/install-taskmaster.toml +120 -0
- package/.gemini/commands/tm/learn.toml +106 -0
- package/.gemini/commands/tm/list-tasks-by-status.toml +42 -0
- package/.gemini/commands/tm/list-tasks-with-subtasks.toml +32 -0
- package/.gemini/commands/tm/list-tasks.toml +46 -0
- package/.gemini/commands/tm/next-task.toml +69 -0
- package/.gemini/commands/tm/parse-prd-with-research.toml +51 -0
- package/.gemini/commands/tm/parse-prd.toml +52 -0
- package/.gemini/commands/tm/project-status.toml +67 -0
- package/.gemini/commands/tm/quick-install-taskmaster.toml +25 -0
- package/.gemini/commands/tm/remove-all-subtasks.toml +96 -0
- package/.gemini/commands/tm/remove-dependency.toml +65 -0
- package/.gemini/commands/tm/remove-subtask.toml +87 -0
- package/.gemini/commands/tm/remove-subtasks.toml +89 -0
- package/.gemini/commands/tm/remove-task.toml +110 -0
- package/.gemini/commands/tm/setup-models.toml +54 -0
- package/.gemini/commands/tm/show-task.toml +85 -0
- package/.gemini/commands/tm/smart-workflow.toml +58 -0
- package/.gemini/commands/tm/sync-readme.toml +120 -0
- package/.gemini/commands/tm/tm-main.toml +149 -0
- package/.gemini/commands/tm/to-cancelled.toml +58 -0
- package/.gemini/commands/tm/to-deferred.toml +50 -0
- package/.gemini/commands/tm/to-done.toml +47 -0
- package/.gemini/commands/tm/to-in-progress.toml +39 -0
- package/.gemini/commands/tm/to-pending.toml +35 -0
- package/.gemini/commands/tm/to-review.toml +43 -0
- package/.gemini/commands/tm/update-single-task.toml +122 -0
- package/.gemini/commands/tm/update-task.toml +75 -0
- package/.gemini/commands/tm/update-tasks-from-id.toml +111 -0
- package/.gemini/commands/tm/validate-dependencies.toml +74 -0
- package/.gemini/commands/tm/view-models.toml +54 -0
- package/.gemini/settings.json +20 -0
- package/.mcp.json +15 -0
- package/.taskmaster/CLAUDE.md +435 -0
- package/.taskmaster/config.json +44 -0
- package/.taskmaster/docs/prd.txt +584 -0
- package/.taskmaster/state.json +6 -0
- package/.taskmaster/tasks/tasks.json +304 -0
- package/.taskmaster/templates/example_prd.txt +47 -0
- package/.taskmaster/templates/example_prd_rpg.txt +511 -0
- package/CLAUDE.md +4 -138
- package/README.md +551 -0
- package/coverage/clover.xml +134 -22
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/index.html +21 -21
- package/coverage/lcov-report/index.js.html +854 -29
- package/coverage/lcov.info +246 -39
- package/internal-docs/CLAUDE.md +139 -0
- package/internal-docs/NPM_DEPLOYMENT_GUIDE.md +203 -0
- package/internal-docs/OBSIDIAN_PROJECT_PROMPT.md +302 -0
- package/lib/index.d.ts +88 -0
- package/lib/index.js +275 -0
- package/package.json +11 -3
- /package/{DEPLOYMENT.md → internal-docs/DEPLOYMENT.md} +0 -0
- /package/{TEST_RESULTS.md → internal-docs/TEST_RESULTS.md} +0 -0
- /package/{TEST_SIMULATION.md → internal-docs/TEST_SIMULATION.md} +0 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
description="Remove Subtasks"
|
|
2
|
+
prompt = """
|
|
3
|
+
Clear all subtasks from a specific task.
|
|
4
|
+
|
|
5
|
+
Arguments: $ARGUMENTS (task ID)
|
|
6
|
+
|
|
7
|
+
Remove all subtasks from a parent task at once.
|
|
8
|
+
|
|
9
|
+
## Clearing Subtasks
|
|
10
|
+
|
|
11
|
+
Bulk removal of all subtasks from a parent task.
|
|
12
|
+
|
|
13
|
+
## Execution
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
task-master remove-subtasks --id=$ARGUMENTS
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Pre-Clear Analysis
|
|
20
|
+
|
|
21
|
+
1. **Subtask Summary**
|
|
22
|
+
- Number of subtasks
|
|
23
|
+
- Completion status of each
|
|
24
|
+
- Work already done
|
|
25
|
+
- Dependencies affected
|
|
26
|
+
|
|
27
|
+
2. **Impact Assessment**
|
|
28
|
+
- Data that will be lost
|
|
29
|
+
- Dependencies to be removed
|
|
30
|
+
- Effect on project timeline
|
|
31
|
+
- Parent task implications
|
|
32
|
+
|
|
33
|
+
## Confirmation Required
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
Remove Subtasks Confirmation
|
|
37
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
38
|
+
Parent Task: #5 "Implement user authentication"
|
|
39
|
+
Subtasks to remove: 4
|
|
40
|
+
- #5.1 "Setup auth framework" (done)
|
|
41
|
+
- #5.2 "Create login form" (in-progress)
|
|
42
|
+
- #5.3 "Add validation" (pending)
|
|
43
|
+
- #5.4 "Write tests" (pending)
|
|
44
|
+
|
|
45
|
+
⚠️ This will permanently delete all subtask data
|
|
46
|
+
Continue? (y/n)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Smart Features
|
|
50
|
+
|
|
51
|
+
- Option to convert to standalone tasks
|
|
52
|
+
- Backup task data before clearing
|
|
53
|
+
- Preserve completed work history
|
|
54
|
+
- Update parent task appropriately
|
|
55
|
+
|
|
56
|
+
## Process
|
|
57
|
+
|
|
58
|
+
1. List all subtasks for confirmation
|
|
59
|
+
2. Check for in-progress work
|
|
60
|
+
3. Remove all subtasks
|
|
61
|
+
4. Update parent task
|
|
62
|
+
5. Clean up dependencies
|
|
63
|
+
|
|
64
|
+
## Alternative Options
|
|
65
|
+
|
|
66
|
+
Suggest alternatives:
|
|
67
|
+
- Convert important subtasks to tasks
|
|
68
|
+
- Keep completed subtasks
|
|
69
|
+
- Archive instead of delete
|
|
70
|
+
- Export subtask data first
|
|
71
|
+
|
|
72
|
+
## Post-Clear
|
|
73
|
+
|
|
74
|
+
- Show updated parent task
|
|
75
|
+
- Recalculate time estimates
|
|
76
|
+
- Update task complexity
|
|
77
|
+
- Suggest next steps
|
|
78
|
+
|
|
79
|
+
## Example
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
/taskmaster:remove-subtasks 5
|
|
83
|
+
→ Found 4 subtasks to remove
|
|
84
|
+
→ Warning: Subtask #5.2 is in-progress
|
|
85
|
+
→ Cleared all subtasks from task #5
|
|
86
|
+
→ Updated parent task estimates
|
|
87
|
+
→ Suggestion: Consider re-expanding with better breakdown
|
|
88
|
+
```
|
|
89
|
+
"""
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
description="Remove Task"
|
|
2
|
+
prompt = """
|
|
3
|
+
Remove a task permanently from the project.
|
|
4
|
+
|
|
5
|
+
Arguments: $ARGUMENTS (task ID)
|
|
6
|
+
|
|
7
|
+
Delete a task and handle all its relationships properly.
|
|
8
|
+
|
|
9
|
+
## Task Removal
|
|
10
|
+
|
|
11
|
+
Permanently removes a task while maintaining project integrity.
|
|
12
|
+
|
|
13
|
+
## Argument Parsing
|
|
14
|
+
|
|
15
|
+
- "remove task 5"
|
|
16
|
+
- "delete 5"
|
|
17
|
+
- "5" → remove task 5
|
|
18
|
+
- Can include "-y" for auto-confirm
|
|
19
|
+
|
|
20
|
+
## Execution
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
task-master remove-task --id=<id> [-y]
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Pre-Removal Analysis
|
|
27
|
+
|
|
28
|
+
1. **Task Details**
|
|
29
|
+
- Current status
|
|
30
|
+
- Work completed
|
|
31
|
+
- Time invested
|
|
32
|
+
- Associated data
|
|
33
|
+
|
|
34
|
+
2. **Relationship Check**
|
|
35
|
+
- Tasks that depend on this
|
|
36
|
+
- Dependencies this task has
|
|
37
|
+
- Subtasks that will be removed
|
|
38
|
+
- Blocking implications
|
|
39
|
+
|
|
40
|
+
3. **Impact Assessment**
|
|
41
|
+
```
|
|
42
|
+
Task Removal Impact
|
|
43
|
+
━━━━━━━━━━━━━━━━━━
|
|
44
|
+
Task: #5 "Implement authentication" (in-progress)
|
|
45
|
+
Status: 60% complete (~8 hours work)
|
|
46
|
+
|
|
47
|
+
Will affect:
|
|
48
|
+
- 3 tasks depend on this (will be blocked)
|
|
49
|
+
- Has 4 subtasks (will be deleted)
|
|
50
|
+
- Part of critical path
|
|
51
|
+
|
|
52
|
+
⚠️ This action cannot be undone
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Smart Warnings
|
|
56
|
+
|
|
57
|
+
- Warn if task is in-progress
|
|
58
|
+
- Show dependent tasks that will be blocked
|
|
59
|
+
- Highlight if part of critical path
|
|
60
|
+
- Note any completed work being lost
|
|
61
|
+
|
|
62
|
+
## Removal Process
|
|
63
|
+
|
|
64
|
+
1. Show comprehensive impact
|
|
65
|
+
2. Require confirmation (unless -y)
|
|
66
|
+
3. Update dependent task references
|
|
67
|
+
4. Remove task and subtasks
|
|
68
|
+
5. Clean up orphaned dependencies
|
|
69
|
+
6. Log removal with timestamp
|
|
70
|
+
|
|
71
|
+
## Alternative Actions
|
|
72
|
+
|
|
73
|
+
Suggest before deletion:
|
|
74
|
+
- Mark as cancelled instead
|
|
75
|
+
- Convert to documentation
|
|
76
|
+
- Archive task data
|
|
77
|
+
- Transfer work to another task
|
|
78
|
+
|
|
79
|
+
## Post-Removal
|
|
80
|
+
|
|
81
|
+
- List affected tasks
|
|
82
|
+
- Show broken dependencies
|
|
83
|
+
- Update project statistics
|
|
84
|
+
- Suggest dependency fixes
|
|
85
|
+
- Recalculate timeline
|
|
86
|
+
|
|
87
|
+
## Example Flows
|
|
88
|
+
|
|
89
|
+
```
|
|
90
|
+
/taskmaster:remove-task 5
|
|
91
|
+
→ Task #5 is in-progress with 8 hours logged
|
|
92
|
+
→ 3 other tasks depend on this
|
|
93
|
+
→ Suggestion: Mark as cancelled instead?
|
|
94
|
+
Remove anyway? (y/n)
|
|
95
|
+
|
|
96
|
+
/taskmaster:remove-task 5 -y
|
|
97
|
+
→ Removed: Task #5 and 4 subtasks
|
|
98
|
+
→ Updated: 3 task dependencies
|
|
99
|
+
→ Warning: Tasks #7, #8, #9 now have missing dependency
|
|
100
|
+
→ Run /taskmaster:fix-dependencies to resolve
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## Safety Features
|
|
104
|
+
|
|
105
|
+
- Confirmation required
|
|
106
|
+
- Impact preview
|
|
107
|
+
- Removal logging
|
|
108
|
+
- Suggest alternatives
|
|
109
|
+
- No cascade delete of dependents
|
|
110
|
+
"""
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
description="Setup Models"
|
|
2
|
+
prompt = """
|
|
3
|
+
Run interactive setup to configure AI models.
|
|
4
|
+
|
|
5
|
+
## Interactive Model Configuration
|
|
6
|
+
|
|
7
|
+
Guides you through setting up AI providers for Task Master.
|
|
8
|
+
|
|
9
|
+
## Execution
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
task-master models --setup
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Setup Process
|
|
16
|
+
|
|
17
|
+
1. **Environment Check**
|
|
18
|
+
- Detect existing API keys
|
|
19
|
+
- Show current configuration
|
|
20
|
+
- Identify missing providers
|
|
21
|
+
|
|
22
|
+
2. **Provider Selection**
|
|
23
|
+
- Choose main provider (required)
|
|
24
|
+
- Select research provider (recommended)
|
|
25
|
+
- Configure fallback (optional)
|
|
26
|
+
|
|
27
|
+
3. **API Key Configuration**
|
|
28
|
+
- Prompt for missing keys
|
|
29
|
+
- Validate key format
|
|
30
|
+
- Test connectivity
|
|
31
|
+
- Save configuration
|
|
32
|
+
|
|
33
|
+
## Smart Recommendations
|
|
34
|
+
|
|
35
|
+
Based on your needs:
|
|
36
|
+
- **For best results**: Claude + Perplexity
|
|
37
|
+
- **Budget conscious**: GPT-3.5 + Perplexity
|
|
38
|
+
- **Maximum capability**: GPT-4 + Perplexity + Claude fallback
|
|
39
|
+
|
|
40
|
+
## Configuration Storage
|
|
41
|
+
|
|
42
|
+
Keys can be stored in:
|
|
43
|
+
1. Environment variables (recommended)
|
|
44
|
+
2. `.env` file in project
|
|
45
|
+
3. Global `.taskmaster/config`
|
|
46
|
+
|
|
47
|
+
## Post-Setup
|
|
48
|
+
|
|
49
|
+
After configuration:
|
|
50
|
+
- Test each provider
|
|
51
|
+
- Show usage examples
|
|
52
|
+
- Suggest next steps
|
|
53
|
+
- Verify parse-prd works
|
|
54
|
+
"""
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
description="Show Task"
|
|
2
|
+
prompt = """
|
|
3
|
+
Show detailed task information with rich context and insights.
|
|
4
|
+
|
|
5
|
+
Arguments: $ARGUMENTS
|
|
6
|
+
|
|
7
|
+
## Enhanced Task Display
|
|
8
|
+
|
|
9
|
+
Parse arguments to determine what to show and how.
|
|
10
|
+
|
|
11
|
+
### 1. **Smart Task Selection**
|
|
12
|
+
|
|
13
|
+
Based on $ARGUMENTS:
|
|
14
|
+
- Number → Show specific task with full context
|
|
15
|
+
- "current" → Show active in-progress task(s)
|
|
16
|
+
- "next" → Show recommended next task
|
|
17
|
+
- "blocked" → Show all blocked tasks with reasons
|
|
18
|
+
- "critical" → Show critical path tasks
|
|
19
|
+
- Multiple IDs → Comparative view
|
|
20
|
+
|
|
21
|
+
### 2. **Contextual Information**
|
|
22
|
+
|
|
23
|
+
For each task, intelligently include:
|
|
24
|
+
|
|
25
|
+
**Core Details**
|
|
26
|
+
- Full task information (id, title, description, details)
|
|
27
|
+
- Current status with history
|
|
28
|
+
- Test strategy and acceptance criteria
|
|
29
|
+
- Priority and complexity analysis
|
|
30
|
+
|
|
31
|
+
**Relationships**
|
|
32
|
+
- Dependencies (what it needs)
|
|
33
|
+
- Dependents (what needs it)
|
|
34
|
+
- Parent/subtask hierarchy
|
|
35
|
+
- Related tasks (similar work)
|
|
36
|
+
|
|
37
|
+
**Time Intelligence**
|
|
38
|
+
- Created/updated timestamps
|
|
39
|
+
- Time in current status
|
|
40
|
+
- Estimated vs actual time
|
|
41
|
+
- Historical completion patterns
|
|
42
|
+
|
|
43
|
+
### 3. **Visual Enhancements**
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
📋 Task #45: Implement User Authentication
|
|
47
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
48
|
+
Status: 🟡 in-progress (2 hours)
|
|
49
|
+
Priority: 🔴 High | Complexity: 73/100
|
|
50
|
+
|
|
51
|
+
Dependencies: ✅ #41, ✅ #42, ⏳ #43 (blocked)
|
|
52
|
+
Blocks: #46, #47, #52
|
|
53
|
+
|
|
54
|
+
Progress: ████████░░ 80% complete
|
|
55
|
+
|
|
56
|
+
Recent Activity:
|
|
57
|
+
- 2h ago: Status changed to in-progress
|
|
58
|
+
- 4h ago: Dependency #42 completed
|
|
59
|
+
- Yesterday: Task expanded with 3 subtasks
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### 4. **Intelligent Insights**
|
|
63
|
+
|
|
64
|
+
Based on task analysis:
|
|
65
|
+
- **Risk Assessment**: Complexity vs time remaining
|
|
66
|
+
- **Bottleneck Analysis**: Is this blocking critical work?
|
|
67
|
+
- **Recommendation**: Suggested approach or concerns
|
|
68
|
+
- **Similar Tasks**: How others completed similar work
|
|
69
|
+
|
|
70
|
+
### 5. **Action Suggestions**
|
|
71
|
+
|
|
72
|
+
Context-aware next steps:
|
|
73
|
+
- If blocked → Show how to unblock
|
|
74
|
+
- If complex → Suggest expansion
|
|
75
|
+
- If in-progress → Show completion checklist
|
|
76
|
+
- If done → Show dependent tasks ready to start
|
|
77
|
+
|
|
78
|
+
### 6. **Multi-Task View**
|
|
79
|
+
|
|
80
|
+
When showing multiple tasks:
|
|
81
|
+
- Common dependencies
|
|
82
|
+
- Optimal completion order
|
|
83
|
+
- Parallel work opportunities
|
|
84
|
+
- Combined complexity analysis
|
|
85
|
+
"""
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
description="Smart Workflow"
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute an intelligent workflow based on current project state and recent commands.
|
|
4
|
+
|
|
5
|
+
This command analyzes:
|
|
6
|
+
1. Recent commands you've run
|
|
7
|
+
2. Current project state
|
|
8
|
+
3. Time of day / day of week
|
|
9
|
+
4. Your working patterns
|
|
10
|
+
|
|
11
|
+
Arguments: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
## Intelligent Workflow Selection
|
|
14
|
+
|
|
15
|
+
Based on context, I'll determine the best workflow:
|
|
16
|
+
|
|
17
|
+
### Context Analysis
|
|
18
|
+
- Previous command executed
|
|
19
|
+
- Current task states
|
|
20
|
+
- Unfinished work from last session
|
|
21
|
+
- Your typical patterns
|
|
22
|
+
|
|
23
|
+
### Smart Execution
|
|
24
|
+
|
|
25
|
+
If last command was:
|
|
26
|
+
- `status` → Likely starting work → Run daily standup
|
|
27
|
+
- `complete` → Task finished → Find next task
|
|
28
|
+
- `list pending` → Planning → Suggest sprint planning
|
|
29
|
+
- `expand` → Breaking down work → Show complexity analysis
|
|
30
|
+
- `init` → New project → Show onboarding workflow
|
|
31
|
+
|
|
32
|
+
If no recent commands:
|
|
33
|
+
- Morning? → Daily standup workflow
|
|
34
|
+
- Many pending tasks? → Sprint planning
|
|
35
|
+
- Tasks blocked? → Dependency resolution
|
|
36
|
+
- Friday? → Weekly review
|
|
37
|
+
|
|
38
|
+
### Workflow Composition
|
|
39
|
+
|
|
40
|
+
I'll chain appropriate commands:
|
|
41
|
+
1. Analyze current state
|
|
42
|
+
2. Execute primary workflow
|
|
43
|
+
3. Suggest follow-up actions
|
|
44
|
+
4. Prepare environment for coding
|
|
45
|
+
|
|
46
|
+
### Learning Mode
|
|
47
|
+
|
|
48
|
+
This command learns from your patterns:
|
|
49
|
+
- Track command sequences
|
|
50
|
+
- Note time preferences
|
|
51
|
+
- Remember common workflows
|
|
52
|
+
- Adapt to your style
|
|
53
|
+
|
|
54
|
+
Example flows detected:
|
|
55
|
+
- Morning: standup → next → start
|
|
56
|
+
- After lunch: status → continue task
|
|
57
|
+
- End of day: complete → commit → status
|
|
58
|
+
"""
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
description="Sync README"
|
|
2
|
+
prompt = """
|
|
3
|
+
Export tasks to README.md with professional formatting.
|
|
4
|
+
|
|
5
|
+
Arguments: $ARGUMENTS
|
|
6
|
+
|
|
7
|
+
Generate a well-formatted README with current task information.
|
|
8
|
+
|
|
9
|
+
## README Synchronization
|
|
10
|
+
|
|
11
|
+
Creates or updates README.md with beautifully formatted task information.
|
|
12
|
+
|
|
13
|
+
## Argument Parsing
|
|
14
|
+
|
|
15
|
+
Optional filters:
|
|
16
|
+
- "pending" → Only pending tasks
|
|
17
|
+
- "with-subtasks" → Include subtask details
|
|
18
|
+
- "by-priority" → Group by priority
|
|
19
|
+
- "sprint" → Current sprint only
|
|
20
|
+
|
|
21
|
+
## Execution
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
task-master sync-readme [--with-subtasks] [--status=<status>]
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## README Generation
|
|
28
|
+
|
|
29
|
+
### 1. **Project Header**
|
|
30
|
+
```markdown
|
|
31
|
+
# Project Name
|
|
32
|
+
|
|
33
|
+
## 📋 Task Progress
|
|
34
|
+
|
|
35
|
+
Last Updated: 2024-01-15 10:30 AM
|
|
36
|
+
|
|
37
|
+
### Summary
|
|
38
|
+
- Total Tasks: 45
|
|
39
|
+
- Completed: 15 (33%)
|
|
40
|
+
- In Progress: 5 (11%)
|
|
41
|
+
- Pending: 25 (56%)
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### 2. **Task Sections**
|
|
45
|
+
Organized by status or priority:
|
|
46
|
+
- Progress indicators
|
|
47
|
+
- Task descriptions
|
|
48
|
+
- Dependencies noted
|
|
49
|
+
- Time estimates
|
|
50
|
+
|
|
51
|
+
### 3. **Visual Elements**
|
|
52
|
+
- Progress bars
|
|
53
|
+
- Status badges
|
|
54
|
+
- Priority indicators
|
|
55
|
+
- Completion checkmarks
|
|
56
|
+
|
|
57
|
+
## Smart Features
|
|
58
|
+
|
|
59
|
+
1. **Intelligent Grouping**
|
|
60
|
+
- By feature area
|
|
61
|
+
- By sprint/milestone
|
|
62
|
+
- By assigned developer
|
|
63
|
+
- By priority
|
|
64
|
+
|
|
65
|
+
2. **Progress Tracking**
|
|
66
|
+
- Overall completion
|
|
67
|
+
- Sprint velocity
|
|
68
|
+
- Burndown indication
|
|
69
|
+
- Time tracking
|
|
70
|
+
|
|
71
|
+
3. **Formatting Options**
|
|
72
|
+
- GitHub-flavored markdown
|
|
73
|
+
- Task checkboxes
|
|
74
|
+
- Collapsible sections
|
|
75
|
+
- Table format available
|
|
76
|
+
|
|
77
|
+
## Example Output
|
|
78
|
+
|
|
79
|
+
```markdown
|
|
80
|
+
## 🚀 Current Sprint
|
|
81
|
+
|
|
82
|
+
### In Progress
|
|
83
|
+
- [ ] 🔄 #5 **Implement user authentication** (60% complete)
|
|
84
|
+
- Dependencies: API design (#3 ✅)
|
|
85
|
+
- Subtasks: 4 (2 completed)
|
|
86
|
+
- Est: 8h / Spent: 5h
|
|
87
|
+
|
|
88
|
+
### Pending (High Priority)
|
|
89
|
+
- [ ] ⚡ #8 **Create dashboard UI**
|
|
90
|
+
- Blocked by: #5
|
|
91
|
+
- Complexity: High
|
|
92
|
+
- Est: 12h
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## Customization
|
|
96
|
+
|
|
97
|
+
Based on arguments:
|
|
98
|
+
- Include/exclude sections
|
|
99
|
+
- Detail level control
|
|
100
|
+
- Custom grouping
|
|
101
|
+
- Filter by criteria
|
|
102
|
+
|
|
103
|
+
## Post-Sync
|
|
104
|
+
|
|
105
|
+
After generation:
|
|
106
|
+
1. Show diff preview
|
|
107
|
+
2. Backup existing README
|
|
108
|
+
3. Write new content
|
|
109
|
+
4. Commit reminder
|
|
110
|
+
5. Update timestamp
|
|
111
|
+
|
|
112
|
+
## Integration
|
|
113
|
+
|
|
114
|
+
Works well with:
|
|
115
|
+
- Git workflows
|
|
116
|
+
- CI/CD pipelines
|
|
117
|
+
- Project documentation
|
|
118
|
+
- Team updates
|
|
119
|
+
- Client reports
|
|
120
|
+
"""
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
description="Task Master Main"
|
|
2
|
+
prompt = """
|
|
3
|
+
# Task Master Command Reference
|
|
4
|
+
|
|
5
|
+
Comprehensive command structure for Task Master integration with Claude Code.
|
|
6
|
+
|
|
7
|
+
## Command Organization
|
|
8
|
+
|
|
9
|
+
Commands are organized hierarchically to match Task Master's CLI structure while providing enhanced Claude Code integration.
|
|
10
|
+
|
|
11
|
+
## Project Setup & Configuration
|
|
12
|
+
|
|
13
|
+
### `/taskmaster:init`
|
|
14
|
+
- `init-project` - Initialize new project (handles PRD files intelligently)
|
|
15
|
+
- `init-project-quick` - Quick setup with auto-confirmation (-y flag)
|
|
16
|
+
|
|
17
|
+
### `/taskmaster:models`
|
|
18
|
+
- `view-models` - View current AI model configuration
|
|
19
|
+
- `setup-models` - Interactive model configuration
|
|
20
|
+
- `set-main` - Set primary generation model
|
|
21
|
+
- `set-research` - Set research model
|
|
22
|
+
- `set-fallback` - Set fallback model
|
|
23
|
+
|
|
24
|
+
## Task Generation
|
|
25
|
+
|
|
26
|
+
### `/taskmaster:parse-prd`
|
|
27
|
+
- `parse-prd` - Generate tasks from PRD document
|
|
28
|
+
- `parse-prd-with-research` - Enhanced parsing with research mode
|
|
29
|
+
|
|
30
|
+
### `/taskmaster:generate`
|
|
31
|
+
- `generate-tasks` - Create individual task files from tasks.json
|
|
32
|
+
|
|
33
|
+
## Task Management
|
|
34
|
+
|
|
35
|
+
### `/taskmaster:list`
|
|
36
|
+
- `list-tasks` - Smart listing with natural language filters
|
|
37
|
+
- `list-tasks-with-subtasks` - Include subtasks in hierarchical view
|
|
38
|
+
- `list-tasks-by-status` - Filter by specific status
|
|
39
|
+
|
|
40
|
+
### `/taskmaster:set-status`
|
|
41
|
+
- `to-pending` - Reset task to pending
|
|
42
|
+
- `to-in-progress` - Start working on task
|
|
43
|
+
- `to-done` - Mark task complete
|
|
44
|
+
- `to-review` - Submit for review
|
|
45
|
+
- `to-deferred` - Defer task
|
|
46
|
+
- `to-cancelled` - Cancel task
|
|
47
|
+
|
|
48
|
+
### `/taskmaster:sync-readme`
|
|
49
|
+
- `sync-readme` - Export tasks to README.md with formatting
|
|
50
|
+
|
|
51
|
+
### `/taskmaster:update`
|
|
52
|
+
- `update-task` - Update tasks with natural language
|
|
53
|
+
- `update-tasks-from-id` - Update multiple tasks from a starting point
|
|
54
|
+
- `update-single-task` - Update specific task
|
|
55
|
+
|
|
56
|
+
### `/taskmaster:add-task`
|
|
57
|
+
- `add-task` - Add new task with AI assistance
|
|
58
|
+
|
|
59
|
+
### `/taskmaster:remove-task`
|
|
60
|
+
- `remove-task` - Remove task with confirmation
|
|
61
|
+
|
|
62
|
+
## Subtask Management
|
|
63
|
+
|
|
64
|
+
### `/taskmaster:add-subtask`
|
|
65
|
+
- `add-subtask` - Add new subtask to parent
|
|
66
|
+
- `convert-task-to-subtask` - Convert existing task to subtask
|
|
67
|
+
|
|
68
|
+
### `/taskmaster:remove-subtask`
|
|
69
|
+
- `remove-subtask` - Remove subtask (with optional conversion)
|
|
70
|
+
|
|
71
|
+
### `/taskmaster:clear-subtasks`
|
|
72
|
+
- `clear-subtasks` - Clear subtasks from specific task
|
|
73
|
+
- `clear-all-subtasks` - Clear all subtasks globally
|
|
74
|
+
|
|
75
|
+
## Task Analysis & Breakdown
|
|
76
|
+
|
|
77
|
+
### `/taskmaster:analyze-complexity`
|
|
78
|
+
- `analyze-complexity` - Analyze and generate expansion recommendations
|
|
79
|
+
|
|
80
|
+
### `/taskmaster:complexity-report`
|
|
81
|
+
- `complexity-report` - Display complexity analysis report
|
|
82
|
+
|
|
83
|
+
### `/taskmaster:expand`
|
|
84
|
+
- `expand-task` - Break down specific task
|
|
85
|
+
- `expand-all-tasks` - Expand all eligible tasks
|
|
86
|
+
- `with-research` - Enhanced expansion
|
|
87
|
+
|
|
88
|
+
## Task Navigation
|
|
89
|
+
|
|
90
|
+
### `/taskmaster:next`
|
|
91
|
+
- `next-task` - Intelligent next task recommendation
|
|
92
|
+
|
|
93
|
+
### `/taskmaster:show`
|
|
94
|
+
- `show-task` - Display detailed task information
|
|
95
|
+
|
|
96
|
+
### `/taskmaster:status`
|
|
97
|
+
- `project-status` - Comprehensive project dashboard
|
|
98
|
+
|
|
99
|
+
## Dependency Management
|
|
100
|
+
|
|
101
|
+
### `/taskmaster:add-dependency`
|
|
102
|
+
- `add-dependency` - Add task dependency
|
|
103
|
+
|
|
104
|
+
### `/taskmaster:remove-dependency`
|
|
105
|
+
- `remove-dependency` - Remove task dependency
|
|
106
|
+
|
|
107
|
+
### `/taskmaster:validate-dependencies`
|
|
108
|
+
- `validate-dependencies` - Check for dependency issues
|
|
109
|
+
|
|
110
|
+
### `/taskmaster:fix-dependencies`
|
|
111
|
+
- `fix-dependencies` - Automatically fix dependency problems
|
|
112
|
+
|
|
113
|
+
## Workflows & Automation
|
|
114
|
+
|
|
115
|
+
### `/taskmaster:workflows`
|
|
116
|
+
- `smart-workflow` - Context-aware intelligent workflow execution
|
|
117
|
+
- `command-pipeline` - Chain multiple commands together
|
|
118
|
+
- `auto-implement-tasks` - Advanced auto-implementation with code generation
|
|
119
|
+
|
|
120
|
+
## Utilities
|
|
121
|
+
|
|
122
|
+
### `/taskmaster:utils`
|
|
123
|
+
- `analyze-project` - Deep project analysis and insights
|
|
124
|
+
|
|
125
|
+
### `/taskmaster:setup`
|
|
126
|
+
- `install-taskmaster` - Comprehensive installation guide
|
|
127
|
+
- `quick-install-taskmaster` - One-line global installation
|
|
128
|
+
|
|
129
|
+
## Usage Patterns
|
|
130
|
+
|
|
131
|
+
### Natural Language
|
|
132
|
+
Most commands accept natural language arguments:
|
|
133
|
+
```
|
|
134
|
+
/taskmaster:add-task create user authentication system
|
|
135
|
+
/taskmaster:update mark all API tasks as high priority
|
|
136
|
+
/taskmaster:list show blocked tasks
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### ID-Based Commands
|
|
140
|
+
Commands requiring IDs intelligently parse from $ARGUMENTS:
|
|
141
|
+
```
|
|
142
|
+
/taskmaster:show 45
|
|
143
|
+
/taskmaster:expand 23
|
|
144
|
+
/taskmaster:set-status/to-done 67
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
### Smart Defaults
|
|
148
|
+
Commands provide intelligent defaults and suggestions based on context.
|
|
149
|
+
"""
|