executing-plans
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
- 严格遵循每个步骤(计划包含细化的步骤)
- 按指定运行验证
- 标记为completed
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
- Never start implementation on main/master branch without explicit user consent
- 首先严格审查计划
- 严格遵循计划步骤
- 不要跳过验证
- 当计划要求时引用相关技能
- 批次之间:仅提交报告并等待
- 遇到阻塞时停止,不要猜测
- 未经用户明确同意,切勿在main/master分支上开始实施
Integration
集成
Required workflow skills:
- superpowers:using-git-worktrees - REQUIRED: Set up isolated workspace before starting
- superpowers:writing-plans - Creates the plan this skill executes
- superpowers:finishing-a-development-branch - Complete development after all tasks
必需的工作流技能:
- superpowers:using-git-worktrees - 必需:在开始前设置独立工作区
- superpowers:writing-plans - 创建此技能要执行的计划
- superpowers:finishing-a-development-branch - 所有任务完成后完成开发