I'm encountering an interesting thought today.

I'm going through my @work context list, and realized I'm batching actions based on what application I'm in.

For example, I do development on a system, so when I'm in the development environment, I try to do all the actions on my list that are done in that environment.

It makes me think it might be good to create another context list called "@DEV" that would contain all the changes I need to make in the development environment.

Now it is true that I'm @work and can do any actions on that list, but if I'm mentally batching these things, shouldn't I formalize it?

Does anyone else make these kind of micro-contexts, like "@email" or "@internet" or whatever?