Weekly Review made easy(ier): The Power of Claude Cowork

For over almost two decades, my late Friday afternoons have been devoted to the weekly review — that ritual drawn from David Allen’s Getting Things Done methodology, where you step back, look at every open loop, and decide what truly matters for the week ahead. As a professor juggling a research program, an administrative portfolio, mentoring obligations, editorial duties, and the occasional plumbing emergency at home, the review is non-negotiable. Without it, things fall through the cracks. With it, I can enter Monday morning with clarity.

What has changed dramatically recently is how I conduct that review. While I still scroll through Reminders lists, I now have a scheduled Claude automation reads every one of my Apple Reminders lists, cross-references them against my week’s daily briefs (OCR’ed automatically from hand my written note, and produces a structured HTML report that I open in my browser each Friday afternoon. The entire process takes about two minutes of compute time and zero minutes of my attention until the report is ready.

The Problem That Needed Solving

Apple Reminders has been my capture system of choice for the past two years, moving away from Cultured Code Things. It syncs instantly across every device, supports Siri dictation, allows file attachments, recurring tasks, location-based tasks, and integrates well with mail rules, shortcuts and scripting. Over the years, I have accumulated between 33-35 active lists at any one time, spanning professional domains (Research projects, Conferences, Mentoring, Review-Referee, administrative-institutional lists), personal categories (Family, Personal, Maintenance), a Waiting For list, and soft lists I think of as “someday/maybe” buckets (Might like to read, Incubating, Ideation, …). On any given Friday, there are north of 400 open reminders distributed across these lists.

The difficulty is not the volume per se — it is the cognitive overhead of context-switching between domains, spotting items that have become time-sensitive since they were captured, and identifying which tasks align with future calendar entries (yes, there is an MCP server for Claude!!!) the strategic priorities I have declared for the current session and week. Doing this manually takes about 1 to 1.5 hours, depending on the level of activity during a given week. Doing it well required a good level of attention that can be hard to sustain at the end of an already long week.

The Architecture

My solution relies on three components that are already part of my daily workflow:

  1. Apple Reminders as the single capture layer. Every actionable items ends up here, initially in the Inbox list.
  2. Claude’s Cowork mode running on my Mac, with the Apple Reminders MCP (Model Context Protocol) connector granting read access to every list. The one used is the apple-reminders MCP server by Dhravya Shah,. It is a Node-based MCP server that interfaces with Apple Reminders (and Calendar) via AppleScript bridges on macO.S
  3. A scheduled task configured to fire every Friday afternoon. The task prompt instructs Claude to query all lists, retrieve both open and recently completed reminders, and generate an HTML report following a precise template.

The scheduled task is defined in a single natural-language prompt. There is no Python script, no shortcut chain, no Zapier integration. The prompt describes the report structure I want, the analysis I expect, and the formatting conventions to follow. Claude handles the rest — iterating through the API calls to Apple Reminders, performing the cross-referencing logic, and writing the HTML file to my working folder, where a macOS Folder Action can optionally open it in the browser.

What the Report Contains

The generated HTML report is divided into six sections, each serving a distinct purpose in the review workflow:

Section 1 — Empty Lists. Lists with zero incomplete tasks. This is a hygiene check: if a list has been empty for several consecutive weeks, it may be a candidate for archiving. The report flags stale lists with a recommendation.

Section 2 — Completed Tasks This Week. Every reminder marked as done during the past seven days, grouped by list, with summary statistics showing which domains consumed the most effort. This is the “what did I actually accomplish” mirror, surprisingly motivating on weeks when it felt like nothing moved forward.

Section 3 — #Project-Tagged Completions. A filtered view of Section 2, isolating only tasks that carry a #Project tag. This lets me track progress on declared multiweek initiatives without noise from routine operational tasks.

Section 4 — Upcoming #Project Deadlines. Any #project-tagged reminder with a due date falling within the next 14 days. When the horizon is empty, Claude flags it as notable and lists the next known deadline further out, along with a warning if major projects have no due dates at all.

Section 5 — Inbox Triage Suggestions. The Inbox list is where everything lands before being sorted. Claude examines each item, proposes a destination list, assigns a priority level (normal, high, urgent), and provides a one-line rationale for the suggested move. This is the section I interact with most actively — it turns the Inbox from a guilt-inducing pile into a decision queue.

Section 6 — Strategic Task Promotion Audit. This is the most analytically ambitious section. Claude cross-references my undated reminders (typically around 400 items across all lists) against two sources of declared intent: the semester-level Top 3 priorities and the weekly Top 3 priorities recorded in my Maintenance list. The output is a three-tier table. Tier 1 identifies tasks that directly operationalize a stated priority but lack a due date — the classic gap between intention and execution. Tier 2 surfaces items with approaching or overdue external deadlines (conference registrations, manuscript reviews, grant forms). Tier 3 highlights dormant tasks that have gained renewed relevance from themes discussed in my week’s daily briefs.

What I Have Learned

Three observations stand out after running this system. First, the value of the report is not in the data extraction — it is in the editorial layer. Claude does not merely list tasks; it produces rationales, flags contradictions between stated priorities and actual behavior, and recommends specific actions. That editorial judgment, grounded in the context of my actual task landscape, is what transforms a list dump into a decision-support tool.

Second, the system is remarkably low-maintenance. The scheduled task prompt has been revised perhaps four times since I first wrote it, mostly to add Section 6 and refine the triage heuristics. Because the prompt is natural language, the iteration is trivial — I describe what I want differently, and next Friday’s report reflects the change.

Third, there is a real psychological benefit to receiving the report as a document rather than interacting with it conversationally. The HTML file is something I can print, annotate, and file. It creates a weekly record — an audit trail of what was open, what was closed, and what was flagged. Over time, these reports have become a lightweight project history that no other tool in my workflow provides.

The Template

For those interested in replicating or adopting this approach, I have also included a PDF of the template (see above) showing the complete structure of the report with all six sections and their subsections. Of course all entries are fictitious, but the layout and section logic are identical to what Claude generates each Friday.

An Automated Handwritten Notes OCR Pipeline

“Automation is not about replacing humans, it’s about freeing them to do more intelligent and creative work.” – Unknown

I have been using ChatGPT as a high-hand virtual Notetaker assistant by OCR’ing screen captures, photos or PDFs of my handwritten notes for a while now. These could be paper notes or from an e-ink tablet (I have been using Supernote Manta for the past few months), but the advantage of AI is that it can use context to complete notes that are difficult to read (you know, bad writing). It can also identify future commitments (meetings and so on) as well as action items (tasks).

I recently started to toy with Claude Cowork as part of Claude desktop application on the mac. The combination of Chat, Cowork and Code in an application for which you can allow certain automated operations and access on your computer opens up interesting possibilities (and the fact that you can explicitly opt-out of sending data for Anthropic is a plus).

First, Claude has user-created “skills” that are used every time certain actions are performed. For one, this allows one to imprint specific requests to create a virtual Notetaker assistant from OCR files. However, you can do much more and have Claude automatically create files by giving authorization to perform certain actions or write a dedicated folder, for example. You can further ask the virtual note taker to extract tasks from your meeting notes.

Based on the above, I ask Claude to create folder automation that automatically imports markdown meeting notes to Apple Notes as soon as Claude writes the file to a dedicated folder. The virtual Notetaker further generates a JSON file with extract tasks to another dedicated folder with another automation that captures and imports them in the Inbox list of Apple Reminders.

Figure. The workflow of the automation created to go from handwritten notes to transcribe notes in Markdown in import in Apple Notes as well as extract tasks to Apple Reminders Inbox list.

It took a few back and forth with Claude, but it generated all of the codes, the install shell script to run in the terminal, giving permission to access certain folders and perform certain actions, and finally, the packaging for a GitHub project, which can be found here.

It is freely available (fully generated by Claude based on my prompting) to test and modify. Of course no guarantee provided.

Capture Idea Effortlessly with Funnel App

The best capture tool is the one you have with you…at all times. These days, this most probably means your smartphone. Welcome to NoteSight Labs iOS Funnel App. This small app, written by software engineer Dharam Kapila, sits as a widget on your lock screen to be called upon by tapping on the funnel icon (see left image below).

Funnel App icon on the right below the time
All capture options: text, photo, voice, scan or more.
Possible destination Apps. You can customize (see text)

Funnel makes capture idea, tasks and other “inputs” (middle image above) on the fly extremely easy and once that capture is done, you a second click away from your destination (right image above), which can also be configured. In my case, I have two main Inboxes for quick capturing: on in my task manager (Apple Reminder or Things 3: both in the Inbox) and one in my document manager (DEVONThink, using the global Inbox).

The App further support Apple Advanced Data Protection for end-to-end encryption when using iCloud and the Pro version cost 19.99$/year for unlimited capture and access to new feature as they rollout. Since purchasing this app, I have seen frequent update justifying its 1.67$/month no issue.

There you have it, everyday on the fly capture with almost no friction.

A Comparative Analysis of Cultured Code Things and Apple Reminders

Let’s start with a small disclosure: I have been a user of Things since version 0.7b, except for a short period of frustration with version 2 that sent me toward OmniFocus. However, hope was up with version 3 but did not move back until a truly usable version 3 became available. In the last 15+ years, I have also tried a few others, in particular Wunderlist (now MS To Do) that I recommended for years to students (as it was full-featured, free and cross platform) and ToDoist. 

Now, the latest version Reminders (7.0) has introduced a number of interesting features that makes Reminders an attractive task manager, at least enough to look at seriously. 

A reminder (no pun intended), Things 3 follows closely the GTD framework and have an organization structure that goes from higher altitudes containers to day-to-day doing starting with Areas, followed by Projects, … down to Tasks and Lists (sub-tasks). This can be done in Reminders but you have to decide if you can live with Lists as project holders OR use tasks as a project holders and sub-tasks for actual to do items. Here is a breakdown of the hierarchy for the two apps.

Things (succinctly): Areas (folder of Projects) -> Projects -> Headers (category dividers within a project)-> Tasks -> lists (sub-tasks). 

  • In Things only projects and tasks can have notes and URL. 
  • Projects, tasks and subtasks can be marked as completed. 
  • Projects and tasks can be made to repeat.
  • A task can very easily be converted to a project (while conserving its notes, URL and tags). Headers can also be converted to projects.
  • You can assign due date and reminder dates to projects and tasks. I do assigned due date to projects that have a well-defined ending but a tend to refrain to assign them to tasks. I do use reminders for key tasks, though.
  • You can search through all tasks by words but also sort by tag or a combination of tags.
  • Integration of calendar events in your Today list as well as the Upcoming list. This is extremely useful when planning ahead!
Things 3 default lists
Reminders 7.0 mix of default and smart (those with small gears) lists

Reminders (in a bit more details): Group (folder of Lists) -> Lists -> Sections -> Tasks -> Sub tasks. 

  • Only tasks and sub-tasks can have notes and URL.  In Reminders, you can also directly attach a photo, a file or scan a document. This is something still impossible to Things.
  • Only tasks and subtasks can be marked as completed. 
  • If a List is used to house a project, then you will need a “list info” task that can include notes and URL at the top if you want some context to your project. But such a task cannot sit at the very top of a List if Sections are used.  
  • Tasks and sub-tasks can be made to repeat.
  • A Completed Group could be created to house completed lists if lists are used as project containers. 
  • A task or a section cannot be converted to a list (or section to a task) from any menu options. 
  • You can assign a date (and a time), and also an early reminder date/time, a location reminder and even a reminder with using Message to tasks and subtasks.
  • Even better, you can enter a task in natural language and Reminders will recognize things like dates (either as specific dates or concepts like tomorrow, next week…) and so on automatically.
  • You can search through all tasks. 
  • You can create customizable Smart Lists based on **multiple conditions**, including tags, flag, dates, location …! This allows you to create key Lists like Anytime (to mimic Things) or the GTD list Waiting For, which still does not exist in Things (but you can filter with a “Waiting” tag). It also means that you can have tasks (and sub tasks) displayed in multiple lists! You can also pin any list at the top to customize you app (it will follow across all of your Apple devices).
  • Did I say location-based reminders (!) as well as reminders when writing (via Apple Messages app) to someone. In Things, the only way to do this is to set-up a personal automation in Shortcut and go over this process for each location. Kudos to Apple for their implementation in Reminders.
  • Allows for Kanban style (!) handling of tasks with the new column view. This is extremely useful for many things including what I call lists of never-ending tasks/projects (e.g. reading list, reviewing list, …) using Section as topics, tasks as projects and sub-tasks as tasks. Years ago, I developed something similar to extract information from Things SQLite database and this was pushed even further into KanbanView available in the Apple Store. Again, kudos to Apple for having this option in Reminders.
Column (Kanban) view of a List with Sections in Reminders
Things 3 Project with Headers

To learn a bit more have a look at this wonderful YouTube video by Peter Akkies that I discovered as I was ready to post: https://m.youtube.com/watch?v=nywKyvoLNPY

Clearly, this latest version of Reminders has a very interesting set of features, many beyond Things current options. But it also has a few interface quirks. 

  • The fact that it is not possible to easily transform a task to a project (List in Apple nomenclature) is one of them. 
  • Not being able to have URL and descriptive text for a List if used as Project holder is also a major drawback. 
  • When looking at tasks that can be done at anytime (i.e. Anytime List), in Things you see only the first task under a given project (with an option to see the rest). This really helps focusing when it is time to select what you will be working on today. In Reminders, you either have to collapse everything, and only see the project title, and expand and see everything. So if you have a large number of tasks and projects, this becomes extremely crowded and, let say, unproductive. 
  • Finally, not being able to check as completed a List makes the whole hierarchy less logical to use than Things or OmniFocus.

I must say that GUI-wise and ease of use, Things remains the best task manager out there. It has an extremely clean and sleek interface, making it very easy and fun to use (and look at). As a bonus, it is still available as pay once use “eternally” i.e. not a subscription model…at least for now (and new major versions happen only once every 5-6 years!).

In conclusion, if you have an Apple device, I think that you do not have any reason to pay for a task manager anymore. You already have everything you need available on your device out of the box. It offers enough features, even for the most demanding GTD followers, so it should easily satisfy the vast majority of users.

KanbanView 2.6 for Cultured Code Things is out and you should get a copy!

Over two years ago, I made a proposal for a 20 000-foot Kanban-like visualization concept for Cultured Code Things 3 task manager. This was in order to go beyond the day-to-day task level and, in a single look, provides a portrait on everything on your plate. The very first version was made available based on my (limited) SQL, Python and modern HTML coding 😉

Continue reading

Apple TV Aerial Screensaver for MacOS!

If you loved those high resolution (1080p or 4K HDR), slow motion movies that are used for screensaver on Apple TV, you will love Aerial that bring these features for macOS (same movies, both day and night settings).

Free download from GitHub!

Source: JohnCoates/Aerial: Apple TV Aerial Screensaver for Mac

You love those high resolution, slow motion movies that are used as screensavers on the Apple TV? Aerial brings those same movies (1080p and 4K HDR) to your macOS systems to be used as screensavers with a few added bonus such as superimposing the weather, time, battery status (for a macbook) and so on.

Free download on GitHub and donate if you love.