Agent skill
de3-decompose-task
Apply DE3 decomposition to split a task into smaller, independent units.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/decompose-task-v0-1-0
Metadata
Additional technical details for this skill
- moltbot
-
{ "nix": { "plugin": "github:hummbl-dev/hummbl-agent?dir=skills/de3/decompose-task.v0.1.0", "systems": [ "aarch64-darwin", "x86_64-linux" ] } }
SKILL.md
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
bash
/apply-transformation DE3 "Decompose this task into modular units"
Didn't find tool you were looking for?