Resolve all TODO comments using parallel processing.
使用并行处理解决所有TODO注释。
Workflow
工作流程
1. Analyze
1. 分析
Get all unresolved TODOs from the /todos/*.md directory
If any todo recommends deleting, removing, or gitignoring files in
docs/plans/
or
docs/solutions/
, skip it and mark it as
wont_fix
. These are compound-engineering pipeline artifacts that are intentional and permanent.
从/todos/*.md目录中获取所有未解决的TODO
如果任何待办事项建议删除、移除或通过gitignore忽略
docs/plans/
或
docs/solutions/
中的文件,请跳过该事项并标记为
wont_fix
。这些是复合工程流水线的工件,是有意保留且永久存在的。
2. Plan
2. 规划
Create a TodoWrite list of all unresolved items grouped by type.Make sure to look at dependencies that might occur and prioritize the ones needed by others. For example, if you need to change a name, you must wait to do the others. Output a mermaid flow diagram showing how we can do this. Can we do everything in parallel? Do we need to do one first that leads to others in parallel? I'll put the to-dos in the mermaid diagram flow‑wise so the agent knows how to proceed in order.