Plan repair is the process of modifying an existing, failing plan during execution, typically using local modifications instead of generating a new plan from scratch. This approach, also called replanning, is crucial for autonomous agents operating in dynamic, uncertain environments where the initial world state assumptions can become invalid. The goal is to efficiently produce a corrected plan that achieves the original objectives from the new, unexpected state, minimizing disruption and computational cost compared to full re-planning.
