In Hierarchical Task Network (HTN) planning, a Sequential Task is a compound task defined by a decomposition method that imposes a total ordering on its subtasks. This means the planner must generate a plan where subtask A is completed before subtask B can begin, creating a deterministic, linear execution path. This structure is fundamental for modeling processes where steps have causal dependencies or temporal prerequisites, such as assembling hardware or processing data through a pipeline.
