 | sevenupcan says: Hi there,
I'm very new to Getting Things Done and may have the philosophy wrong, but when I read what others were posting about intergrating GTD with RTM I became inspired and set to create my own workflow which so far I think works greatfor me and think it will for others.
I've seen a lot of setups which people have posted but for me I feel they require more effort than I feel appropriate for collecting, processing, organising and reviewing tasks. I wanted an approach that was as flexible as possible with as little inconvienience as possible.
So this is my setup...
Lists
-----
Inbox (all tasks and items)
1. Unprocessed
2. Next Actions
3. Waiting For
4. Calendar
5. Someday/Maybe
Each of my lists are smartlists expect for the inbox. I use numbers to help keep the lists in that order only for visual purposes.
Tags
----
In conjunction with these lists I have a few tagging conventions, but I have tried to keep them as simple as I can. I envisioned tags working in a few ways:
1. Allow me to see what groups and projects I have cleary, ie at the top of the list
2. Allowing me extra control over a task's meaning and attributes, ie waiting for someone, or incubating the task
3. Allow me to add context to the task so I can see clearly what state of mind or requirement is needed to help complete the task, ie email someone, call someone, douments on home computer
Here are my naming conventions using prefixes...
+ Projects (For any task that requires more than one action for it to be completed)
- Groups (For any set of tasks or items which may or may not require action but are related)
. Attribute (Attributes which help determine status of the task)
@ Context (Requirement needed to complete task)
Unprocessed
-----
[img]http://sevenupcan.com/experiments/rtm/UnprocessedRTM.jpg[/img]
This list has a filter on it which only shows me unprocessed tasks. I worked this out by deciding on a set of rules used to determine whether a task has been processed or not.
I class a task as unprocessed if it has no other details or attributes applied to it. That means it is only processed if it has a due date, repeating, tags (however I decided to exclude notes for when I forward tasks via email)
NOT timeEstimate:"> 1 mins" isTagged:false due:never isRepeating:false
Next Actions
------------
[img]http://sevenupcan.com/experiments/rtm/NextActionsRTM.jpg[/img]
This list only shows me the tasks which I can complete on a daily basis. All tasks which have been delegated or incubated (set as a someday/maybe task) are excluded. This also includes time and day specific tasks unless they are within 2 days.
isTagged:true OR timeEstimate:"> 1 mins" isRepeating:false NOT dueWithin:"10 years" or dueWithin:"2 days" NOT tagContains:- OR tagContains:+ NOT tag:.wait NOT tag:.incubate
Waiting For & Someday/Maybe
---------------------------
[img]http://sevenupcan.com/experiments/rtm/WaitingForRTM.jpg[/img]
These lists are very simple and only show items which have been delegated to someone or incubating.
Waiting For
tag:.wait
Someday/Maybe
tag:.incubate
Calendar
--------
[img]http://sevenupcan.com/experiments/rtm/CalendarRTM.jpg[/img]
And then lastly I have a list which contains all my time specific and day specific events and tasks. This are determined by only showing tasks with due dates withing 10 years and tasks which are repeating.
dueWithin:"10 year" OR isRepeating:true
Now that I have all my smarlists setup I can add tasks and not have to worry about deciding what are my next actions and who I'm waiting for because the smartlists work it out for me.
At one point I was able to make the inbox into a smartlist but cannot replicate that function at the moment. I believe it may have been a bug, but worked a treat because it ment I could have used that as the unprocessed list. I imagine you could extend this setup even further for projects and contexts if you wished.
I'm sure there may still be a few bugs so if you notice anything funny, please let me know.
I look forward to hearing peoples comments. :) Posted at 12:08pm on February 5, 2009 |