Files
tools-show/.agents/skills/executing-plans/references/completion-report-template.md
2026-04-11 20:46:55 +08:00

62 lines
921 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 完成报告模板
执行完成后的报告格式。
---
## 报告模板
```markdown
## 实施完成
**计划**[计划文件路径]
**状态**:✅ 所有任务已完成
### 摘要
[已构建内容的简要描述]
### 变更文件
- 新建:[新文件列表]
- 修改:[修改文件列表]
### 验证结果
- 测试:✅ 通过
- 构建:✅ 成功
- Lint✅ 干净
### 执行统计
- 总任务数:[数量]
- 遇到问题:[数量]
### 备注
[任何观察或建议]
```
---
## 多子系统报告
```markdown
## 多子系统实施完成
**纲领**[纲领文件路径]
**状态**:✅ 所有子系统已完成
### 子系统摘要
| 子系统 | 状态 | 计划文档 |
|--------|------|----------|
| 子系统A | ✅ 完成 | plans/subsystem-a.md |
| 子系统B | ✅ 完成 | plans/subsystem-b.md |
### 整体验证
- 集成测试:✅ 通过
- 端到端测试:✅ 通过
```