From 209bd6ac08c3e1ee4fe4c9d36ecf8959b244e717 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 23 Sep 2025 20:56:29 +0800 Subject: [PATCH] docs: Clarify distinction between TodoWrite tool and TODO_LIST.md updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update timing section now specifically refers to TODO_LIST.md file updates - Clear separation between Claude Code TodoWrite tool (real-time tracking) and workflow TODO_LIST.md (persistent documentation) - Maintain consistency with workflow architecture principles 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/workflow/execute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude/commands/workflow/execute.md b/.claude/commands/workflow/execute.md index 3dc33205..36832b9f 100644 --- a/.claude/commands/workflow/execute.md +++ b/.claude/commands/workflow/execute.md @@ -154,11 +154,11 @@ TodoWrite({ - **Immediate Completion**: Mark tasks `completed` immediately after finishing - **Status Sync**: Sync TodoWrite status with JSON task files after each update -#### Update Timing -- **Before Agent Launch**: Mark task as `in_progress` (⚠️) -- **After Task Complete**: Mark as `completed` (✅), advance to next -- **On Error**: Keep as `in_progress`, add error note -- **Session End**: Sync all statuses with JSON files +#### TODO_LIST.md Update Timing +- **Before Agent Launch**: Update TODO_LIST.md to mark task as `in_progress` (⚠️) +- **After Task Complete**: Update TODO_LIST.md to mark as `completed` (✅), advance to next +- **On Error**: Keep as `in_progress` in TODO_LIST.md, add error note +- **Session End**: Sync all TODO_LIST.md statuses with JSON task files ### 3. Agent Context Management **Comprehensive context preparation** for autonomous agent execution: