Claude-skill-registry de3-decompose-task

Apply DE3 decomposition to split a task into smaller, independent units.

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-task-v0-1-0-hummbl-dev-hummbl-agent" ~/.claude/skills/majiayu000-claude-skill-registry-de3-decompose-task && rm -rf "$T"
manifest: skills/data/decompose-task-v0-1-0-hummbl-dev-hummbl-agent/SKILL.md
source content

DE3 Decompose Task

Apply DE3 decomposition to partition a task into modular units with clear boundaries.

When to Use

  • Breaking a large task into manageable parts
  • Isolating responsibilities or work streams

Usage

/apply-transformation DE3 "Decompose this task into modular units"