todo-list-builder
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTODO List Builder
TODO列表构建器
Phase 1: Build from Documentation
阶段1:从文档构建
Your job is to create a !
TODO_LIST.md- READ ALL .md files 1 at the time!
- After you read ONE .md file: UPSERT the existing !
TODO_LIST.md - Then READ THE NEXT .md file!
- Document inside the which files you already read and which you know you still need to READ!
TODO_LIST.md
Use 1 Sub Agent per file. ONLY 1 Agent at the same time. If an Agent does not respond properly, ask again with a smaller / split up request.
你的任务是创建!
TODO_LIST.md- 逐个读取所有.md文件!
- 读取完一个.md文件后:更新(UPSERT)现有的!
TODO_LIST.md - 然后读取下一个.md文件!
- 在中记录你已读取的文件以及仍需读取的文件!
TODO_LIST.md
每个文件使用一个Sub Agent。同一时间仅使用一个Agent。如果Agent响应不符合要求,请拆分请求后再次询问。
Phase 2: Verify Against Code
阶段2:对照代码验证
Now your job is to:
A) Figure out, by reading the actual code file, if some of these TODOs are already done
B) How much they were done, are they properly integrated and so on and so forth...
C) Update each to represent all these accordingly AND make sure to de-duplicate the TODOs
D) Repeat until all files are done
TODO_LIST.md现在你的任务是:
A) 通过读取实际代码文件,判断其中部分TODO是否已完成
B) 完成程度如何,是否已正确集成等等...
C) 更新以准确反映所有情况,并确保去除重复的TODO
D) 重复上述步骤直至所有文件处理完成
TODO_LIST.mdInternal TODO Structure
内部TODO结构
WHEN YOU CREATE YOUR OWN INTERNAL TODO LIST FOR THIS SESSION, structure it like this:
- Let Agent READ FILE X, and verify/research the current code based on the claims
- Update TODO_LIST.md with critical findings from file X
- git commit TODO_LIST.md
- Let Agent READ FILE Y, and ...
- Update TODO_LIST.md with critical findings from file Y
- git commit TODO_LIST.md
当你为本次会话创建自己的内部TODO列表时,请按以下结构组织:
- 让Agent读取文件X,并基于文档描述验证/调研当前代码
- 将文件X的关键发现更新到中
TODO_LIST.md - git commit TODO_LIST.md
- 让Agent读取文件Y,并...
- 将文件Y的关键发现更新到中
TODO_LIST.md - git commit TODO_LIST.md
Execution
执行流程
READ, UNDERSTAND, RESEARCH, REFLECT.
Break this down into multiple actionable steps. Think about them again.
Execute and Verify them one step at the time.
Repeat until done. Keep going until everything works and you think you did a great job!
读取、理解、调研、反思。
将任务拆分为多个可执行步骤。再次梳理这些步骤。
逐步执行并验证。
重复直至完成。持续推进直至所有环节正常运行,确保工作质量达标!