Managing Email
29 Dec 2023In a follow-up to my previous post, let me include my full email workflow here.
Email philosophy
-
Email is a necessary evil. Avoid it as much as possible. There is no joy in email. If using it is inevitable, use it effectively.
-
Email is not web browsing. Do not use a web browser to process email. Do not use an email client to browse the web.
-
Email is not a task manager. Do not use email to manage your work. Do not use a task manager to flood your inbox.
-
Email is a communications tool. Use it to communicate.
Minimize Overhead
Delete and Filter
-
Unsubscribe and delete as much as possible.
-
Be relentless with filtering. The only email that may reach your inbox is stuff that is specifically addressed to you. Mailing lists, automated messages, etc. should all be filtered into their own folders.
-
I use a second-stage email filter that introduces a Purgatory. This is processed after first-stage filtering is done. Everything that is not specifically addressed
To:
me or doesn’t come from a very short list of allowlisted addresses will go into purgatory. Purgatory is reviewed once a day or so and then follows the workflow described below.
Triage
-
Is the email merely a politeness? Delete it. It is merely informational? Read and either archive or delete it.
-
Is somebody asking a question that I can immediately answer? If so, answer it.
-
Is somebody asking me a question, but I need to do something before I can answer it? Make it a task and move the message into a follow-up folder. When I have the answer, I will find the original message and reply to it.
-
Is somebody asking me to do something? If I am likely to do it, make it a task and let the requestor know when they can expect an answer. Move the message to follow-up. When I am done, find the original message and reply to it. If I am not likely to do it, either delegate or decline, and let the requestor know.
-
At this stage, Inbox should be empty.
Task Management
A task is a unit of work that takes some form of effort to complete.
- All tasks must have a clear description.
- All tasks must have a deadline. If there is no actual deadline, make one up.
Start of day
- Decide which tasks are going to be worked on today and mark them as such.
- Prioritize tasks by rearranging them.
Completing tasks
-
Work on tasks. Keep notes associated with task if it cannot be completed in one session.
-
Update the deadline if it is unlikely that you will make it. There is no shame in pushing back work that isn’t done. In fact, Agile folks call it backlogging.
-
Communicate with task requestor.
-
Mark task as complete after finishing work.
No more tasks left for the day? Decide if more tasks should be completed, and if it is feasible to do so. If so, add one task at a time.
Using Obsidian
Obsidian is a note taking tool. However, notes and To Do items have a lot of overlap. While I use Obsidian for its intended purpose, I also use it as a To Do manager. For this to be most effective, I activated a few community plugins. Specifically for this purpose, Tasks and Templater.
How does it work? My Daily Note template is structured as follows:
Each day, as I work through stuff, I add Notes. Usually, these are short bullet lists. If a new To Do items emerges, it goes on top. Use the markdown syntax:
- #mcs Demo To Do Item 📅 2023-12-31
This is rendered as:
Tags (here: #mcs) are very helpful in filtering, and a lot of Obsidian’s strength comes from using tags appropriately.
The beauty is that I can now easily run an overview of pending TODO items.
This is rendered as:
The hyperlink connects me back to the note in which the To Do item was created and lets me establish context. The due date is sortable, searchable, and filterable. It is trivial to create a report on ‘Items due today’, for example.
By checking the box, the item is marked as completed. In the note that created the, the box is checked too and the completion date is added.
In today’s daily note, the issue is included as “completed today”!
Lastly: Obsidian stores everything as Markdown files. Even if the tool will eventually go away, I’ll still have all of this easily greppable!