todo-task-run

Execute and orchestrate tasks defined in a TODO.md file sequentially.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gendosu/agent-skills --skill todo-task-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-task-run
Source: https://github.com/gendosu/agent-skills/tree/main/skills/todo-task-run
Command: npx skills add https://github.com/gendosu/agent-skills --skill todo-task-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates sequential execution of tasks defined in a TODO.md file, ensuring tasks are executed and tracked to completion.

Core Features & Use Cases

  • Sequential task execution: runs each TODO item in order until all tasks are complete.
  • Blocker handling: marks blockers in TODO.md and pauses until resolved.
  • Context propagation: passes results between tasks to coordinate progress and learnings.

Quick Start

Run the runner on a TODO.md file to execute all listed tasks in order.

Frequently Asked Questions about todo-task-run

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

FAQPage Schema
How do I automate sequential task execution from a TODO.md file?

Sequential task execution is handled by running the runner directly on a TODO.md file, executing each listed item in order. It propagates context between tasks to coordinate progress and track results for future tasks.

What happens to task automation when a blocker is encountered in TODO.md?

When task automation encounters a blocker, the runner marks it in the TODO.md file and pauses execution until resolved. This ensures state tracking is maintained and sequential processing halts safely.

Can I use a TODO.md task runner for sprint planning and process automation?

Yes, a TODO.md task runner is applicable for sprint planning and process automation where tasks must run in sequence and track to completion. It supports state tracking, blocker handling, and result logging.

How does context propagation work between tasks in a TODO.md runner?

Context propagation passes results between tasks to coordinate progress and share learnings across the TODO.md sequence. This ensures downstream tasks receive necessary execution context from previous steps.

Do I need any dependencies to run TODO tasks automatically?

No dependencies are required to run TODO tasks automatically. The runner executes tasks defined in a TODO.md file end-to-end without external components, handling state tracking and blocker management natively.

Why does sequential task execution pause before completing all TODO items?

Sequential task execution pauses before completing all TODO items because a blocker was detected and marked in the TODO.md file. The runner halts until the blocker is resolved before resuming remaining tasks.