From 634a63b8ff80b5037836ce8cb85364f3b58e8418 Mon Sep 17 00:00:00 2001 From: "aj.siegel" Date: Sun, 15 Mar 2026 22:34:46 -0400 Subject: [PATCH] got evening prep to use notion mcp --- .claude/commands/evening-prep.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.claude/commands/evening-prep.md b/.claude/commands/evening-prep.md index da619b1..6fce673 100644 --- a/.claude/commands/evening-prep.md +++ b/.claude/commands/evening-prep.md @@ -23,12 +23,20 @@ Format my calendar events in a simple Markdown table with columns: Time (ET), Ev Let me know how much unscheduled time I have. ## Step 3: Get task data -Then, read the Notion data from these JSON files: -- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Projects.json -- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Tasks.json +Fetch Notion data directly from these collection URLs (do NOT fetch the DB URLs first — skip schema discovery): +- Tasks: collection://2c0abd6c-450a-8085-80a0-000ba136a154 +- Projects: collection://2c0abd6c-450a-807a-a3d7-000b8d8aaecc + +Run these two searches in parallel within the tasks collection: +1. Query: "blocking in progress" — surfaces tasks blocking others +2. Query: "suggested for today not started in progress" — surfaces time-sensitive tasks + +Fetch only the top 5 results from each search in parallel. Ignore Done and Blocked tasks. + +For projects, search for "focus this week active" and fetch the top 5 results in parallel with the task fetches. Format the note with the following sections: -1. Under **Suggested Tasks** look at all tasks not complete and identify up to 3 tasks with a suggestedforToday of tomorrow or earlir, or tasks that are blocking others. Ignore tasks with a status of Blocked. Add these to a list +1. Under **Suggested Tasks** look at all tasks not complete and identify up to 3 tasks with a suggestedForToday of tomorrow or earlier, or tasks that are blocking others. Ignore tasks with a status of Blocked. Add these to a list. ## Formatting Rules