A Decomposition Tree is a directed, acyclic graph structure that results from the task decomposition process in HTN planning. It begins with a root compound task representing the overall goal. Each node is a task, and edges represent decomposition relationships, where parent tasks are recursively broken down into child subtasks via applicable methods until all leaf nodes are primitive tasks (executable actions). This tree explicitly captures the 'how' of achieving a goal, unlike a flat action sequence.
