You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/tools/update-plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Updates the current task plan and progress display.
5
5
Usage:
6
6
- Use this tool for non-trivial multi-step tasks when a task list helps track execution progress.
7
7
- Pass the complete current task list every time. The latest call replaces the previous visible plan.
8
-
- The `plan` argument is a markdown string, not an array of step objects.
8
+
- The `plan` argument is a markdown string, not an array of step objects. If the requirement is in Chinese, then use Chinese for the markdown as well.
9
9
- Keep exactly one task marked `[>]` while work is in progress.
10
10
- Update the plan before starting a task, immediately after completing a task, and whenever tasks are split, merged, reordered, blocked, or changed.
11
11
- Before executing the first task and after completing each task, re-evaluate the latest conversation and project context, then revise the remaining plan if needed.
0 commit comments