todo-manager

Create and update structured TODO.md files with status indicators and progress reports.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/m1nuzz/todo-manager-skill --skill todo-manager-m1nuzz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: todo-manager
Source: https://github.com/m1nuzz/todo-manager-skill/tree/main
Command: npx skills add https://github.com/m1nuzz/todo-manager-skill --skill todo-manager-m1nuzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

TODO Manager solves the problem of disorganized task tracking across multi-step projects by providing a standardized, Markdown-based TODO format with category-based tasks and status indicators.

Core Features & Use Cases

  • Creates new TODO.md files in the standard structure, including Core Features, UI Enhancements, Advanced Features, Testing, Performance, and Documentation categories.
  • Updates task statuses with markers [ ], [x], and [-], adds new tasks, and generates progress reports to communicate project progress.
  • Use cases include starting a new project, maintaining ongoing project plans, and automating routine task-tracking for teams.

Quick Start

Create a new TODO.md for your project using the standard format and define initial categories to begin tracking tasks.

Frequently Asked Questions about todo-manager

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

FAQPage Schema
How do I create a structured TODO.md file to track multi-step project tasks?▼

You create a TODO.md file by defining standard categories like Core Features, Testing, and Documentation. This standardized Markdown format provides category-based tasks and status indicators to track multi-step project progress.

What do the [ ], [x], and [-] status markers mean in a Markdown TODO file?▼

In a Markdown TODO file, [ ], [x], and [-] are status indicators representing incomplete, completed, and skipped or pending tasks respectively. These markers automate status updates and generate accurate progress reports across project categories.

Can I automate adding new tasks and updating statuses in a TODO.md file using Python?▼

Yes, you can automate adding new tasks and updating statuses in a TODO.md file using a Python script. It performs category-based parsing, input validation, and applies status markers to maintain project tracking without manual editing.

What is the best way to generate progress reports for ongoing project plans?▼

The best way to generate progress reports is maintaining a Markdown-based TODO format with category-based tasks. Automating status updates with standard markers allows you to calculate and communicate ongoing project progress across standard categories.

Do I need any external dependencies to run this automated TODO manager script?▼

No, you do not need any external dependencies to run this automated TODO manager script. It operates via simple CLI-driven operations using a standalone Python script with category-based parsing and input validation.