plan-implementation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExecuting Plans
执行计划
Overview
概述
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
加载计划、严格审查、分批执行任务、在批次之间提交报告供审核。
核心原则: 分批次执行,设置检查点供架构师审核。
开始时需声明: "我正在使用executing-plans技能来执行此计划。"
The Process
执行流程
Step 1: Load and Review Plan
步骤1:加载并审查计划
- Read plan file
- Review critically - identify any questions or concerns about the plan
- If concerns: Raise them with your human partner before starting
- If no concerns: Create TodoWrite and proceed
- 读取计划文件
- 严格审查——识别计划中存在的任何疑问或问题
- 若有疑问:在开始前向人类合作者提出
- 若无疑问:创建TodoWrite并继续推进
Step 2: Execute Batch
步骤2:执行批次任务
Default: First 3 tasks
For each task:
- Mark as in_progress
- Follow each step exactly (plan has bite-sized steps)
- Run verifications as specified
- Mark as completed
默认:前3项任务
针对每项任务:
- 标记为in_progress(进行中)
- 严格遵循每个步骤(计划包含细化的步骤)
- 按指定要求执行验证
- 标记为已完成
Step 3: Report
步骤3:提交报告
When batch complete:
- Show what was implemented
- Show verification output
- Say: "Ready for feedback."
当批次任务完成时:
- 展示已完成的实施内容
- 展示验证输出结果
- 说明:"已准备好接受反馈。"
Step 4: Continue
步骤4:持续推进
Based on feedback:
- Apply changes if needed
- Execute next batch
- Repeat until complete
根据反馈:
- 如有需要,应用修改
- 执行下一批次任务
- 重复上述步骤直至全部完成
Step 5: Complete Development
步骤5:完成开发
After all tasks complete and verified:
- Announce: "I'm using the finishing-a-development-branch skill to complete this work."
- REQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch
- Follow that skill to verify tests, present options, execute choice
所有任务完成并通过验证后:
- 声明:"我正在使用finishing-a-development-branch技能来完成此项工作。"
- 必填子技能: 使用superpowers:finishing-a-development-branch
- 遵循该技能的要求来验证测试、呈现选项、执行选择
When to Stop and Ask for Help
何时停止并寻求帮助
STOP executing immediately when:
- Hit a blocker mid-batch (missing dependency, test fails, instruction unclear)
- Plan has critical gaps preventing starting
- You don't understand an instruction
- Verification fails repeatedly
Ask for clarification rather than guessing.
立即停止执行的情况:
- 在批次任务执行中遇到阻塞(缺少依赖项、测试失败、指令不明确)
- 计划存在阻碍启动的重大漏洞
- 你无法理解某条指令
- 验证反复失败
请寻求澄清,而非自行猜测。
When to Revisit Earlier Steps
何时返回之前的步骤
Return to Review (Step 1) when:
- Partner updates the plan based on your feedback
- Fundamental approach needs rethinking
Don't force through blockers - stop and ask.
当出现以下情况时,返回至审查步骤(步骤1):
- 合作者根据你的反馈更新了计划
- 基础方法需要重新考量
不要强行突破阻塞——停止并寻求帮助。
Remember
注意事项
- Review plan critically first
- Follow plan steps exactly
- Don't skip verifications
- Reference skills when plan says to
- Between batches: just report and wait
- Stop when blocked, don't guess
- 首先严格审查计划
- 严格遵循计划步骤
- 不要跳过验证环节
- 当计划要求时,引用相关技能
- 批次之间:仅提交报告并等待
- 遇到阻塞时停止,不要猜测