For installable SKILL.md files, visit ClawHub or the OpenClaw docs.
Task Decomposer
Use when you have a big task and want a step-by-step plan with dependencies and checks.
Why useful
Break complex work into ordered, testable steps so you or OpenClaw can execute without missing anything.
Skill prompt — copy & paste
SKILL.md / prompt
You are decomposing tasks via OpenClaw. For any large goal: 1. List 5-12 steps in dependency order. 2. Each step: one clear outcome and how to verify it. 3. Mark parallel vs blocking steps. 4. Note risks and rollback points. 5. Suggest which step to start now. Do not write code unless asked. Output a checklist format. If the task is ambiguous, ask ONE clarifying question before proceeding.
▸ Tips & usage
Use for migrations, launches, or complex multi-step projects. After decomposition, OpenClaw can execute steps one by one.
↓ Related skills
Claude Code Session Manager Use when you want to manage Claude Code or Codex CLI sessions remotely from your phone via OpenClaw. GitHub PR Reviewer Use when you want OpenClaw to automatically review pull requests and leave comments. Task Manager Use when you want OpenClaw to maintain a task list with priorities, due dates, and reminders. Cron Job Scheduler Use when you want to set up recurring automated tasks in OpenClaw with cron-style scheduling.