todo

Read TODO.md, complete the first unchecked task, and remove it.

Updated Sep 12, 2021
One-click install
npx skills add https://github.com/cerico/macfair --skill todo-cerico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/cerico/macfair/tree/main/files/claude/skills/todo
Command: npx skills add https://github.com/cerico/macfair --skill todo-cerico

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of working through tasks listed in a project's TODO.md, turning scattered notes into completed work items.

Core Features & Use Cases

  • Sequential Task Execution: Reads TODO.md, identifies the first unchecked task, and implements the solution.
  • Progress Tracking: Removes completed tasks and guides you to continue with the next one if desired.
  • Automation Trigger: Keeps the codebase momentum by iterating tasks until all are done.

Quick Start

Use the todo skill to read and resolve tasks from the project's TODO.md file, then confirm completion.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I automate task execution from a TODO.md file in my codebase?

To automate task execution from a TODO.md file, this skill reads the file, identifies the first unchecked task, applies steps to complete it, and removes the finished item from the list. It enables sequential completion to maintain project momentum.

What is the best way to track progress for unchecked tasks in a project TODO list?

Tracking progress for unchecked tasks is handled by identifying the first `- [ ]` item in your TODO.md, implementing the required work, and deleting the completed task. This sequential process ensures continuous advancement through your project list.

Can I use this TODO.md task automation for sequential codebase project management?

Yes, this skill supports sequential codebase project management by reading your TODO.md, executing the first unchecked task, and optionally prompting to continue with the next work item until all listed tasks are resolved.

Do I need any dependencies to process TODO.md tasks automatically?

No dependencies are required to process TODO.md tasks automatically. The skill operates independently to read the file, resolve the first unchecked task, and remove it from the list to drive codebase progress.

Does TODO list automation work with tasks in various states?

TODO list automation works with tasks in various states by specifically targeting the first unchecked `- [ ]` item in the TODO.md file. It applies the necessary steps to complete that task and then removes it from the list.