todo-manager

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Todo 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
    docs/plan/roadmap.md
    based on changes.
  • Closed-Loop Check: Verify that all TODO items are checked off before task completion.

指令 (Instructions)

Instructions

  1. 首尾呼应: 每个任务开始前必须将对应的 TODO 标记为
    in-progress
    ;完成后标记为
    completed
  2. 严禁遗漏: 识别代码中的
    // TODO:
    注释,并将其同步到全局待办列表中。
  3. 文档一致: 确保
    roadmap.md
    与实际开发进度保持同步。
  1. Start-Finish Alignment: Mark the corresponding TODO item as
    in-progress
    before starting each task; mark it as
    completed
    after finishing.
  2. No Omissions: Identify
    // TODO:
    comments in code and sync them to the global to-do list.
  3. Document Consistency: Ensure
    roadmap.md
    is synchronized with actual development progress.

使用示例 (Usage Example)

Usage Example

动作: 读取
todo.md
,找到排名最高且未开始的任务,启动开发流程并将该条目标记为“开发中”。
Action: Read
todo.md
, find the highest-priority unstarted task, initiate the development process and mark the item as "in-progress".