Hello, there.
I appreciate your suggestion. I'm thinking that might be good to add, however, it might be hard to convey without a lot of options. I'll think on it some more.
What you can do right now (if you have the beta) is to add a few actions at the start of your commands to do what you are asking.
Below, I add a text compare conditional (if) statement that checks to see if the active window's title contains the word, 'zebra'. If it does, the command will continue. If not, the command will exit after the end condition (note the exit when condition met).
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Does Not Contain 'zebra'
Write '[Orange] No Zebra' to log --or do nothing
End Condition - Exit when condition met
--Rest of the command here that does stuff
Hope that's helpful!
Gary