--- name: de3-decompose-problem description: Apply DE3 decomposition to partition a problem into modular subproblems. version: 0.1.0 metadata: {"moltbot":{"nix":{"plugin":"github:hummbl-dev/hummbl-agent?dir=skills/de3/decompose-problem.v0.1.0","systems":["aarch64-darwin","x86_64-linux"]}}} --- # DE3 Decompose Problem Apply DE3 decomposition to partition a problem into modular subproblems. ## When to Use - Complex problem analysis - Identifying independent subproblems ## Usage ```bash /apply-transformation DE3 "Decompose this problem into modular subproblems" ```