mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 16:02:26 +08:00
605 B
605 B
Existing Task References
Completed Tasks
{completedTasks}
Incomplete Tasks
{unfinishedTasks}
Task Adjustment Principles
- Completed Task Protection - Completed tasks cannot be modified or deleted
- Incomplete Task Adjustability - Incomplete tasks can be modified based on new requirements
- Task ID Consistency - Must use original IDs when referencing existing tasks
- Dependency Relationship Integrity - Avoid circular dependencies, do not depend on tasks marked for removal
- Task Continuity - New tasks should form a coherent whole with existing tasks