execute-plan
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExecute Plan
执行计划
Execute structured task plans with automatic status tracking and progress updates.
执行带有自动状态跟踪和进度更新的结构化任务计划。
Commitment to Completion
完成承诺
When a plan is provided, all tasks in the plan must be completed. Before starting execution, recite:
"I will execute this plan to completion. All the 20 tasks will be addressed and marked as DONE."
当提供计划后,必须完成计划中的所有任务。开始执行前,需念出:
"我将执行此计划直至完成。所有20项任务都将被处理并标记为DONE。"
Execution Steps
执行步骤
STEP 1: Recite the commitment to complete all tasks in the plan.
STEP 2: Read the entire plan file to identify pending tasks based on .
task_statusSTEP 3: Announce the next pending task and update its status to in the plan file.
IN_PROGRESSSTEP 4: Execute all actions required to complete the task and mark the task status to in the plan file.
DONESTEP 5: Repeat from Step 3 until all tasks are marked as .
DONESTEP 6: Re-read the plan file to verify all tasks are completed before announcing completion.
步骤1:念出完成计划中所有任务的承诺。
步骤2:读取整个计划文件,根据识别待处理任务。
task_status步骤3:宣布下一个待处理任务,并将计划文件中的其状态更新为。
IN_PROGRESS步骤4:执行为完成该任务所需的所有操作,并将计划文件中的任务状态标记为。
DONE步骤5:重复步骤3,直至所有任务都标记为。
DONE步骤6:重新读取计划文件,确认所有任务已完成后再宣布执行完成。
Task Status Format
任务状态格式
Use these status indicators in the plan file:
[ ]: PENDING
[~]: IN_PROGRESS
[x]: DONE
[!]: FAILED在计划文件中使用以下状态标识:
[ ]: PENDING
[~]: IN_PROGRESS
[x]: DONE
[!]: FAILEDExample Usage
示例用法
- User provides: "Execute plan at plans/2025-11-23-refactor-auth-v1.md"
- Recite commitment: "I will execute this plan to completion..."
- Read the plan file
- Find first (PENDING) task
[ ] - Update to (IN_PROGRESS)
[~] - Execute the task
- Update to (DONE)
[x] - Move to next PENDING task
- Repeat until all tasks appear DONE
- Re-read plan file to verify completion
- Announce completion
- 用户提供:"执行路径为plans/2025-11-23-refactor-auth-v1.md的计划"
- 念出承诺:"我将执行此计划直至完成..."
- 读取计划文件
- 找到第一个(PENDING)任务
[ ] - 更新为(IN_PROGRESS)
[~] - 执行该任务
- 更新为(DONE)
[x] - 处理下一个PENDING任务
- 重复直至所有任务显示为DONE
- 重新读取计划文件确认完成
- 宣布执行完成