It would be helpful to have a way for me to record structured notes as I progress through an analysis. It can be very critical to track why an analysis was done a certain way or why an outlier was removed.
My thinking is to be able to create - in the same place Scripts are stored - a new type called a Note that features a multiline rich-text field for users to add instructions, comments, etc.
(I tried adding only comments to a new script using /* and */ and the script wont save unless there is a non-comment element in the script, even "", so I feel like this would be a low hanging fix - allow scripts to save whatever is typed, even if its only a comment block)