Means-Ends Analysis
Means-ends analysis: compare current state to goal, pick a difference, choose an action that reduces that difference, recurse. GPS (the old program) used this. Planning “I need to be at the station → I need a ticket → I need money” is the everyday version.
Difference from blind search: you attack the gap, not every neighbour. Still can fail if actions have side-effects (the frame problem).
Output — idea / do / check for Means-Ends Analysis. Fill those three in the viva.
Ticket/station story in three steps.