todo-manage

Community

Organize project tasks, track progress effortlessly.

Authorsorryhyun
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing project tasks, especially for complex features, can quickly become disorganized, leading to missed deadlines, unclear priorities, and wasted effort. This skill automates the creation, organization, and maintenance of a comprehensive TODO.md list, ensuring clarity and efficient project execution.

Core Features & Use Cases

  • Phase-Based Planning: Automatically breaks down complex projects into 3-5 logical phases with detailed, actionable tasks, effort estimates, affected files, and risk assessments, providing an immediate, structured plan.
  • Task Tracking & Updates: Facilitates marking tasks complete, updating progress notes, and noting blockers or dependencies, ensuring the TODO.md always reflects the current project state.
  • Automated Cleanup: Regularly removes completed or stale tasks, consolidating duplicates, and keeping the project's TODO.md concise, focused, and relevant.
  • Use Case: When starting a new feature like "MCP SDK Migration," simply describe the goal. This skill will generate a structured TODO.md with phases, estimated efforts, affected files, and potential risks, providing an immediate, actionable plan for development and clear communication of progress.

Quick Start

Quick Format Structure for a new project:

# DiPeO Project Todos

## [Project Name] (Priority Level)

Goal: One-sentence description

Context: Why this work is needed

Target: End state

### Phase 1: [Phase Name] ([Estimated Effort])

[Phase description]

- [ ] [Action verb task description]

- Estimated effort: Medium (2-3 hours)

- Files: path/to/file.py

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: todo-manage
Download link: https://github.com/sorryhyun/DiPeO/archive/main.zip#todo-manage

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository