Log conversation activity to today's daily note on demand. Use when wrapping up work, capturing decisions, or documenting session outcomes.
<how_to_append>
Build the full log block as a single string (see log_format), then append it with:
obsidian daily:append content="<log block here>"
If today's daily note does not exist, open it first so the CLI creates it:
obsidian daily
obsidian daily:append content="<log block here>"
</how_to_append>
<objective> Append a structured summary of current session activity to today's daily note. This creates the data layer that vault-analyst reads to discover your work patterns. </objective><when_to_use>
<log_format>
---
## Session Log - [TIME]
**Focus:** [1-2 sentence summary of main work]
### Completed
- [Concrete outcome 1]
- [Concrete outcome 2]
### Decisions Made
- [Decision]: [Why]
### Next Steps
- [ ] [Follow-up task if any]
---
</log_format>
<quality_guidelines> Good entries:
Bad entries:
Be specific. Capture what was DONE, not what was discussed.
Why this matters: Vault-analyst reads these logs to find patterns. Vague entries = weak pattern detection. Specific entries = actionable automation recommendations. </quality_guidelines>
</example_output>