task-executor

Execute task files sequentially with human approval at each step.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sunLeee/optimization --skill task-executor-sunleee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-executor
Source: https://github.com/sunLeee/optimization/tree/main/.claude/skills/process/task-executor
Command: npx skills add https://github.com/sunLeee/optimization --skill task-executor-sunleee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the sequential execution of generated Task lists while enforcing Human-in-the-Loop approvals, enabling clear accountability and progress tracking.

Core Features & Use Cases

  • Sequential task execution: run tasks one by one in order until completion.
  • Human-in-the-Loop approvals: pause after each sub-task and await explicit user confirmation.
  • Progress reporting: automatically update and surface completion status and changes.
  • Automated validation hooks: verify completion criteria and generate reports for review.
  • Use cases: onboarding new tasks, auditing complex workflows, and enforcing guardrails in multi-step processes.

Quick Start

Provide a path to a task file (for example tasks/tasks-user-profile.md) to begin executing the first unfinished sub-task.

Frequently Asked Questions about task-executor

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

FAQPage Schema
How do I automate sequential task execution with human-in-the-loop approvals?

Sequential task execution with human-in-the-loop approvals is automated by processing a task file and pausing after each sub-task for explicit user confirmation. This enforces strict one-task-at-a-time workflows with automatic progress tracking and reporting.

What is the best way to track progress for multi-step workflows?

Tracking progress for multi-step workflows is handled by automatically updating completion status and generating progress summaries after each sub-task. It uses a markdown task file as input to mark completions and surface changes for review.

How do I enforce guardrails in multi-step automation workflows?

Enforcing guardrails in multi-step automation workflows is achieved by requiring explicit user-prompted confirmations before advancing. Automated validation hooks verify completion criteria, ensuring accountability and preventing unapproved steps.

Do I need a specific file format to start executing sub-tasks sequentially?

A markdown task file, such as tasks/tasks-user-profile.md, is required to start executing sub-tasks sequentially. Providing the path to this file initiates the workflow at the first unfinished sub-task, using optional scripts and references as supplementary inputs.

Can I run multiple sub-tasks at the same time using task-management automation?

Running multiple sub-tasks simultaneously is not supported by this task-management automation. It implements a strict one-task-at-a-time workflow, requiring each generated sub-task to be completed and approved before moving to the next.

When should I use human-in-the-loop task execution for auditing complex workflows?

Human-in-the-loop task execution for auditing complex workflows should be used when clear accountability and manual validation are required. It pauses execution for user review, making it suitable for onboarding new tasks and enforcing process guardrails.