Add Keyboard Maestro Native TODO support

It would be really awesome if there was a 'todo' action added to KM.

For example I have this macro :

Which script I want to improve but I don't have time right now. I can add a comment and then say what I was added but that comment will be forgotten by me after a while.

What would be awesome, is to create a todo action, say what I want to improve in this macro and then have a way to search these TODOs from KM natively.

That would be amazing. I hope this would be possible to be added.

You can easily achieve this now by add a text tag of "@TODO" to the Macro Name.
Then, a global search of:
n:@TODO
will find all of your macros that need attention.

Or use a Comment action, perhaps in combination with @JMichaelTX’s “@TODO” code.