An effect is the postcondition of a planning operator, defining the precise changes it makes to the world state. It is a logical expression that adds new facts (positive effects) or removes existing ones (negative effects) from the state representation. Effects are the mechanism by which a planner simulates the progression of the world, enabling it to reason forward from an initial state to predict the outcomes of potential action sequences. This deterministic state transition is fundamental to generating valid, executable plans.
