We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85b59e commit 3bbef22Copy full SHA for 3bbef22
1 file changed
memory/autonomous_operation_sop/task_planning.md
@@ -13,6 +13,9 @@
13
- 避免和历史重复和低价值边际效应
14
2. 反思:为什么这些任务低价值?如何设计才能高价值?
15
3. **批判性**盘点已有报告和记忆(ls autonomous_reports/ + ../memory),考虑如何发挥更大价值或优化
16
+ 3.5. **现状核实**:每条候选TODO涉及的功能/模块,先检查代码库是否已实现
17
+ - 产出类TODO("评估X"/"集成X")→ 搜相关文件 + verify_custom_features,确认代码中不存在再写入
18
+ - 已实现的功能禁止写入"评估/集成"类TODO,只能写"优化/增强/测试效果"类
19
4. 综合以上,产出5-7条TODO写入 `TODO.txt`,TODO已完成内容可压缩丢后面
20
5. 每条格式:`[ ] 类型(产出/冲浪/环境) | 一句话目标 | 验收标准`
21
6. **必须召唤subagent评审TODO**(保证可信三方):input仅给TODO列表+"读记忆库和本sop自行判断,逐条评分1-10并简述理由"(不喂额外先验信息)
0 commit comments