task-runner

Read todo/tasks-*.md files and delegate tasks to agent teams.

8|2|Updated Nov 1, 2023
One-click install
npx skills add https://github.com/Let-s-intern/lets-intern-client --skill task-runner-let-s-intern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-runner
Source: https://github.com/Let-s-intern/lets-intern-client/tree/main/.claude/skills/task-runner
Command: npx skills add https://github.com/Let-s-intern/lets-intern-client --skill task-runner-let-s-intern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of tasks by reading the todo/ folder and delegating them to an agent team for automatic execution. Users can request actions like 'start task', 'execute task', 'next task', 'continue task', or 'resume' to trigger processing.

Core Features & Use Cases

  • Orchestrates task execution by parsing todo/tasks-*.md files and dispatching work to specialized sub-agents.
  • Supports both parallel and sequential task flows via team delegation, with clear references to artifacts.
  • Use Case: A project manager wants to automate repetitive administrative tasks by distributing subtasks to refactor-, design-, feature-, or doc-workers.

Quick Start

Instruct the system to run a specific task file under todo by providing its path, e.g., 'todo/tasks-init-run.md'.

Frequently Asked Questions about task-runner

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

FAQPage Schema
How do I automate task execution by delegating work to agent teams?

Task automation is achieved by reading todo/ directory files and dispatching them to specialized agent teams. You can trigger this by instructing the system to start, execute, or resume a specific task file like todo/tasks-init-run.md.

What is the best way to orchestrate parallel task workflows using markdown files?

Orchestrating parallel workflows involves parsing structured todo/tasks-*.md files and delegating subtasks to specialized workers. This allows both parallel and sequential execution across different agents with clear artifact references.

Can I use task delegation for automating repetitive administrative tasks in a project?

Task delegation suits project managers needing to automate repetitive administrative work by distributing subtasks. It entrusts specific actions to refactor-, design-, feature-, or doc-workers for automatic execution.

Does the orchestration workflow support sequential execution and immediate commits?

The orchestration workflow supports deterministic sequential and parallel execution. It handles agent delegation, sentinel and done directory management, and commits completed sub-tasks immediately upon execution.

Do I need any specific dependencies to run task files through agent delegation?

No specific dependencies are required to run task files through agent delegation. The system autonomously reads the structured todo/ folder and manages the delegation workflow without external packages.

Why does task delegation require structuring files as todo/tasks-*.md?

Task delegation requires todo/tasks-*.md structuring because the automation mechanism specifically parses this directory pattern to identify, parse, and entrust work to the appropriate agent teams.