Notes — Daily
Work through the backlog of unprocessed daily notes. For each one, decide whether anything in it deserves to be captured somewhere more permanent, file what does, and mark the note processed. Read-only unless the user approves an action.
Before starting
Invoke the notebook:notes-workflow skill before proceeding. It verifies the vault connection, reads VAULT.md for conventions, and provides the CLI patterns (and gotchas) this skill depends on. If it is not available, ask the user to install the notebook plugin.
What this skill does
- Get the unprocessed daily notes — see VAULT.md for the Daily base / Unprocessed view, and load notes-workflow's daily-notes reference for resolving where dailies live (use
daily:path/ vault meta — don't assume a folder name) - Read them, newest first
- For each, separate tasks from prose (see below), and judge whether the prose holds anything durable
- Propose where each durable item should go
- On approval, file it, then mark the daily
processed - Mark notes with nothing durable left straight to
processed
Checkboxes are already captured — only prose matters
Daily notes mix two kinds of content, and the distinction is the most important thing in this skill:
- Checkbox lines (
- [ ]/- [x]) are Obsidian Tasks. They already persist through the user's task queries — they are captured by definition. Never re-capture a checkbox item into a note, and don't treat an open task as an uncaptured idea. - Prose — the "what moved / what's stuck" reflections and the scratchwork links — is the only capture material. Durable insights, decisions, and references hide here.
So when judging a daily, read past the task lists and look only at the prose.
What's worth capturing (and what isn't)
For each piece of prose, decide:
- Project progress / status / decisions → roll into the relevant project note, following whatever structure that note already uses.
- A stray reference, link, or idea → file it to the project or area it serves. Annotate links with why they matter, not just the URL.
- A cross-project connection → add it to the note it informs.
- Transient day-intentions ("need to get back to X", "should check on Y") → leave them. They're scheduling thoughts, not durable knowledge.
- Something with no substance ("chatted with N about ideas", no detail) → flag it to the user; do not invent content to capture.
Always check whether it's already captured before adding anything — search the likely home first.
Filing
For destination decisions, link proposals, and frontmatter conventions, follow the shared filing logic from notes-workflow — load its filing reference. Prefer additive edits — append, prepend, or a new section — over overwriting existing prose. Never rewrite the user's words unprompted.
Marking processed
A daily is "processed" once everything durable in its prose has a home (or there was nothing durable to begin with).
obsidian property:set name="processed" value="true" type="checkbox" path="<resolved-daily-note-path>"
Use each note's actual path — the one you got from listing the daily folder (resolved in step 1 via daily:path / vault meta). Don't assume the folder is 00 Daily/ or that filenames are YYYY-MM-DD; both are per-vault settings. type=checkbox is required — without it the value is stored as a string and the Unprocessed view won't drop the note (see the notes-workflow gotchas). After a batch, re-run the Unprocessed query to confirm the notes actually cleared.
Only mark a daily processed when all of its durable prose is captured. A single note often holds several unrelated threads; if one is handled and another isn't, leave the note unprocessed and say which thread remains.
Pace and approval
Work in clusters — group the notes that feed one project or theme so related fragments get captured together — but take one cluster per step. Present the proposal, wait for approval, then execute writes one at a time. Batch-marking clearly-empty dailies as processed is the one move the user may pre-approve.
Read-only by default
Propose before you touch anything. Filing, rolling status into project notes, and marking processed are all writes — present them and get a go-ahead before executing.