todo-manager
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTodo Manager Skill (待办事项管理技能)
Todo Manager Skill (Task Management Skill)
核心能力 (Core Capabilities)
Core Capabilities
- 状态同步: 实时更新 中的任务状态(进行中、已完成)。
docs/plan/todo.md - 任务拆解: 将复杂需求拆解为 中的原子化条目。
todo.md - 版本规划: 根据更改内容更新 。
docs/plan/roadmap.md - 闭环检查: 在任务完成前,核对所有 TODO 项是否已打勾。
- Status Sync: Real-time update of task statuses (in-progress, completed) in .
docs/plan/todo.md - Task Breakdown: Decompose complex requirements into atomic items in .
todo.md - Version Planning: Update based on changes.
docs/plan/roadmap.md - Closed-Loop Check: Verify that all TODO items are checked off before task completion.
指令 (Instructions)
Instructions
- 首尾呼应: 每个任务开始前必须将对应的 TODO 标记为 ;完成后标记为
in-progress。completed - 严禁遗漏: 识别代码中的 注释,并将其同步到全局待办列表中。
// TODO: - 文档一致: 确保 与实际开发进度保持同步。
roadmap.md
- Start-Finish Alignment: Mark the corresponding TODO item as before starting each task; mark it as
in-progressafter finishing.completed - No Omissions: Identify comments in code and sync them to the global to-do list.
// TODO: - Document Consistency: Ensure is synchronized with actual development progress.
roadmap.md
使用示例 (Usage Example)
Usage Example
动作: 读取 ,找到排名最高且未开始的任务,启动开发流程并将该条目标记为“开发中”。
todo.mdAction: Read , find the highest-priority unstarted task, initiate the development process and mark the item as "in-progress".
todo.md