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