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,117 @@
|
|
|
1
|
+
Export tasks to README.md with professional formatting.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
Generate a well-formatted README with current task information.
|
|
6
|
+
|
|
7
|
+
## README Synchronization
|
|
8
|
+
|
|
9
|
+
Creates or updates README.md with beautifully formatted task information.
|
|
10
|
+
|
|
11
|
+
## Argument Parsing
|
|
12
|
+
|
|
13
|
+
Optional filters:
|
|
14
|
+
- "pending" → Only pending tasks
|
|
15
|
+
- "with-subtasks" → Include subtask details
|
|
16
|
+
- "by-priority" → Group by priority
|
|
17
|
+
- "sprint" → Current sprint only
|
|
18
|
+
|
|
19
|
+
## Execution
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
task-master sync-readme [--with-subtasks] [--status=<status>]
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## README Generation
|
|
26
|
+
|
|
27
|
+
### 1. **Project Header**
|
|
28
|
+
```markdown
|
|
29
|
+
# Project Name
|
|
30
|
+
|
|
31
|
+
## 📋 Task Progress
|
|
32
|
+
|
|
33
|
+
Last Updated: 2024-01-15 10:30 AM
|
|
34
|
+
|
|
35
|
+
### Summary
|
|
36
|
+
- Total Tasks: 45
|
|
37
|
+
- Completed: 15 (33%)
|
|
38
|
+
- In Progress: 5 (11%)
|
|
39
|
+
- Pending: 25 (56%)
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### 2. **Task Sections**
|
|
43
|
+
Organized by status or priority:
|
|
44
|
+
- Progress indicators
|
|
45
|
+
- Task descriptions
|
|
46
|
+
- Dependencies noted
|
|
47
|
+
- Time estimates
|
|
48
|
+
|
|
49
|
+
### 3. **Visual Elements**
|
|
50
|
+
- Progress bars
|
|
51
|
+
- Status badges
|
|
52
|
+
- Priority indicators
|
|
53
|
+
- Completion checkmarks
|
|
54
|
+
|
|
55
|
+
## Smart Features
|
|
56
|
+
|
|
57
|
+
1. **Intelligent Grouping**
|
|
58
|
+
- By feature area
|
|
59
|
+
- By sprint/milestone
|
|
60
|
+
- By assigned developer
|
|
61
|
+
- By priority
|
|
62
|
+
|
|
63
|
+
2. **Progress Tracking**
|
|
64
|
+
- Overall completion
|
|
65
|
+
- Sprint velocity
|
|
66
|
+
- Burndown indication
|
|
67
|
+
- Time tracking
|
|
68
|
+
|
|
69
|
+
3. **Formatting Options**
|
|
70
|
+
- GitHub-flavored markdown
|
|
71
|
+
- Task checkboxes
|
|
72
|
+
- Collapsible sections
|
|
73
|
+
- Table format available
|
|
74
|
+
|
|
75
|
+
## Example Output
|
|
76
|
+
|
|
77
|
+
```markdown
|
|
78
|
+
## 🚀 Current Sprint
|
|
79
|
+
|
|
80
|
+
### In Progress
|
|
81
|
+
- [ ] 🔄 #5 **Implement user authentication** (60% complete)
|
|
82
|
+
- Dependencies: API design (#3 ✅)
|
|
83
|
+
- Subtasks: 4 (2 completed)
|
|
84
|
+
- Est: 8h / Spent: 5h
|
|
85
|
+
|
|
86
|
+
### Pending (High Priority)
|
|
87
|
+
- [ ] ⚡ #8 **Create dashboard UI**
|
|
88
|
+
- Blocked by: #5
|
|
89
|
+
- Complexity: High
|
|
90
|
+
- Est: 12h
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Customization
|
|
94
|
+
|
|
95
|
+
Based on arguments:
|
|
96
|
+
- Include/exclude sections
|
|
97
|
+
- Detail level control
|
|
98
|
+
- Custom grouping
|
|
99
|
+
- Filter by criteria
|
|
100
|
+
|
|
101
|
+
## Post-Sync
|
|
102
|
+
|
|
103
|
+
After generation:
|
|
104
|
+
1. Show diff preview
|
|
105
|
+
2. Backup existing README
|
|
106
|
+
3. Write new content
|
|
107
|
+
4. Commit reminder
|
|
108
|
+
5. Update timestamp
|
|
109
|
+
|
|
110
|
+
## Integration
|
|
111
|
+
|
|
112
|
+
Works well with:
|
|
113
|
+
- Git workflows
|
|
114
|
+
- CI/CD pipelines
|
|
115
|
+
- Project documentation
|
|
116
|
+
- Team updates
|
|
117
|
+
- Client reports
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
# Task Master Command Reference
|
|
2
|
+
|
|
3
|
+
Comprehensive command structure for Task Master integration with Claude Code.
|
|
4
|
+
|
|
5
|
+
## Command Organization
|
|
6
|
+
|
|
7
|
+
Commands are organized hierarchically to match Task Master's CLI structure while providing enhanced Claude Code integration.
|
|
8
|
+
|
|
9
|
+
## Project Setup & Configuration
|
|
10
|
+
|
|
11
|
+
### `/taskmaster:init`
|
|
12
|
+
- `init-project` - Initialize new project (handles PRD files intelligently)
|
|
13
|
+
- `init-project-quick` - Quick setup with auto-confirmation (-y flag)
|
|
14
|
+
|
|
15
|
+
### `/taskmaster:models`
|
|
16
|
+
- `view-models` - View current AI model configuration
|
|
17
|
+
- `setup-models` - Interactive model configuration
|
|
18
|
+
- `set-main` - Set primary generation model
|
|
19
|
+
- `set-research` - Set research model
|
|
20
|
+
- `set-fallback` - Set fallback model
|
|
21
|
+
|
|
22
|
+
## Task Generation
|
|
23
|
+
|
|
24
|
+
### `/taskmaster:parse-prd`
|
|
25
|
+
- `parse-prd` - Generate tasks from PRD document
|
|
26
|
+
- `parse-prd-with-research` - Enhanced parsing with research mode
|
|
27
|
+
|
|
28
|
+
### `/taskmaster:generate`
|
|
29
|
+
- `generate-tasks` - Create individual task files from tasks.json
|
|
30
|
+
|
|
31
|
+
## Task Management
|
|
32
|
+
|
|
33
|
+
### `/taskmaster:list`
|
|
34
|
+
- `list-tasks` - Smart listing with natural language filters
|
|
35
|
+
- `list-tasks-with-subtasks` - Include subtasks in hierarchical view
|
|
36
|
+
- `list-tasks-by-status` - Filter by specific status
|
|
37
|
+
|
|
38
|
+
### `/taskmaster:set-status`
|
|
39
|
+
- `to-pending` - Reset task to pending
|
|
40
|
+
- `to-in-progress` - Start working on task
|
|
41
|
+
- `to-done` - Mark task complete
|
|
42
|
+
- `to-review` - Submit for review
|
|
43
|
+
- `to-deferred` - Defer task
|
|
44
|
+
- `to-cancelled` - Cancel task
|
|
45
|
+
|
|
46
|
+
### `/taskmaster:sync-readme`
|
|
47
|
+
- `sync-readme` - Export tasks to README.md with formatting
|
|
48
|
+
|
|
49
|
+
### `/taskmaster:update`
|
|
50
|
+
- `update-task` - Update tasks with natural language
|
|
51
|
+
- `update-tasks-from-id` - Update multiple tasks from a starting point
|
|
52
|
+
- `update-single-task` - Update specific task
|
|
53
|
+
|
|
54
|
+
### `/taskmaster:add-task`
|
|
55
|
+
- `add-task` - Add new task with AI assistance
|
|
56
|
+
|
|
57
|
+
### `/taskmaster:remove-task`
|
|
58
|
+
- `remove-task` - Remove task with confirmation
|
|
59
|
+
|
|
60
|
+
## Subtask Management
|
|
61
|
+
|
|
62
|
+
### `/taskmaster:add-subtask`
|
|
63
|
+
- `add-subtask` - Add new subtask to parent
|
|
64
|
+
- `convert-task-to-subtask` - Convert existing task to subtask
|
|
65
|
+
|
|
66
|
+
### `/taskmaster:remove-subtask`
|
|
67
|
+
- `remove-subtask` - Remove subtask (with optional conversion)
|
|
68
|
+
|
|
69
|
+
### `/taskmaster:clear-subtasks`
|
|
70
|
+
- `clear-subtasks` - Clear subtasks from specific task
|
|
71
|
+
- `clear-all-subtasks` - Clear all subtasks globally
|
|
72
|
+
|
|
73
|
+
## Task Analysis & Breakdown
|
|
74
|
+
|
|
75
|
+
### `/taskmaster:analyze-complexity`
|
|
76
|
+
- `analyze-complexity` - Analyze and generate expansion recommendations
|
|
77
|
+
|
|
78
|
+
### `/taskmaster:complexity-report`
|
|
79
|
+
- `complexity-report` - Display complexity analysis report
|
|
80
|
+
|
|
81
|
+
### `/taskmaster:expand`
|
|
82
|
+
- `expand-task` - Break down specific task
|
|
83
|
+
- `expand-all-tasks` - Expand all eligible tasks
|
|
84
|
+
- `with-research` - Enhanced expansion
|
|
85
|
+
|
|
86
|
+
## Task Navigation
|
|
87
|
+
|
|
88
|
+
### `/taskmaster:next`
|
|
89
|
+
- `next-task` - Intelligent next task recommendation
|
|
90
|
+
|
|
91
|
+
### `/taskmaster:show`
|
|
92
|
+
- `show-task` - Display detailed task information
|
|
93
|
+
|
|
94
|
+
### `/taskmaster:status`
|
|
95
|
+
- `project-status` - Comprehensive project dashboard
|
|
96
|
+
|
|
97
|
+
## Dependency Management
|
|
98
|
+
|
|
99
|
+
### `/taskmaster:add-dependency`
|
|
100
|
+
- `add-dependency` - Add task dependency
|
|
101
|
+
|
|
102
|
+
### `/taskmaster:remove-dependency`
|
|
103
|
+
- `remove-dependency` - Remove task dependency
|
|
104
|
+
|
|
105
|
+
### `/taskmaster:validate-dependencies`
|
|
106
|
+
- `validate-dependencies` - Check for dependency issues
|
|
107
|
+
|
|
108
|
+
### `/taskmaster:fix-dependencies`
|
|
109
|
+
- `fix-dependencies` - Automatically fix dependency problems
|
|
110
|
+
|
|
111
|
+
## Workflows & Automation
|
|
112
|
+
|
|
113
|
+
### `/taskmaster:workflows`
|
|
114
|
+
- `smart-workflow` - Context-aware intelligent workflow execution
|
|
115
|
+
- `command-pipeline` - Chain multiple commands together
|
|
116
|
+
- `auto-implement-tasks` - Advanced auto-implementation with code generation
|
|
117
|
+
|
|
118
|
+
## Utilities
|
|
119
|
+
|
|
120
|
+
### `/taskmaster:utils`
|
|
121
|
+
- `analyze-project` - Deep project analysis and insights
|
|
122
|
+
|
|
123
|
+
### `/taskmaster:setup`
|
|
124
|
+
- `install-taskmaster` - Comprehensive installation guide
|
|
125
|
+
- `quick-install-taskmaster` - One-line global installation
|
|
126
|
+
|
|
127
|
+
## Usage Patterns
|
|
128
|
+
|
|
129
|
+
### Natural Language
|
|
130
|
+
Most commands accept natural language arguments:
|
|
131
|
+
```
|
|
132
|
+
/taskmaster:add-task create user authentication system
|
|
133
|
+
/taskmaster:update mark all API tasks as high priority
|
|
134
|
+
/taskmaster:list show blocked tasks
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### ID-Based Commands
|
|
138
|
+
Commands requiring IDs intelligently parse from $ARGUMENTS:
|
|
139
|
+
```
|
|
140
|
+
/taskmaster:show 45
|
|
141
|
+
/taskmaster:expand 23
|
|
142
|
+
/taskmaster:set-status/to-done 67
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Smart Defaults
|
|
146
|
+
Commands provide intelligent defaults and suggestions based on context.
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
Cancel a task permanently.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Cancelling a Task
|
|
6
|
+
|
|
7
|
+
This status indicates a task is no longer needed and won't be completed.
|
|
8
|
+
|
|
9
|
+
## Valid Reasons for Cancellation
|
|
10
|
+
|
|
11
|
+
- Requirements changed
|
|
12
|
+
- Feature deprecated
|
|
13
|
+
- Duplicate of another task
|
|
14
|
+
- Strategic pivot
|
|
15
|
+
- Technical approach invalidated
|
|
16
|
+
|
|
17
|
+
## Pre-Cancellation Checks
|
|
18
|
+
|
|
19
|
+
1. Confirm no critical dependencies
|
|
20
|
+
2. Check for partial implementation
|
|
21
|
+
3. Verify cancellation rationale
|
|
22
|
+
4. Document lessons learned
|
|
23
|
+
|
|
24
|
+
## Execution
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
task-master set-status --id=$ARGUMENTS --status=cancelled
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Cancellation Impact
|
|
31
|
+
|
|
32
|
+
When cancelling:
|
|
33
|
+
1. **Dependency Updates**
|
|
34
|
+
- Notify dependent tasks
|
|
35
|
+
- Update project scope
|
|
36
|
+
- Recalculate timelines
|
|
37
|
+
|
|
38
|
+
2. **Clean-up Actions**
|
|
39
|
+
- Remove related branches
|
|
40
|
+
- Archive any work done
|
|
41
|
+
- Update documentation
|
|
42
|
+
- Close related issues
|
|
43
|
+
|
|
44
|
+
3. **Learning Capture**
|
|
45
|
+
- Document why cancelled
|
|
46
|
+
- Note what was learned
|
|
47
|
+
- Update estimation models
|
|
48
|
+
- Prevent future duplicates
|
|
49
|
+
|
|
50
|
+
## Historical Preservation
|
|
51
|
+
|
|
52
|
+
- Keep for reference
|
|
53
|
+
- Tag with cancellation reason
|
|
54
|
+
- Link to replacement if any
|
|
55
|
+
- Maintain audit trail
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
Defer a task for later consideration.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Deferring a Task
|
|
6
|
+
|
|
7
|
+
This status indicates a task is valid but not currently actionable or prioritized.
|
|
8
|
+
|
|
9
|
+
## Valid Reasons for Deferral
|
|
10
|
+
|
|
11
|
+
- Waiting for external dependencies
|
|
12
|
+
- Reprioritized for future sprint
|
|
13
|
+
- Blocked by technical limitations
|
|
14
|
+
- Resource constraints
|
|
15
|
+
- Strategic timing considerations
|
|
16
|
+
|
|
17
|
+
## Execution
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
task-master set-status --id=$ARGUMENTS --status=deferred
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Deferral Management
|
|
24
|
+
|
|
25
|
+
When deferring:
|
|
26
|
+
1. **Document Reason**
|
|
27
|
+
- Capture why it's being deferred
|
|
28
|
+
- Set reactivation criteria
|
|
29
|
+
- Note any partial work completed
|
|
30
|
+
|
|
31
|
+
2. **Impact Analysis**
|
|
32
|
+
- Check dependent tasks
|
|
33
|
+
- Update project timeline
|
|
34
|
+
- Notify affected stakeholders
|
|
35
|
+
|
|
36
|
+
3. **Future Planning**
|
|
37
|
+
- Set review reminders
|
|
38
|
+
- Tag for specific milestone
|
|
39
|
+
- Preserve context for reactivation
|
|
40
|
+
- Link to blocking issues
|
|
41
|
+
|
|
42
|
+
## Smart Tracking
|
|
43
|
+
|
|
44
|
+
- Monitor deferral duration
|
|
45
|
+
- Alert when criteria met
|
|
46
|
+
- Prevent scope creep
|
|
47
|
+
- Regular review cycles
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Mark a task as completed.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Completing a Task
|
|
6
|
+
|
|
7
|
+
This command validates task completion and updates project state intelligently.
|
|
8
|
+
|
|
9
|
+
## Pre-Completion Checks
|
|
10
|
+
|
|
11
|
+
1. Verify test strategy was followed
|
|
12
|
+
2. Check if all subtasks are complete
|
|
13
|
+
3. Validate acceptance criteria met
|
|
14
|
+
4. Ensure code is committed
|
|
15
|
+
|
|
16
|
+
## Execution
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
task-master set-status --id=$ARGUMENTS --status=done
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Post-Completion Actions
|
|
23
|
+
|
|
24
|
+
1. **Update Dependencies**
|
|
25
|
+
- Identify newly unblocked tasks
|
|
26
|
+
- Update sprint progress
|
|
27
|
+
- Recalculate project timeline
|
|
28
|
+
|
|
29
|
+
2. **Documentation**
|
|
30
|
+
- Generate completion summary
|
|
31
|
+
- Update CLAUDE.md with learnings
|
|
32
|
+
- Log implementation approach
|
|
33
|
+
|
|
34
|
+
3. **Next Steps**
|
|
35
|
+
- Show newly available tasks
|
|
36
|
+
- Suggest logical next task
|
|
37
|
+
- Update velocity metrics
|
|
38
|
+
|
|
39
|
+
## Celebration & Learning
|
|
40
|
+
|
|
41
|
+
- Show impact of completion
|
|
42
|
+
- Display unblocked work
|
|
43
|
+
- Recognize achievement
|
|
44
|
+
- Capture lessons learned
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Start working on a task by setting its status to in-progress.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Starting Work on Task
|
|
6
|
+
|
|
7
|
+
This command does more than just change status - it prepares your environment for productive work.
|
|
8
|
+
|
|
9
|
+
## Pre-Start Checks
|
|
10
|
+
|
|
11
|
+
1. Verify dependencies are met
|
|
12
|
+
2. Check if another task is already in-progress
|
|
13
|
+
3. Ensure task details are complete
|
|
14
|
+
4. Validate test strategy exists
|
|
15
|
+
|
|
16
|
+
## Execution
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
task-master set-status --id=$ARGUMENTS --status=in-progress
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Environment Setup
|
|
23
|
+
|
|
24
|
+
After setting to in-progress:
|
|
25
|
+
1. Create/checkout appropriate git branch
|
|
26
|
+
2. Open relevant documentation
|
|
27
|
+
3. Set up test watchers if applicable
|
|
28
|
+
4. Display task details and acceptance criteria
|
|
29
|
+
5. Show similar completed tasks for reference
|
|
30
|
+
|
|
31
|
+
## Smart Suggestions
|
|
32
|
+
|
|
33
|
+
- Estimated completion time based on complexity
|
|
34
|
+
- Related files from similar tasks
|
|
35
|
+
- Potential blockers to watch for
|
|
36
|
+
- Recommended first steps
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Set a task's status to pending.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Setting Task to Pending
|
|
6
|
+
|
|
7
|
+
This moves a task back to the pending state, useful for:
|
|
8
|
+
- Resetting erroneously started tasks
|
|
9
|
+
- Deferring work that was prematurely begun
|
|
10
|
+
- Reorganizing sprint priorities
|
|
11
|
+
|
|
12
|
+
## Execution
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
task-master set-status --id=$ARGUMENTS --status=pending
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Validation
|
|
19
|
+
|
|
20
|
+
Before setting to pending:
|
|
21
|
+
- Warn if task is currently in-progress
|
|
22
|
+
- Check if this will block other tasks
|
|
23
|
+
- Suggest documenting why it's being reset
|
|
24
|
+
- Preserve any work already done
|
|
25
|
+
|
|
26
|
+
## Smart Actions
|
|
27
|
+
|
|
28
|
+
After setting to pending:
|
|
29
|
+
- Update sprint planning if needed
|
|
30
|
+
- Notify about freed resources
|
|
31
|
+
- Suggest priority reassessment
|
|
32
|
+
- Log the status change with context
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Set a task's status to review.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS (task ID)
|
|
4
|
+
|
|
5
|
+
## Marking Task for Review
|
|
6
|
+
|
|
7
|
+
This status indicates work is complete but needs verification before final approval.
|
|
8
|
+
|
|
9
|
+
## When to Use Review Status
|
|
10
|
+
|
|
11
|
+
- Code complete but needs peer review
|
|
12
|
+
- Implementation done but needs testing
|
|
13
|
+
- Documentation written but needs proofreading
|
|
14
|
+
- Design complete but needs stakeholder approval
|
|
15
|
+
|
|
16
|
+
## Execution
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
task-master set-status --id=$ARGUMENTS --status=review
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Review Preparation
|
|
23
|
+
|
|
24
|
+
When setting to review:
|
|
25
|
+
1. **Generate Review Checklist**
|
|
26
|
+
- Link to PR/MR if applicable
|
|
27
|
+
- Highlight key changes
|
|
28
|
+
- Note areas needing attention
|
|
29
|
+
- Include test results
|
|
30
|
+
|
|
31
|
+
2. **Documentation**
|
|
32
|
+
- Update task with review notes
|
|
33
|
+
- Link relevant artifacts
|
|
34
|
+
- Specify reviewers if known
|
|
35
|
+
|
|
36
|
+
3. **Smart Actions**
|
|
37
|
+
- Create review reminders
|
|
38
|
+
- Track review duration
|
|
39
|
+
- Suggest reviewers based on expertise
|
|
40
|
+
- Prepare rollback plan if needed
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
Update a single specific task with new information.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
Parse task ID and update details.
|
|
6
|
+
|
|
7
|
+
## Single Task Update
|
|
8
|
+
|
|
9
|
+
Precisely update one task with AI assistance to maintain consistency.
|
|
10
|
+
|
|
11
|
+
## Argument Parsing
|
|
12
|
+
|
|
13
|
+
Natural language updates:
|
|
14
|
+
- "5: add caching requirement"
|
|
15
|
+
- "update 5 to include error handling"
|
|
16
|
+
- "task 5 needs rate limiting"
|
|
17
|
+
- "5 change priority to high"
|
|
18
|
+
|
|
19
|
+
## Execution
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
task-master update-task --id=<id> --prompt="<context>"
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Update Types
|
|
26
|
+
|
|
27
|
+
### 1. **Content Updates**
|
|
28
|
+
- Enhance description
|
|
29
|
+
- Add requirements
|
|
30
|
+
- Clarify details
|
|
31
|
+
- Update acceptance criteria
|
|
32
|
+
|
|
33
|
+
### 2. **Metadata Updates**
|
|
34
|
+
- Change priority
|
|
35
|
+
- Adjust time estimates
|
|
36
|
+
- Update complexity
|
|
37
|
+
- Modify dependencies
|
|
38
|
+
|
|
39
|
+
### 3. **Strategic Updates**
|
|
40
|
+
- Revise approach
|
|
41
|
+
- Change test strategy
|
|
42
|
+
- Update implementation notes
|
|
43
|
+
- Adjust subtask needs
|
|
44
|
+
|
|
45
|
+
## AI-Powered Updates
|
|
46
|
+
|
|
47
|
+
The AI:
|
|
48
|
+
1. **Understands Context**
|
|
49
|
+
- Reads current task state
|
|
50
|
+
- Identifies update intent
|
|
51
|
+
- Maintains consistency
|
|
52
|
+
- Preserves important info
|
|
53
|
+
|
|
54
|
+
2. **Applies Changes**
|
|
55
|
+
- Updates relevant fields
|
|
56
|
+
- Keeps style consistent
|
|
57
|
+
- Adds without removing
|
|
58
|
+
- Enhances clarity
|
|
59
|
+
|
|
60
|
+
3. **Validates Results**
|
|
61
|
+
- Checks coherence
|
|
62
|
+
- Verifies completeness
|
|
63
|
+
- Maintains relationships
|
|
64
|
+
- Suggests related updates
|
|
65
|
+
|
|
66
|
+
## Example Updates
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
/taskmaster:update/single 5: add rate limiting
|
|
70
|
+
→ Updating Task #5: "Implement API endpoints"
|
|
71
|
+
|
|
72
|
+
Current: Basic CRUD endpoints
|
|
73
|
+
Adding: Rate limiting requirements
|
|
74
|
+
|
|
75
|
+
Updated sections:
|
|
76
|
+
✓ Description: Added rate limiting mention
|
|
77
|
+
✓ Details: Added specific limits (100/min)
|
|
78
|
+
✓ Test Strategy: Added rate limit tests
|
|
79
|
+
✓ Complexity: Increased from 5 to 6
|
|
80
|
+
✓ Time Estimate: Increased by 2 hours
|
|
81
|
+
|
|
82
|
+
Suggestion: Also update task #6 (API Gateway) for consistency?
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Smart Features
|
|
86
|
+
|
|
87
|
+
1. **Incremental Updates**
|
|
88
|
+
- Adds without overwriting
|
|
89
|
+
- Preserves work history
|
|
90
|
+
- Tracks what changed
|
|
91
|
+
- Shows diff view
|
|
92
|
+
|
|
93
|
+
2. **Consistency Checks**
|
|
94
|
+
- Related task alignment
|
|
95
|
+
- Subtask compatibility
|
|
96
|
+
- Dependency validity
|
|
97
|
+
- Timeline impact
|
|
98
|
+
|
|
99
|
+
3. **Update History**
|
|
100
|
+
- Timestamp changes
|
|
101
|
+
- Track who/what updated
|
|
102
|
+
- Reason for update
|
|
103
|
+
- Previous versions
|
|
104
|
+
|
|
105
|
+
## Field-Specific Updates
|
|
106
|
+
|
|
107
|
+
Quick syntax for specific fields:
|
|
108
|
+
- "5 priority:high" → Update priority only
|
|
109
|
+
- "5 add-time:4h" → Add to time estimate
|
|
110
|
+
- "5 status:review" → Change status
|
|
111
|
+
- "5 depends:3,4" → Add dependencies
|
|
112
|
+
|
|
113
|
+
## Post-Update
|
|
114
|
+
|
|
115
|
+
- Show updated task
|
|
116
|
+
- Highlight changes
|
|
117
|
+
- Check related tasks
|
|
118
|
+
- Update suggestions
|
|
119
|
+
- Timeline adjustments
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
Update tasks with intelligent field detection and bulk operations.
|
|
2
|
+
|
|
3
|
+
Arguments: $ARGUMENTS
|
|
4
|
+
|
|
5
|
+
## Intelligent Task Updates
|
|
6
|
+
|
|
7
|
+
Parse arguments to determine update intent and execute smartly.
|
|
8
|
+
|
|
9
|
+
### 1. **Natural Language Processing**
|
|
10
|
+
|
|
11
|
+
Understand update requests like:
|
|
12
|
+
- "mark 23 as done" → Update status to done
|
|
13
|
+
- "increase priority of 45" → Set priority to high
|
|
14
|
+
- "add dependency on 12 to task 34" → Add dependency
|
|
15
|
+
- "tasks 20-25 need review" → Bulk status update
|
|
16
|
+
- "all API tasks high priority" → Pattern-based update
|
|
17
|
+
|
|
18
|
+
### 2. **Smart Field Detection**
|
|
19
|
+
|
|
20
|
+
Automatically detect what to update:
|
|
21
|
+
- Status keywords: done, complete, start, pause, review
|
|
22
|
+
- Priority changes: urgent, high, low, deprioritize
|
|
23
|
+
- Dependency updates: depends on, blocks, after
|
|
24
|
+
- Assignment: assign to, owner, responsible
|
|
25
|
+
- Time: estimate, spent, deadline
|
|
26
|
+
|
|
27
|
+
### 3. **Bulk Operations**
|
|
28
|
+
|
|
29
|
+
Support for multiple task updates:
|
|
30
|
+
```
|
|
31
|
+
Examples:
|
|
32
|
+
- "complete tasks 12, 15, 18"
|
|
33
|
+
- "all pending auth tasks to in-progress"
|
|
34
|
+
- "increase priority for tasks blocking 45"
|
|
35
|
+
- "defer all documentation tasks"
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### 4. **Contextual Validation**
|
|
39
|
+
|
|
40
|
+
Before updating, check:
|
|
41
|
+
- Status transitions are valid
|
|
42
|
+
- Dependencies don't create cycles
|
|
43
|
+
- Priority changes make sense
|
|
44
|
+
- Bulk updates won't break project flow
|
|
45
|
+
|
|
46
|
+
Show preview:
|
|
47
|
+
```
|
|
48
|
+
Update Preview:
|
|
49
|
+
─────────────────
|
|
50
|
+
Tasks to update: #23, #24, #25
|
|
51
|
+
Change: status → in-progress
|
|
52
|
+
Impact: Will unblock tasks #30, #31
|
|
53
|
+
Warning: Task #24 has unmet dependencies
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### 5. **Smart Suggestions**
|
|
57
|
+
|
|
58
|
+
Based on update:
|
|
59
|
+
- Completing task? → Show newly unblocked tasks
|
|
60
|
+
- Changing priority? → Show impact on sprint
|
|
61
|
+
- Adding dependency? → Check for conflicts
|
|
62
|
+
- Bulk update? → Show summary of changes
|
|
63
|
+
|
|
64
|
+
### 6. **Workflow Integration**
|
|
65
|
+
|
|
66
|
+
After updates:
|
|
67
|
+
- Auto-update dependent task states
|
|
68
|
+
- Trigger status recalculation
|
|
69
|
+
- Update sprint/milestone progress
|
|
70
|
+
- Log changes with context
|
|
71
|
+
|
|
72
|
+
Result: Flexible, intelligent task updates with safety checks.
|