mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-27 00:12:26 +08:00
15 lines
746 B
Markdown
15 lines
746 B
Markdown
![]() |
Decompose complex tasks into independent subtasks, establishing dependencies and priorities.
|
||
|
|
||
|
## updateMode
|
||
|
|
||
|
- **append**: Keep existing tasks and add new ones
|
||
|
- **overwrite**: Delete unfinished tasks, keep completed ones
|
||
|
- **selective**: Intelligently match and update existing tasks based on name
|
||
|
- **clearAllTasks**: Clear all tasks and create a backup (preferred mode)
|
||
|
|
||
|
## Key Requirements
|
||
|
|
||
|
- **Provide concise pseudocode**: Only provide high-level logic flow and key steps, avoid complete code
|
||
|
- **Consolidate when necessary**: Simple modifications can be integrated with other tasks to avoid excessive task count
|
||
|
- **Submit in batches**: If there are too many tasks, use the "split_tasks" tool with parameters not exceeding 5000 characters
|