task-runner

Delegate todo file tasks to a task-executor agent with context validation and results reporting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end task execution by reading todo/ task files and delegating work to a task-executor agent, enabling hands-free workflow progression.

Core Features & Use Cases

  • Task orchestration: coordinates loading todo tasks, validating context, delegating to the executor, and moving completed tasks to done with result reporting.
  • Guardrails & validation: enforces completeness of each task file, checks for required sections, and auto-augments missing parts.
  • End-to-end automation: supports sentinel-based stop, continuous looping until all tasks are completed, and automatic retry on failures.

Quick Start

Initialize by creating the sentinel and starting the task loop to automatically process all todo tasks.

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 execution in Claude workflows?

You can automate todo task execution by using a task-runner that reads todo files, validates context, delegates work to a task-executor agent, and moves completed items to done with automatic results reporting.

What is sentinel-based control for continuous task orchestration?

Sentinel-based control is a mechanism that initializes a task loop to continuously process todo tasks, automatically stopping execution when all tasks are completed or when the sentinel signals a halt.

How do I set up a continuous loop for processing todo files?

To set up a continuous loop, create the initial sentinel and start the task loop, which will automatically load tasks, validate context completeness, delegate execution, and retry on failures until finished.

Does the task-runner automatically validate context completeness before execution?

Yes, the task-runner enforces completeness by checking each todo task file for required sections and automatically augmenting missing parts before delegating the work to the task-executor agent.

What happens when an automated task delegation fails?

When task delegation fails, the task orchestration loop automatically retries the execution, ensuring hands-free workflow progression until the task is successfully completed or the sentinel stops the loop.

Can I use this task orchestration approach without external dependencies?

Yes, you can use this task orchestration approach without external dependencies, as it operates entirely within Claude-based workflows by reading local todo files and delegating to an internal task-executor agent.