decompose

Decompose complex problems into fundamental components with stepwise and recursive refinement.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill decompose-ludoplex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decompose
Source: https://github.com/ludoplex/openclaw-deploy-template/tree/main/openclaw-deploy-template/agents/asm/skills/decompose
Command: npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill decompose-ludoplex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates breaking complex problems into fundamental components, reducing cognitive overload and guiding progress when stuck.

Core Features & Use Cases

  • Stepwise decomposition: break problems into fundamental components for clarity.
  • Recursive refinement: re-decompose components that remain unclear until they are solvable.
  • Blocking point identification: surface blockers and define concrete unblock actions.
  • Use Case: When facing an ill-defined project, apply this skill to map components and plan the next actions.

Quick Start

Describe your problem briefly and request a stepwise decomposition to first principles.

Frequently Asked Questions about decompose

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

FAQPage Schema
How do I break down a complex problem into first principles?

To break down a complex problem, apply stepwise decomposition to split it into fundamental components, reducing cognitive overload. This process maps out ill-defined problems iteratively until each part becomes solvable.

What is the best way to analyze an ill-defined project scope?

Analyzing an ill-defined project scope involves iterative decomposition to map its fundamental components. You recursively refine unclear parts and identify blocking points with concrete actions to guide progress.

How do I identify blockers when problem-solving?

To identify blockers during problem-solving, decompose the problem into its fundamental components. This surfaces blocking points and helps you define explicit, concrete unblock actions to move forward.

Can I use recursive refinement for large-scope critical-thinking tasks?

Yes, you can use recursive refinement for large-scope critical-thinking tasks. It repeatedly re-decomposes components that remain unclear until they are solvable, ensuring thorough analysis and clarity.

When should I use a stepwise decomposition workflow?

Use a stepwise decomposition workflow when you face ill-defined or large-scope problems and feel stuck. It reduces cognitive overload by breaking problems into fundamental components and defining next actions.