TaskMaster for Openclaw

An intelligent project management system that breaks down complex goals and orchestrates AI sub-agents using cost-effective model selection.

jlwrow
v1.0.0
Feb 2, 2026
8
3.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install taskmaster

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install taskmaster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is TaskMaster?

TaskMaster is a sophisticated project manager and delegation framework designed to transform high-level objectives into manageable, executed workflows. By serving as an orchestration layer within the Openclaw Skills ecosystem, it intelligently assigns tasks to the most appropriate AI models—ranging from lightweight models for data extraction to high-reasoning models for architectural decisions. This ensures that complex projects are completed efficiently without over-spending on token costs.

The skill focuses on autonomous sub-agent management, allowing users to spawn isolated processes that handle specific parts of a project in parallel. TaskMaster acts as the central brain, monitoring progress, managing budgets, and consolidating disparate outputs into a single, high-quality deliverable.

TaskMaster Use Cases

  • Orchestrating multi-step development workflows like building a full-stack MVP.
  • Conducting deep market research by running parallel search and analysis tasks.
  • Managing token budgets for large-scale AI automation projects.
  • Delegating routine tasks like data formatting to cheaper models while reserving complex reasoning for premium models.
  • Automating failed task retries and escalation paths in production environments.

How TaskMaster Works

  1. Task Triage: TaskMaster analyzes the project requirements to identify complexity and specific technical needs.
  2. Model Selection: It automatically assigns the best-fit model (Haiku, Sonnet, or Opus) based on predefined complexity rules.
  3. Sub-Agent Orchestration: The system spawns isolated sub-agents with specific constraints and tool access.
  4. Execution and Tracking: Tasks are executed (optionally in parallel) while the system tracks real-time token spend and status.
  5. Result Aggregation: TaskMaster collects results from all sub-agents and compiles them into a final report or codebase.

TaskMaster Setup

To get started with TaskMaster, ensure you have the Openclaw Skills environment active. Follow these steps to initialize the delegation engine:

# Install required dependencies for the delegation engine
pip install -r requirements.txt

# Enable the TaskMaster skill within your agent environment
openclaw install taskmaster

# Configure your model API keys and default budget limits
cp config.example.yaml config.yaml

TaskMaster Data Schema & Taxonomy

TaskMaster maintains a structured hierarchy for managing project metadata and sub-agent outputs. Data is organized as follows:

Component Format Description
Task Manifest JSON Tracks task IDs, assigned models, and current status.
Session Logs Plaintext Isolated logs for each sub-agent to prevent context contamination.
Budget Registry SQLite/JSON Real-time tracking of token consumption and cost per task.
Deliverables Markdown/Code The final consolidated output generated by the primary agent.

TaskMaster Advanced Features

  • Parallel execution support for running multiple research or coding tasks simultaneously.
  • Automated model escalation: Retries failed Haiku tasks on Sonnet and escalates Sonnet failures to Opus.
  • Granular budget controls including hard stops and escalation alerts based on dollar thresholds.
  • Custom model overrides using the FORCE tag for specific technical requirements.
  • Support for custom task templates to standardize frequent delegation patterns.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*