Claude-skill-registry de3-decompose-problem

Apply DE3 decomposition to partition a problem into modular subproblems.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/decompose-problem-v0-1-0-hummbl-dev-hummbl-agent" ~/.claude/skills/majiayu000-claude-skill-registry-de3-decompose-problem && rm -rf "$T"
manifest: skills/data/decompose-problem-v0-1-0-hummbl-dev-hummbl-agent/SKILL.md
source content

DE3 Decompose Problem

Apply DE3 decomposition to partition a problem into modular subproblems.

When to Use

  • Complex problem analysis
  • Identifying independent subproblems

Usage

/apply-transformation DE3 "Decompose this problem into modular subproblems"