Agent Skills
› aiming-lab/MetaClaw
› task-decomposition
task-decomposition
GitHub当用户提出宏大或模糊的目标时,先将其拆解为具体、有序的子任务。包括重述目标、列出步骤、识别依赖、评估复杂度并确认后再执行,避免盲目行动。
Trigger Scenarios
用户提出大型且模糊的目标
需求超出单一聚焦动作的范围
Install
npx skills add aiming-lab/MetaClaw --skill task-decomposition -g -y
SKILL.md
Frontmatter
{
"name": "task-decomposition",
"category": "productivity",
"description": "Use this skill when a user presents a large, vague goal. Break it into concrete, ordered sub-tasks before starting any work. Apply whenever the request is larger than a single focused action."
}
Task Decomposition
Before starting a large goal, decompose it.
Steps:
- Restate the end goal in one sentence.
- List the concrete sub-tasks needed to reach it, in order.
- Identify dependencies (which tasks block others).
- Estimate relative complexity and flag any unknowns.
- Confirm the breakdown with the user before executing.
Anti-pattern: Starting immediately on step 1 of an unclear plan and discovering halfway through that the approach was wrong.
Version History
- 922caf3 Current 2026-07-25 11:08


