Claude-skill-registry de3-decompose-plan
Apply DE3 decomposition to break a plan into modular steps and dependencies.
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-plan-v0-1-0-hummbl-dev-hummbl-agent" ~/.claude/skills/majiayu000-claude-skill-registry-de3-decompose-plan && rm -rf "$T"
manifest:
skills/data/decompose-plan-v0-1-0-hummbl-dev-hummbl-agent/SKILL.mdsource content
DE3 Decompose Plan
Apply DE3 decomposition to partition a plan into modular, ordered components.
When to Use
- Planning multi-step workstreams
- Separating phases and dependencies
Usage
/apply-transformation DE3 "Decompose this plan into modular steps"