system-execution-report

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Execution Report

实施执行报告

Review and deeply analyze the implementation you just completed.
回顾并深入分析你刚完成的实施工作。

Context

背景

You have just finished implementing a feature. Before moving on, reflect on:
  • What you implemented
  • How it aligns with the plan
  • What challenges you encountered
  • What diverged and why
你刚完成了一项功能的实施。在进入下一阶段前,请复盘以下内容:
  • 你实施了什么内容
  • 实施内容与计划的契合度
  • 遇到了哪些挑战
  • 出现了哪些偏差及原因

Generate Report

生成报告

Save to:
.claude/execution-reports/[feature-name].md
保存至:
.claude/execution-reports/[feature-name].md

Meta Information

元信息

  • Plan file: [path to plan that guided this implementation]
  • Files added: [list with paths]
  • Files modified: [list with paths]
  • Lines changed: +X -Y
  • 计划文件:[指导本次实施的计划路径]
  • 新增文件:[路径列表]
  • 修改文件:[路径列表]
  • 代码行数变更:+X -Y

Validation Results

验证结果

  • Syntax & Linting: ✓/✗ [details if failed]
  • Type Checking: ✓/✗ [details if failed]
  • Unit Tests: ✓/✗ [X passed, Y failed]
  • Integration Tests: ✓/✗ [X passed, Y failed]
  • 语法与代码规范检查:✓/✗ [若失败请说明详情]
  • 类型检查:✓/✗ [若失败请说明详情]
  • 单元测试:✓/✗ [X项通过,Y项失败]
  • 集成测试:✓/✗ [X项通过,Y项失败]

What Went Well

进展顺利的部分

List specific things that worked smoothly:
  • [concrete examples]
列出具体的顺利事项:
  • [具体示例]

Challenges Encountered

遇到的挑战

List specific difficulties:
  • [what was difficult and why]
列出具体的困难:
  • [困难内容及原因]

Divergences from Plan

与计划的偏差

For each divergence, document:
[Divergence Title]
  • Planned: [what the plan specified]
  • Actual: [what was implemented instead]
  • Reason: [why this divergence occurred]
  • Type: [Better approach found | Plan assumption wrong | Security concern | Performance issue | Other]
针对每一处偏差,记录以下信息:
[偏差标题]
  • 计划内容:[计划中规定的内容]
  • 实际实施:[实际完成的内容]
  • 原因:[出现偏差的原因]
  • 类型:[发现更优方案 | 计划假设错误 | 安全问题 | 性能问题 | 其他]

Skipped Items

未完成项

List anything from the plan that was not implemented:
  • [what was skipped]
  • Reason: [why it was skipped]
列出计划中未实施的内容:
  • [未实施的内容]
  • 原因:[未实施的原因]

Recommendations

建议

Based on this implementation, what should change for next time?
  • Plan skill improvements: [suggestions]
  • Execute skill improvements: [suggestions]
  • CLAUDE.md additions: [suggestions]
基于本次实施,后续工作应做出哪些调整?
  • 计划能力提升建议:[具体建议]
  • 执行能力提升建议:[具体建议]
  • CLAUDE.md补充建议:[具体建议]