task-runner

Read todo/task files and delegate execution to a task-executor agent.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc --skill task-runner-dusvlf111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-runner
Source: https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc/tree/main/.claude/skills/task-runner
Command: npx skills add https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc --skill task-runner-dusvlf111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Task Runner automates the orchestration of task execution by reading todo/task files and delegating to a task-executor agent to run the work and report results.

Core Features & Use Cases

  • Automated task orchestration: reads todo/ task files and delegates execution to a task-executor agent.
  • End-to-end workflow: supports the complete lifecycle from pending tasks in todo/ through completion in done/, including automatic commits and result reports.
  • Use Case: teams that maintain a Push-based task pipeline can achieve hands-off progress without constant user prompts.

Quick Start

Run the task runner to process the next pending task from todo/ and commit the results to done/.

Frequently Asked Questions about task-runner

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

FAQPage Schema
How do I automate todo task orchestration from pending files to done pipelines?

Automated task orchestration reads todo/task files and delegates execution to a task-executor agent, automatically committing results to done/ directories. It supports end-to-end workflow progression without constant user prompts.

What is autonomous task progression and how does it work with AI agents?

Autonomous task progression uses an AI agent to read pending task files, execute the specified work, and report results automatically. The task runner delegates execution to a task-executor agent to process work from todo/ through completion.

Do I need a task-executor agent to automate my commit workflow?

Yes, the task runner requires a task-executor agent to perform the actual work and commits. The runner orchestrates by reading task files and delegating execution, meaning the executor must have access to all necessary inputs.

How to set up push-based task pipelines for hands-off automated execution?

Create todo/task files containing complete context including execution environment, references, rules, and related files. The task runner reads these files and delegates to a task-executor agent to process work and commit results automatically.

What should each task file contain for automated task orchestration to work?

Each task file must contain complete context including execution environment, references, rules, and related files. This ensures the task-executor agent has all necessary inputs to perform commits and report results autonomously.

Can I use task automation for team workflows that require minimal user prompts?

Yes, teams maintaining push-based task pipelines can achieve hands-off progress without constant user prompts. The orchestration reads pending tasks and delegates execution automatically, supporting complete lifecycle management from todo/ to done/.