Roam Weekly Review

An Alfred Workflow


Short Description

This generates a weekly review template for Roam to help you review what you've achieved in the past week and how you can improve.

Last Updated

21 Aug 2020

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0.1
 

Bundle ID

com.alfredapp.kylestratis.roamweeklyreview
 

Categories

Webservices

This workflow allows you to use a snippet trigger to generate a weekly review. Due to how Python's datetime module works, it should work to do a weekly review on both Sunday (the assumed end of the week) and Monday (the first day of the week after the one being reviewed).

This review has the following sections: * What did I do this week? - This is a query of all done TODO items from the week you are reviewing. * Review Questions - Questions to ask yourself as you review the previous week. * Post-Review Retrospective - Questions to find areas of improvement for the coming week.

Output

An example output looks like this:

# What did I do this week?
  - {{[[query]]: {and: [[DONE]] {between: [[August 3rd, 2020]][[August 9th, 2020]] {not: [[query]]}}}}
# Review Questions
  - Did I reach my goal for # of hours spent on deep work this week?
  - If yes, what worked well that I can implement more regularly?
  - If no, what can I improve upon to maximize success?
  - How many high-impact items on my to-do list was I able to complete?
  - What do I want to accomplish in the week ahead?
  - What adjustments do I need to make to ensure I reach my goals?
# Post-Review Retrospective
  - What went well?
  - What could be adjusted?
  - What should I stop doing?
  - What should I start doing?