daily

Solid

Daily briefing: surfaces tasks due today and open items from the last session. Use when the user wants a snapshot of today's obligations — 'what's on today', 'daily briefing', 'what do I have today'. Do NOT use for: full weekly review (use weekly), vault health check (use doctor), or listing all tasks across future dates.

AI & Automation 28 stars 3 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
49
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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:** Run `onebrain task list --due-by today --json` from the vault root and read `data.tasks` (each row: `{file, line, text, due, done}`, already fence-aware and open-only). Group: overdue first, then due today. Include the source note name (`file`). > **Fallback (older CLI):** if the command errors or returns non-zero, fall back to the > legacy scan — Grep `[projects_folder]/**/*.md` and `[inbox_folder]/*.md` for > `- [ ] .*📅 \d{4}-\d{2}-\d{2}`, filter to dates ≤...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category