What’s wrong with TODO lists
I keep harping on the issue, I know, but I really want to find the solution The issue is that I do not want to enforce / express one off behaviors.
A TODO list is about single instances of actions. “Clean your room” “Finish the report” “Solve world hunger”. All those are fine, but my life is rarely as structured as that. I deal in firedrills, much of the time. In other cases, it is about large projects that may or may not be decomposable. i.e., a TODO list surely has a place, but is insufficient.
What do I mean by behaviors? Conceptually, I keep going back to the Personal Unit Test concept. I want to express “Do a cardio workout 3 times a week” “Practice guitar for 30 minutes 4 times a week” “Read a book once a week” “Make the world a better place twice a week”
These aren’t expressed well as repeating one off behaviors. In OmniFocus, I end up with a back log of “cardio workout” items when I’m out of town for a week.
Instead, I want to work in daily / monthly / weekly reports to know how I did and understand what I need to do better.
Y’know, kind like unit test reports.