todo-list-manager

Manage dev task lifecycle across todo.md and work_done.md files.

5|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill todo-list-manager-ayanjiushishuai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-list-manager
Source: https://github.com/ayanjiushishuai/dev_toolkits/tree/main/skills/todo_list_manager
Command: npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill todo-list-manager-ayanjiushishuai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

这个 Skill 解决在 .dev_doc/todo.md 与 .dev_doc/work_done.md 的开发任务生命周期管理中的繁琐手动工作,提供自动化的需求记录、优先级排序、完成验证、工作量估算以及日/周/月计划的编排与同步。

Core Features & Use Cases

  • 任务生命周期管理:从记录需求到完成归档,覆盖添加、修改、删除和状态跟踪等核心操作,确保信息一致。
  • 优先级分析与排序:基于综合评分模型自动给出 P0-P3 的优先级建议,帮助聚焦最关键的工作。
  • 估算与验证:提供工作量估算、变更记录,以及跨模块的完成性验证,确保实现与文档一致。
  • 计划编排与清理:每日/每周/月计划生成,自动清理已完成任务并将结果迁移到 work_done.md,形成闭环。
  • 跨模块一致性检查:对照 .dev_doc/ 模块文档和实现变更,提升开发协同与透明度。

Quick Start

用自然语言描述一个新任务,我将把它记录到 todo.md 并附上所属模块、优先级建议、工作量估算,随即启动日/周/月计划流程。

Frequently Asked Questions about todo-list-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate dev task management for todo.md and work_done.md?

Automate dev task management by recording, prioritizing, and validating todos and work_done entries. It spans code, docs, and planning, providing intake, prioritization scoring, estimation, and scheduling across daily, weekly, and monthly horizons.

What is the best way to prioritize development tasks using a scoring model?

Prioritize development tasks using a comprehensive scoring model that automatically assigns P0-P3 priority suggestions. This helps developers focus on the most critical work by evaluating tasks recorded in the todo.md file.

How do I estimate workload and schedule tasks across daily, weekly, and monthly plans?

Estimate workload and schedule tasks by generating daily, weekly, and monthly plans. The system provides workload estimation, changelog logging, and automatically cleans up completed tasks, migrating them to work_done.md after verification.

How does cross-module validation work for software project documentation?

Cross-module validation enforces workflow integrity by checking .dev_doc/ module documentation against implementation changes. This consistency check improves development collaboration and transparency across code, docs, and planning.

Can I use natural language to add new tasks to todo.md?

You can describe a new task using natural language, and the system will record it to todo.md with the associated module, priority suggestion, and workload estimation, subsequently initiating the daily, weekly, and monthly planning processes.

How to safely migrate completed development tasks to work_done.md?

Safely migrate completed development tasks to work_done.md after verification. The process enforces workflow integrity with cross-module validation and changelog logging, ensuring implementation matches documentation before archiving.