Task decomposition is the algorithmic process of breaking a complex, high-level objective into a structured set of smaller, manageable, and often sequential sub-tasks. This is the critical first step in multi-agent system orchestration, transforming an abstract goal into a plan of atomic tasks that can be assigned to specialized agents. Methods include Hierarchical Task Network (HTN) planning and creating a task dependency graph to model precedence.
