todos

Delegate todos.md task processing to subagents and track progress.

10|2|Updated Oct 3, 2020
One-click install
npx skills add https://github.com/Gelio/dotfiles --skill todos-gelio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todos
Source: https://github.com/Gelio/dotfiles/tree/main/universal/claude/skills/todos
Command: npx skills add https://github.com/Gelio/dotfiles --skill todos-gelio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Work through a todos.md task list with subagent delegation, TODO tracking, and commit strategy. Use when the user says "work on todos", "pick up todos", "/todos <path>", "work through the remaining tasks", or references a todos.md file they want worked through. Also use when a user says "pick up where you left off" and a todos.md exists in the working directory. Triggers on any mention of working through a checklist file or task list file.

Core Features & Use Cases

  • Orchestrate task lists by reading todos.md, delegating code changes to subagents, tracking progress, and managing commits.
  • Persist task state across sessions and resume from where you left off, using a clear completion status.
  • Support the /commit-conventions workflow for structured commits and automated messaging.

Quick Start

Start by loading a todos.md in the current directory and begin processing unchecked items in order.

Frequently Asked Questions about todos

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

FAQPage Schema
How do I automate working through a markdown task list with subagent delegation?

You can resume a task list by loading the existing todos.md file, reading the tracked completion status, and continuing to process remaining unchecked items in order using subagents.

What is the best way to track progress and manage commits for a checklist?

Managing commits for a checklist requires a structured commit workflow that applies explicit task statuses, allowing you to track progress and coordinate reproducible commits as subagents complete items.

Can I resume task management from a previously saved point in a markdown file?

Yes, you can resume task management from a previously saved point by loading the todos.md file, reading the persisted task state, and processing the remaining unchecked tasks in order.

Does subagent orchestration support structured commit messaging for workflows?

Subagent orchestration supports structured commit messaging by applying the /commit-conventions workflow, which coordinates commits and automates messaging based on the tracked task statuses.

Why use subagent delegation for processing a todos.md task list?

Using subagent delegation for a todos.md task list ensures traceability and reproducibility by isolating code changes, tracking explicit task statuses, and coordinating structured commits across the workflow.