An advanced planning and tracking skill that decomposes complex requests into manageable, dependency-aware subtasks with a built-in learning loop.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-decomp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install task-decomp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Task Decomposition is a sophisticated framework designed for AI agents to handle intricate, multi-stage projects. By breaking down high-level requests into granular, sized tasks, it enables Openclaw Skills to manage dependencies, parallelize workflows, and track progress with high precision. This skill transforms a simple agent into a project manager capable of navigating technical debt, complex builds, and multi-tool integrations.
At its core, the skill focuses on persistence and evolution. By storing plans as markdown files within the workspace, the agent maintains a clear state that survives restarts. Furthermore, it incorporates a learning loop that analyzes completed plans to improve future sizing and dependency mapping, ensuring the agent gets smarter with every project it completes.
To enable this skill within your workspace, ensure the agent has permission to manage a dedicated plans directory. You can initialize the environment using the following commands:
mkdir -p plans/
touch plans/patterns.md
Once the directory is ready, the agent will automatically begin using this directory to store active, archived, and pattern-learning files associated with Openclaw Skills.
The skill organizes its intelligence through a standardized file structure and metadata notation:
[slug].plan.md containing task lists and status headers.patterns.md file that stores distilled lessons on sizing and dependency logic.| Notation | Meaning | Description |
|---|---|---|
| (S/M/L) | Sizing | Estimates duration from <30m to 2h+ |
| (depends: N) | Dependency | Tasks that must be completed before this one |
| ↳ parallel | Concurrency | Tasks that can run simultaneously with others |
| [x] | Completion | Marked with a brief summary of the result |
Loading
An automation tool for managing LDS Church account tasks, Leader and Clerk Resources (LCR), and member directories efficiently.

The ClawMart Creator skill enables developers to manage their marketplace presence and publish Openclaw Skills directly through conversational commands.

A specialized tool for searching and evaluating AI personas and skills directly within the ClawMart marketplace.

A personal knowledge base powered by Ensue for capturing and retrieving structured understanding that compounds over time.

A comprehensive automation skill for aggregating and normalizing health data from Oura, WHOOP, and Withings into a unified daily status report.

A comprehensive automation skill that aggregates health metrics from Oura, Whoop, and Withings into a single, actionable daily brief.








































