todo-runner

Automates prioritized TODO.md tasks with automatic decomposition and status updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of tasks from a TODO list, ensuring a continuous and efficient development workflow without manual intervention for each step.

Core Features & Use Cases

  • Automated Task Execution: Selects and executes the next task based on priority from a TODO.md file.
  • Progress Tracking: Marks tasks as in-progress and completed, updating their status.
  • Task Decomposition: Automatically breaks down large tasks into smaller, manageable sub-tasks.
  • Use Case: After completing a feature, the todo-runner skill automatically picks up the next highest priority task from your project's TODO.md, executes it, and reports the completion, allowing for a seamless development cycle.

Quick Start

Ask the AI to execute the next task in the project's TODO list.

Frequently Asked Questions about todo-runner

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

FAQPage Schema
How do I automate task execution from a TODO list in my development workflow?▼

Automating task execution is handled by selecting and executing the next highest priority item from a structured TODO.md file, updating task status, and ensuring a continuous development flow without manual intervention.

Can I automatically break down complex todo items into smaller sub-tasks?▼

Yes, task decomposition is supported automatically. Complex items in your TODO list are broken down into smaller, manageable sub-tasks to facilitate execution and continuous development progress.

How does a project management automation skill track task progress and status?▼

Task progress tracking works by marking items as in-progress and completed, directly updating their status within the TODO.md file to maintain an accurate view of development workflow execution.

Do I need a specific TODO format to automate my development workflow?▼

You need a structured TODO.md file containing prioritized high, medium, and low-priority items. This format allows the automation to select and execute the next actionable item correctly.

What is the best way to prioritize development tasks for automated execution?▼

Prioritizing development tasks involves structuring your TODO.md with high, medium, and low-priority items. The automation logic selects the next highest priority actionable item to execute.

Why does my automated todo execution stall on complex project items?▼

Automated todo execution may stall if complex tasks are not properly decomposed. The skill handles this by automatically breaking down large tasks into smaller, manageable sub-tasks for execution.