execute-plan

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Execute 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_status
.
STEP 3: Announce the next pending task and update its status to
IN_PROGRESS
in the plan file.
STEP 4: Execute all actions required to complete the task and mark the task status to
DONE
in the plan file.
STEP 5: Repeat from Step 3 until all tasks are marked as
DONE
.
STEP 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
[!]: FAILED

Example Usage

示例用法

  1. User provides: "Execute plan at plans/2025-11-23-refactor-auth-v1.md"
  2. Recite commitment: "I will execute this plan to completion..."
  3. Read the plan file
  4. Find first
    [ ]
    (PENDING) task
  5. Update to
    [~]
    (IN_PROGRESS)
  6. Execute the task
  7. Update to
    [x]
    (DONE)
  8. Move to next PENDING task
  9. Repeat until all tasks appear DONE
  10. Re-read plan file to verify completion
  11. Announce completion
  1. 用户提供:"执行路径为plans/2025-11-23-refactor-auth-v1.md的计划"
  2. 念出承诺:"我将执行此计划直至完成..."
  3. 读取计划文件
  4. 找到第一个
    [ ]
    (PENDING)任务
  5. 更新为
    [~]
    (IN_PROGRESS)
  6. 执行该任务
  7. 更新为
    [x]
    (DONE)
  8. 处理下一个PENDING任务
  9. 重复直至所有任务显示为DONE
  10. 重新读取计划文件确认完成
  11. 宣布执行完成