generated from Paul.Kim/tpl-superclaude
Initial commit
This commit is contained in:
21
.claude/commands/task/move.md
Normal file
21
.claude/commands/task/move.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
allowed-tools: mcp__taskmaster-ai__move_task
|
||||
description: Reorganize task structure
|
||||
---
|
||||
|
||||
# Move Tasks
|
||||
|
||||
**User Request:** $ARGUMENTS
|
||||
|
||||
## Goal
|
||||
|
||||
Move tasks to different positions or parents.
|
||||
|
||||
## What You Can Say
|
||||
|
||||
```
|
||||
/move 5.2 to 7.3 # Move subtask to different parent
|
||||
/move 5 to 25 # Move to new position
|
||||
/move 10,11,12 to 16,17,18 # Move multiple tasks
|
||||
/move 5.2 to 7 # Subtask becomes standalone
|
||||
```
|
||||
Reference in New Issue
Block a user