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.
- 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 +30 -0
- 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/.releaserc.json +115 -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 +5 -0
- package/README.md +551 -0
- package/coverage/clover.xml +412 -0
- package/coverage/coverage-final.json +2 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +116 -0
- package/coverage/lcov-report/index.js.html +2884 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov.info +896 -0
- package/internal-docs/CLAUDE.md +139 -0
- package/internal-docs/DEPLOYMENT.md +351 -0
- package/internal-docs/NPM_DEPLOYMENT_GUIDE.md +203 -0
- package/internal-docs/OBSIDIAN_PROJECT_PROMPT.md +302 -0
- package/internal-docs/TEST_RESULTS.md +153 -0
- package/internal-docs/TEST_SIMULATION.md +27 -0
- package/lib/index.d.ts +226 -39
- package/lib/index.js +767 -121
- package/package.json +54 -17
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
Initialize a new Task Master project.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
Parse arguments to determine initialization preferences.
|
|
6
|
+
|
|
7
|
+
## Initialization Process
|
|
8
|
+
|
|
9
|
+
1. **Parse Arguments**
|
|
10
|
+
- PRD file path (if provided)
|
|
11
|
+
- Project name
|
|
12
|
+
- Auto-confirm flag (-y)
|
|
13
|
+
|
|
14
|
+
2. **Project Setup**
|
|
15
|
+
```bash
|
|
16
|
+
task-master init
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
3. **Smart Initialization**
|
|
20
|
+
- Detect existing project files
|
|
21
|
+
- Suggest project name from directory
|
|
22
|
+
- Check for git repository
|
|
23
|
+
- Verify AI provider configuration
|
|
24
|
+
|
|
25
|
+
## Configuration Options
|
|
26
|
+
|
|
27
|
+
Based on arguments:
|
|
28
|
+
- `quick` / `-y` → Skip confirmations
|
|
29
|
+
- `<file.md>` → Use as PRD after init
|
|
30
|
+
- `--name=<name>` → Set project name
|
|
31
|
+
- `--description=<desc>` → Set description
|
|
32
|
+
|
|
33
|
+
## Post-Initialization
|
|
34
|
+
|
|
35
|
+
After successful init:
|
|
36
|
+
1. Show project structure created
|
|
37
|
+
2. Verify AI models configured
|
|
38
|
+
3. Suggest next steps:
|
|
39
|
+
- Parse PRD if available
|
|
40
|
+
- Configure AI providers
|
|
41
|
+
- Set up git hooks
|
|
42
|
+
- Create first tasks
|
|
43
|
+
|
|
44
|
+
## Integration
|
|
45
|
+
|
|
46
|
+
If PRD file provided:
|
|
47
|
+
```
|
|
48
|
+
/taskmaster:init my-prd.md
|
|
49
|
+
→ Automatically runs parse-prd after init
|
|
50
|
+
```
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
Check if Task Master is installed and install it if needed.
|
|
2
|
+
|
|
3
|
+
This command helps you get Task Master set up globally on your system.
|
|
4
|
+
|
|
5
|
+
## Detection and Installation Process
|
|
6
|
+
|
|
7
|
+
1. **Check Current Installation**
|
|
8
|
+
```bash
|
|
9
|
+
# Check if task-master command exists
|
|
10
|
+
which task-master || echo "Task Master not found"
|
|
11
|
+
|
|
12
|
+
# Check npm global packages
|
|
13
|
+
npm list -g task-master-ai
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
2. **System Requirements Check**
|
|
17
|
+
```bash
|
|
18
|
+
# Verify Node.js is installed
|
|
19
|
+
node --version
|
|
20
|
+
|
|
21
|
+
# Verify npm is installed
|
|
22
|
+
npm --version
|
|
23
|
+
|
|
24
|
+
# Check Node version (need 16+)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
3. **Install Task Master Globally**
|
|
28
|
+
If not installed, run:
|
|
29
|
+
```bash
|
|
30
|
+
npm install -g task-master-ai
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
4. **Verify Installation**
|
|
34
|
+
```bash
|
|
35
|
+
# Check version
|
|
36
|
+
task-master --version
|
|
37
|
+
|
|
38
|
+
# Verify command is available
|
|
39
|
+
which task-master
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
5. **Initial Setup**
|
|
43
|
+
```bash
|
|
44
|
+
# Initialize in current directory
|
|
45
|
+
task-master init
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
6. **Configure AI Provider**
|
|
49
|
+
Ensure you have at least one AI provider API key set:
|
|
50
|
+
```bash
|
|
51
|
+
# Check current configuration
|
|
52
|
+
task-master models --status
|
|
53
|
+
|
|
54
|
+
# If no API keys found, guide setup
|
|
55
|
+
echo "You'll need at least one API key:"
|
|
56
|
+
echo "- ANTHROPIC_API_KEY for Claude"
|
|
57
|
+
echo "- OPENAI_API_KEY for GPT models"
|
|
58
|
+
echo "- PERPLEXITY_API_KEY for research"
|
|
59
|
+
echo ""
|
|
60
|
+
echo "Set them in your shell profile or .env file"
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
7. **Quick Test**
|
|
64
|
+
```bash
|
|
65
|
+
# Create a test PRD
|
|
66
|
+
echo "Build a simple hello world API" > test-prd.txt
|
|
67
|
+
|
|
68
|
+
# Try parsing it
|
|
69
|
+
task-master parse-prd test-prd.txt -n 3
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## Troubleshooting
|
|
73
|
+
|
|
74
|
+
If installation fails:
|
|
75
|
+
|
|
76
|
+
**Permission Errors:**
|
|
77
|
+
```bash
|
|
78
|
+
# Try with sudo (macOS/Linux)
|
|
79
|
+
sudo npm install -g task-master-ai
|
|
80
|
+
|
|
81
|
+
# Or fix npm permissions
|
|
82
|
+
npm config set prefix ~/.npm-global
|
|
83
|
+
export PATH=~/.npm-global/bin:$PATH
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
**Network Issues:**
|
|
87
|
+
```bash
|
|
88
|
+
# Use different registry
|
|
89
|
+
npm install -g task-master-ai --registry https://registry.npmjs.org/
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
**Node Version Issues:**
|
|
93
|
+
```bash
|
|
94
|
+
# Install Node 20+ via nvm
|
|
95
|
+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
|
|
96
|
+
nvm install 20
|
|
97
|
+
nvm use 20
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Success Confirmation
|
|
101
|
+
|
|
102
|
+
Once installed, you should see:
|
|
103
|
+
```
|
|
104
|
+
✅ Task Master installed
|
|
105
|
+
✅ Command 'task-master' available globally
|
|
106
|
+
✅ AI provider configured
|
|
107
|
+
✅ Ready to use slash commands!
|
|
108
|
+
|
|
109
|
+
Try: /taskmaster:init your-prd.md
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Next Steps
|
|
113
|
+
|
|
114
|
+
After installation:
|
|
115
|
+
1. Run `/taskmaster:status` to verify setup
|
|
116
|
+
2. Configure AI providers with `/taskmaster:setup-models`
|
|
117
|
+
3. Start using Task Master commands!
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
Learn about Task Master capabilities through interactive exploration.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
## Interactive Task Master Learning
|
|
6
|
+
|
|
7
|
+
Based on your input, I'll help you discover capabilities:
|
|
8
|
+
|
|
9
|
+
### 1. **What are you trying to do?**
|
|
10
|
+
|
|
11
|
+
If $ARGUMENTS contains:
|
|
12
|
+
- "start" / "begin" → Show project initialization workflows
|
|
13
|
+
- "manage" / "organize" → Show task management commands
|
|
14
|
+
- "automate" / "auto" → Show automation workflows
|
|
15
|
+
- "analyze" / "report" → Show analysis tools
|
|
16
|
+
- "fix" / "problem" → Show troubleshooting commands
|
|
17
|
+
- "fast" / "quick" → Show efficiency shortcuts
|
|
18
|
+
|
|
19
|
+
### 2. **Intelligent Suggestions**
|
|
20
|
+
|
|
21
|
+
Based on your project state:
|
|
22
|
+
|
|
23
|
+
**No tasks yet?**
|
|
24
|
+
```
|
|
25
|
+
You'll want to start with:
|
|
26
|
+
1. /project:task-master:init <prd-file>
|
|
27
|
+
→ Creates tasks from requirements
|
|
28
|
+
|
|
29
|
+
2. /project:task-master:parse-prd <file>
|
|
30
|
+
→ Alternative task generation
|
|
31
|
+
|
|
32
|
+
Try: /project:task-master:init demo-prd.md
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
**Have tasks?**
|
|
36
|
+
Let me analyze what you might need...
|
|
37
|
+
- Many pending tasks? → Learn sprint planning
|
|
38
|
+
- Complex tasks? → Learn task expansion
|
|
39
|
+
- Daily work? → Learn workflow automation
|
|
40
|
+
|
|
41
|
+
### 3. **Command Discovery**
|
|
42
|
+
|
|
43
|
+
**By Category:**
|
|
44
|
+
- 📋 Task Management: list, show, add, update, complete
|
|
45
|
+
- 🔄 Workflows: auto-implement, sprint-plan, daily-standup
|
|
46
|
+
- 🛠️ Utilities: check-health, complexity-report, sync-memory
|
|
47
|
+
- 🔍 Analysis: validate-deps, show dependencies
|
|
48
|
+
|
|
49
|
+
**By Scenario:**
|
|
50
|
+
- "I want to see what to work on" → `/project:task-master:next`
|
|
51
|
+
- "I need to break this down" → `/project:task-master:expand <id>`
|
|
52
|
+
- "Show me everything" → `/project:task-master:status`
|
|
53
|
+
- "Just do it for me" → `/project:workflows:auto-implement`
|
|
54
|
+
|
|
55
|
+
### 4. **Power User Patterns**
|
|
56
|
+
|
|
57
|
+
**Command Chaining:**
|
|
58
|
+
```
|
|
59
|
+
/project:task-master:next
|
|
60
|
+
/project:task-master:start <id>
|
|
61
|
+
/project:workflows:auto-implement
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
**Smart Filters:**
|
|
65
|
+
```
|
|
66
|
+
/project:task-master:list pending high
|
|
67
|
+
/project:task-master:list blocked
|
|
68
|
+
/project:task-master:list 1-5 tree
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
**Automation:**
|
|
72
|
+
```
|
|
73
|
+
/project:workflows:pipeline init → expand-all → sprint-plan
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### 5. **Learning Path**
|
|
77
|
+
|
|
78
|
+
Based on your experience level:
|
|
79
|
+
|
|
80
|
+
**Beginner Path:**
|
|
81
|
+
1. init → Create project
|
|
82
|
+
2. status → Understand state
|
|
83
|
+
3. next → Find work
|
|
84
|
+
4. complete → Finish task
|
|
85
|
+
|
|
86
|
+
**Intermediate Path:**
|
|
87
|
+
1. expand → Break down complex tasks
|
|
88
|
+
2. sprint-plan → Organize work
|
|
89
|
+
3. complexity-report → Understand difficulty
|
|
90
|
+
4. validate-deps → Ensure consistency
|
|
91
|
+
|
|
92
|
+
**Advanced Path:**
|
|
93
|
+
1. pipeline → Chain operations
|
|
94
|
+
2. smart-flow → Context-aware automation
|
|
95
|
+
3. Custom commands → Extend the system
|
|
96
|
+
|
|
97
|
+
### 6. **Try This Now**
|
|
98
|
+
|
|
99
|
+
Based on what you asked about, try:
|
|
100
|
+
[Specific command suggestion based on $ARGUMENTS]
|
|
101
|
+
|
|
102
|
+
Want to learn more about a specific command?
|
|
103
|
+
Type: /project:help <command-name>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
List tasks filtered by a specific status.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
Parse the status from arguments and list only tasks matching that status.
|
|
6
|
+
|
|
7
|
+
## Status Options
|
|
8
|
+
- `pending` - Not yet started
|
|
9
|
+
- `in-progress` - Currently being worked on
|
|
10
|
+
- `done` - Completed
|
|
11
|
+
- `review` - Awaiting review
|
|
12
|
+
- `deferred` - Postponed
|
|
13
|
+
- `cancelled` - Cancelled
|
|
14
|
+
|
|
15
|
+
## Execution
|
|
16
|
+
|
|
17
|
+
Based on $ARGUMENTS, run:
|
|
18
|
+
```bash
|
|
19
|
+
task-master list --status=$ARGUMENTS
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Enhanced Display
|
|
23
|
+
|
|
24
|
+
For the filtered results:
|
|
25
|
+
- Group by priority within the status
|
|
26
|
+
- Show time in current status
|
|
27
|
+
- Highlight tasks approaching deadlines
|
|
28
|
+
- Display blockers and dependencies
|
|
29
|
+
- Suggest next actions for each status group
|
|
30
|
+
|
|
31
|
+
## Intelligent Insights
|
|
32
|
+
|
|
33
|
+
Based on the status filter:
|
|
34
|
+
- **Pending**: Show recommended start order
|
|
35
|
+
- **In-Progress**: Display idle time warnings
|
|
36
|
+
- **Done**: Show newly unblocked tasks
|
|
37
|
+
- **Review**: Indicate review duration
|
|
38
|
+
- **Deferred**: Show reactivation criteria
|
|
39
|
+
- **Cancelled**: Display impact analysis
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
List all tasks including their subtasks in a hierarchical view.
|
|
2
|
+
|
|
3
|
+
This command shows all tasks with their nested subtasks, providing a complete project overview.
|
|
4
|
+
|
|
5
|
+
## Execution
|
|
6
|
+
|
|
7
|
+
Run the Task Master list command with subtasks flag:
|
|
8
|
+
```bash
|
|
9
|
+
task-master list --with-subtasks
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
## Enhanced Display
|
|
13
|
+
|
|
14
|
+
I'll organize the output to show:
|
|
15
|
+
- Parent tasks with clear indicators
|
|
16
|
+
- Nested subtasks with proper indentation
|
|
17
|
+
- Status badges for quick scanning
|
|
18
|
+
- Dependencies and blockers highlighted
|
|
19
|
+
- Progress indicators for tasks with subtasks
|
|
20
|
+
|
|
21
|
+
## Smart Filtering
|
|
22
|
+
|
|
23
|
+
Based on the task hierarchy:
|
|
24
|
+
- Show completion percentage for parent tasks
|
|
25
|
+
- Highlight blocked subtask chains
|
|
26
|
+
- Group by functional areas
|
|
27
|
+
- Indicate critical path items
|
|
28
|
+
|
|
29
|
+
This gives you a complete tree view of your project structure.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
List tasks with intelligent argument parsing.
|
|
2
|
+
|
|
3
|
+
Parse arguments to determine filters and display options:
|
|
4
|
+
- Status: pending, in-progress, done, review, deferred, cancelled
|
|
5
|
+
- Priority: high, medium, low (or priority:high)
|
|
6
|
+
- Special: subtasks, tree, dependencies, blocked
|
|
7
|
+
- IDs: Direct numbers (e.g., "1,3,5" or "1-5")
|
|
8
|
+
- Complex: "pending high" = pending AND high priority
|
|
9
|
+
|
|
10
|
+
Arguments: $ARGUMENTS
|
|
11
|
+
|
|
12
|
+
Let me parse your request intelligently:
|
|
13
|
+
|
|
14
|
+
1. **Detect Filter Intent**
|
|
15
|
+
- If arguments contain status keywords → filter by status
|
|
16
|
+
- If arguments contain priority → filter by priority
|
|
17
|
+
- If arguments contain "subtasks" → include subtasks
|
|
18
|
+
- If arguments contain "tree" → hierarchical view
|
|
19
|
+
- If arguments contain numbers → show specific tasks
|
|
20
|
+
- If arguments contain "blocked" → show blocked tasks only
|
|
21
|
+
|
|
22
|
+
2. **Smart Combinations**
|
|
23
|
+
Examples of what I understand:
|
|
24
|
+
- "pending high" → pending tasks with high priority
|
|
25
|
+
- "done today" → tasks completed today
|
|
26
|
+
- "blocked" → tasks with unmet dependencies
|
|
27
|
+
- "1-5" → tasks 1 through 5
|
|
28
|
+
- "subtasks tree" → hierarchical view with subtasks
|
|
29
|
+
|
|
30
|
+
3. **Execute Appropriate Query**
|
|
31
|
+
Based on parsed intent, run the most specific task-master command
|
|
32
|
+
|
|
33
|
+
4. **Enhanced Display**
|
|
34
|
+
- Group by relevant criteria
|
|
35
|
+
- Show most important information first
|
|
36
|
+
- Use visual indicators for quick scanning
|
|
37
|
+
- Include relevant metrics
|
|
38
|
+
|
|
39
|
+
5. **Intelligent Suggestions**
|
|
40
|
+
Based on what you're viewing, suggest next actions:
|
|
41
|
+
- Many pending? → Suggest priority order
|
|
42
|
+
- Many blocked? → Show dependency resolution
|
|
43
|
+
- Looking at specific tasks? → Show related tasks
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
Intelligently determine and prepare the next action based on comprehensive context.
|
|
2
|
+
|
|
3
|
+
This enhanced version of 'next' considers:
|
|
4
|
+
- Current task states
|
|
5
|
+
- Recent activity
|
|
6
|
+
- Time constraints
|
|
7
|
+
- Dependencies
|
|
8
|
+
- Your working patterns
|
|
9
|
+
|
|
10
|
+
Arguments: $ARGUMENTS
|
|
11
|
+
|
|
12
|
+
## Intelligent Next Action
|
|
13
|
+
|
|
14
|
+
### 1. **Context Gathering**
|
|
15
|
+
Let me analyze the current situation:
|
|
16
|
+
- Active tasks (in-progress)
|
|
17
|
+
- Recently completed tasks
|
|
18
|
+
- Blocked tasks
|
|
19
|
+
- Time since last activity
|
|
20
|
+
- Arguments provided: $ARGUMENTS
|
|
21
|
+
|
|
22
|
+
### 2. **Smart Decision Tree**
|
|
23
|
+
|
|
24
|
+
**If you have an in-progress task:**
|
|
25
|
+
- Has it been idle > 2 hours? → Suggest resuming or switching
|
|
26
|
+
- Near completion? → Show remaining steps
|
|
27
|
+
- Blocked? → Find alternative task
|
|
28
|
+
|
|
29
|
+
**If no in-progress tasks:**
|
|
30
|
+
- Unblocked high-priority tasks? → Start highest
|
|
31
|
+
- Complex tasks need breakdown? → Suggest expansion
|
|
32
|
+
- All tasks blocked? → Show dependency resolution
|
|
33
|
+
|
|
34
|
+
**Special arguments handling:**
|
|
35
|
+
- "quick" → Find task < 2 hours
|
|
36
|
+
- "easy" → Find low complexity task
|
|
37
|
+
- "important" → Find high priority regardless of complexity
|
|
38
|
+
- "continue" → Resume last worked task
|
|
39
|
+
|
|
40
|
+
### 3. **Preparation Workflow**
|
|
41
|
+
|
|
42
|
+
Based on selected task:
|
|
43
|
+
1. Show full context and history
|
|
44
|
+
2. Set up development environment
|
|
45
|
+
3. Run relevant tests
|
|
46
|
+
4. Open related files
|
|
47
|
+
5. Show similar completed tasks
|
|
48
|
+
6. Estimate completion time
|
|
49
|
+
|
|
50
|
+
### 4. **Alternative Suggestions**
|
|
51
|
+
|
|
52
|
+
Always provide options:
|
|
53
|
+
- Primary recommendation
|
|
54
|
+
- Quick alternative (< 1 hour)
|
|
55
|
+
- Strategic option (unblocks most tasks)
|
|
56
|
+
- Learning option (new technology/skill)
|
|
57
|
+
|
|
58
|
+
### 5. **Workflow Integration**
|
|
59
|
+
|
|
60
|
+
Seamlessly connect to:
|
|
61
|
+
- `/project:task-master:start [selected]`
|
|
62
|
+
- `/project:workflows:auto-implement`
|
|
63
|
+
- `/project:task-master:expand` (if complex)
|
|
64
|
+
- `/project:utils:complexity-report` (if unsure)
|
|
65
|
+
|
|
66
|
+
The goal: Zero friction from decision to implementation.
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Parse PRD with enhanced research mode for better task generation.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (PRD file path)
|
|
4
|
+
|
|
5
|
+
## Research-Enhanced Parsing
|
|
6
|
+
|
|
7
|
+
Uses the research AI provider (typically Perplexity) for more comprehensive task generation with current best practices.
|
|
8
|
+
|
|
9
|
+
## Execution
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
task-master parse-prd --input=$ARGUMENTS --research
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Research Benefits
|
|
16
|
+
|
|
17
|
+
1. **Current Best Practices**
|
|
18
|
+
- Latest framework patterns
|
|
19
|
+
- Security considerations
|
|
20
|
+
- Performance optimizations
|
|
21
|
+
- Accessibility requirements
|
|
22
|
+
|
|
23
|
+
2. **Technical Deep Dive**
|
|
24
|
+
- Implementation approaches
|
|
25
|
+
- Library recommendations
|
|
26
|
+
- Architecture patterns
|
|
27
|
+
- Testing strategies
|
|
28
|
+
|
|
29
|
+
3. **Comprehensive Coverage**
|
|
30
|
+
- Edge cases consideration
|
|
31
|
+
- Error handling tasks
|
|
32
|
+
- Monitoring setup
|
|
33
|
+
- Deployment tasks
|
|
34
|
+
|
|
35
|
+
## Enhanced Output
|
|
36
|
+
|
|
37
|
+
Research mode typically:
|
|
38
|
+
- Generates more detailed tasks
|
|
39
|
+
- Includes industry standards
|
|
40
|
+
- Adds compliance considerations
|
|
41
|
+
- Suggests modern tooling
|
|
42
|
+
|
|
43
|
+
## When to Use
|
|
44
|
+
|
|
45
|
+
- New technology domains
|
|
46
|
+
- Complex requirements
|
|
47
|
+
- Regulatory compliance needed
|
|
48
|
+
- Best practices crucial
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Parse a PRD document to generate tasks.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (PRD file path)
|
|
4
|
+
|
|
5
|
+
## Intelligent PRD Parsing
|
|
6
|
+
|
|
7
|
+
Analyzes your requirements document and generates a complete task breakdown.
|
|
8
|
+
|
|
9
|
+
## Execution
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
task-master parse-prd --input=$ARGUMENTS
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Parsing Process
|
|
16
|
+
|
|
17
|
+
1. **Document Analysis**
|
|
18
|
+
- Extract key requirements
|
|
19
|
+
- Identify technical components
|
|
20
|
+
- Detect dependencies
|
|
21
|
+
- Estimate complexity
|
|
22
|
+
|
|
23
|
+
2. **Task Generation**
|
|
24
|
+
- Create 10-15 tasks by default
|
|
25
|
+
- Include implementation tasks
|
|
26
|
+
- Add testing tasks
|
|
27
|
+
- Include documentation tasks
|
|
28
|
+
- Set logical dependencies
|
|
29
|
+
|
|
30
|
+
3. **Smart Enhancements**
|
|
31
|
+
- Group related functionality
|
|
32
|
+
- Set appropriate priorities
|
|
33
|
+
- Add acceptance criteria
|
|
34
|
+
- Include test strategies
|
|
35
|
+
|
|
36
|
+
## Options
|
|
37
|
+
|
|
38
|
+
Parse arguments for modifiers:
|
|
39
|
+
- Number after filename → `--num-tasks`
|
|
40
|
+
- `research` → Use research mode
|
|
41
|
+
- `comprehensive` → Generate more tasks
|
|
42
|
+
|
|
43
|
+
## Post-Generation
|
|
44
|
+
|
|
45
|
+
After parsing:
|
|
46
|
+
1. Display task summary
|
|
47
|
+
2. Show dependency graph
|
|
48
|
+
3. Suggest task expansion for complex items
|
|
49
|
+
4. Recommend sprint planning
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
Enhanced status command with comprehensive project insights.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
## Intelligent Status Overview
|
|
6
|
+
|
|
7
|
+
### 1. **Executive Summary**
|
|
8
|
+
Quick dashboard view:
|
|
9
|
+
- 🏃 Active work (in-progress tasks)
|
|
10
|
+
- 📊 Progress metrics (% complete, velocity)
|
|
11
|
+
- 🚧 Blockers and risks
|
|
12
|
+
- ⏱️ Time analysis (estimated vs actual)
|
|
13
|
+
- 🎯 Sprint/milestone progress
|
|
14
|
+
|
|
15
|
+
### 2. **Contextual Analysis**
|
|
16
|
+
|
|
17
|
+
Based on $ARGUMENTS, focus on:
|
|
18
|
+
- "sprint" → Current sprint progress and burndown
|
|
19
|
+
- "blocked" → Dependency chains and resolution paths
|
|
20
|
+
- "team" → Task distribution and workload
|
|
21
|
+
- "timeline" → Schedule adherence and projections
|
|
22
|
+
- "risk" → High complexity or overdue items
|
|
23
|
+
|
|
24
|
+
### 3. **Smart Insights**
|
|
25
|
+
|
|
26
|
+
**Workflow Health:**
|
|
27
|
+
- Idle tasks (in-progress > 24h without updates)
|
|
28
|
+
- Bottlenecks (multiple tasks waiting on same dependency)
|
|
29
|
+
- Quick wins (low complexity, high impact)
|
|
30
|
+
|
|
31
|
+
**Predictive Analytics:**
|
|
32
|
+
- Completion projections based on velocity
|
|
33
|
+
- Risk of missing deadlines
|
|
34
|
+
- Recommended task order for optimal flow
|
|
35
|
+
|
|
36
|
+
### 4. **Visual Intelligence**
|
|
37
|
+
|
|
38
|
+
Dynamic visualization based on data:
|
|
39
|
+
```
|
|
40
|
+
Sprint Progress: ████████░░ 80% (16/20 tasks)
|
|
41
|
+
Velocity Trend: ↗️ +15% this week
|
|
42
|
+
Blocked Tasks: 🔴 3 critical path items
|
|
43
|
+
|
|
44
|
+
Priority Distribution:
|
|
45
|
+
High: ████████ 8 tasks (2 blocked)
|
|
46
|
+
Medium: ████░░░░ 4 tasks
|
|
47
|
+
Low: ██░░░░░░ 2 tasks
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### 5. **Actionable Recommendations**
|
|
51
|
+
|
|
52
|
+
Based on analysis:
|
|
53
|
+
1. **Immediate actions** (unblock critical path)
|
|
54
|
+
2. **Today's focus** (optimal task sequence)
|
|
55
|
+
3. **Process improvements** (recurring patterns)
|
|
56
|
+
4. **Resource needs** (skills, time, dependencies)
|
|
57
|
+
|
|
58
|
+
### 6. **Historical Context**
|
|
59
|
+
|
|
60
|
+
Compare to previous periods:
|
|
61
|
+
- Velocity changes
|
|
62
|
+
- Pattern recognition
|
|
63
|
+
- Improvement areas
|
|
64
|
+
- Success patterns to repeat
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Quick install Task Master globally if not already installed.
|
|
2
|
+
|
|
3
|
+
Execute this streamlined installation:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
# Check and install in one command
|
|
7
|
+
task-master --version 2>/dev/null || npm install -g task-master-ai
|
|
8
|
+
|
|
9
|
+
# Verify installation
|
|
10
|
+
task-master --version
|
|
11
|
+
|
|
12
|
+
# Quick setup check
|
|
13
|
+
task-master models --status || echo "Note: You'll need to set up an AI provider API key"
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
If you see "command not found" after installation, you may need to:
|
|
17
|
+
1. Restart your terminal
|
|
18
|
+
2. Or add npm global bin to PATH: `export PATH=$(npm bin -g):$PATH`
|
|
19
|
+
|
|
20
|
+
Once installed, you can use all the Task Master commands!
|
|
21
|
+
|
|
22
|
+
Quick test: Run `/taskmaster:help` to see all available commands.
|