dailylisted
Install: claude install-skill onebrain-ai/onebrain
# Daily Briefing
Surfaces tasks due today and open items from the last session.
---
## Before You Begin
Count inbox items: Glob `[inbox_folder]/*.md` and store the count as `[inbox_count]`.
Determine today's date (`YYYY-MM-DD`) and current local time (local machine time):
- **Morning mode**: before 10:00
- **Normal mode**: 10:00 and later
---
## Phase 1: Briefing
### Previous Session Recap (Morning Mode Only)
Glob `[logs_folder]/session/**/*-session-*.md` (post-v2.4.0: session logs live under the dedicated `session/` subfolder; the `-session-` infix is no longer strictly required since `session/` only contains session logs, but kept as defense-in-depth). Find the most recent session log (today or earlier). On Mondays this will typically be Friday's log unless there is already a session today. If no prior session exists, skip this section silently.
Read that session log. Extract main topics and any unchecked action items.
### Briefing Content
Pull from two sources:
**Source 1 : Tasks due today or overdue:**
Grep `[projects_folder]/**/*.md` and `[inbox_folder]/*.md` for task lines matching `- [ ] .*📅 \d{4}-\d{2}-\d{2}`. Filter to dates ≤ today. Group: overdue first, then due today. Include the source note name.
**Source 2 : Open action items from last session:**
If morning mode: already loaded from recap step above; extract unchecked `- [ ]` items from the `## Action Items` section.
If normal mode: Glob `[logs_folder]/session/**/*-session-*.md` (post-v2.4.0: sess