Need richer logging to help with debugging and so the user understands what's going on.
For every plan it should:
Have an INFO message (that's in blue in the snackbar) saying "This plan is running"
SUCCESS (green) for "Plan completed successfully"
ERROR (red) for error/plan aborted
Abort button should always have a WARNING message saying "I'm aborting" (already implemented)
And also log in the console too with more detail than snackbars so it helps when debugging.