Keeping a Daily Note
Starting the day right with a daily note.
I'm a big fan of the Obsidian writing app and have been using it's calendar and template plugins to produce a daily note template which I fill out each morning before stand-up.
I've experimented for a while with which details I would like to capture each day to plan and record my day, and here's where I have landed:
- I need to know how much of my day is going to be spent in meetings vs doing - so I track my meetings for the day. Ideally I would sync this to my calendar, but I haven't done this yet.
- I need to prioritise my tasks. I'm using the time management analogy "rocks, pebbles and sand" to ensure the important tasks are surfaced to the top.
- I have some honest questions in there - I don't answer them every day, but I do think about them. For example, "What is keeping me at night?". It may be work related or personal, but it's something I may want to solve within today's schedule.
- Finally I have some start of day and end of day tasks such as checking email, Slack and reviewing the teams progress and any new bugs identified. You can find new bugs in JIRA with the JQL query
issuetype = Bug AND created >= -1d ORDER BY created DESC
.
So without further ado, here is my Markdown template!
## Start of Day
* [ ] Check email
* [ ] Check Slack
* [ ] Review JIRA task board
* [ ] Review new JIRA bugs
## Thoughts
**What's keeping me up at night?**
**What do I feel stuck on?**
**What am I avoiding?**
**What's making me uncomfortable?**
## Today's Meetings
**Meetings duration: x hrs**
* [ ] 9:45 - 10:00 - Engineering Stand Up
## Today will be successful if...
?
## Today's Tasks
**≤ 1 Big Task**
* [ ] Task 1
**≤ 2 Medium Tasks**
* [ ] Task 1
* [ ] Task 2
**≤ 3 Small Tasks**
* [ ] Task 1
* [ ] Task 2
* [ ] Task 3
## End of Day
* [ ] Add tags to daily note
* [ ] Check email
* [ ] Clean up inbox
* [ ] Check tomorrow's calendar
* [ ] Clean up desktop, downloads
## Notes
#dailynote #jan2024 #year2024
Related Blog Posts
All Roads Lead to React Native
For a startup, choosing the wrong app technology can cost you millions in burn and years of wasted engineering time.
All the Small Things
In a startup it's important to reduce friction. The main asset available to you is to go fast. If you can't do that, you won't beat the competition.
Peacetime vs Wartime
Your monolith is buckling under heavy traffic growth. The quick fix is to beef up the server through vertical scaling and buy yourself six months. The right fix is a four month microservices migration that will either save the company or kill it if you miss the deadline. Meanwhile your $2m client is demanding new features or they'll go elsewhere.
6 Types of CTO
If you examine different CTO job roles currently on job boards, you'll find that there's no established job spec for a CTO. The role varies dramatically depending on the type of company. A CTO may be hands-on in one company, and a "big vision" role in another.