Append an entry to today's Obsidian daily note. Use when user says "log this", "add to daily note", "daily log", "jot this down", or "/daily-log".
Append a bullet-list entry to today's daily note in Obsidian.
Default vault is Hadrian. Replace vault=Hadrian with the target vault name if different.
Determine what to log. If the user says "log this" without specifying content, summarize the most recent significant action in the current Claude Code session (e.g., "Created vault-write skill for obsidian project bundle"). Present the proposed summary and ask for confirmation before appending.
Format as a bullet item matching the existing daily note style:
- Item text\t- Sub-item textExamples:
- Reviewed PR for capacity demand endpoint- Domain-Driven Design:\n\t- Chapter 3 — model integrity patternsAppend to today's daily note:
obsidian vault=Hadrian daily:append content="\n- Entry text here"
Lead with \n to ensure a blank line separator from existing content.
For nested items:
obsidian vault=Hadrian daily:append content="\n- Parent item:\n\t- Sub-item one\n\t- Sub-item two"
Read back to confirm:
obsidian vault=Hadrian daily:read
Report the updated daily note content to the user.