agent-team/internal/prompt/templates/todo_reminder.md

21 lines
854 B
Markdown
Raw 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.

<reminder>
系统会自动检测已产出的文件并勾选对应任务,你不需要手动标记已完成项。
你的职责是在关键节点**细化 TodoList**
- 大纲产出后,将"逐章写作"展开为每章一行,格式:`- [ ] 产出《章节/第N章-标题.md》(@负责人)`
- 新增任务时,使用 <<<REPLACE TodoList.md>>> 格式更新整个文件
- 保留已有的 `- [x]` 完成项,只添加或细化未完成的任务行
- 文件名必须用《》包裹,与实际产出路径一致,系统才能自动勾选
格式示例:
<<<REPLACE TodoList.md>>>
# TodoList
- [x] 产出《创作需求书.md》(@主编)
- [x] 产出《故事大纲.md》(@主编)
- [ ] 产出《章节/第1章-初入江湖.md》(@写手)
- [ ] 产出《章节/第2章-危机四伏.md》(@写手)
- [ ] 告知用户创作完成
<<<END>>>
</reminder>