name: vault-log-daily-actions description: Log work performed into daily notes under 01-Daily with clear action and note entries. Use when asked to record what was done today, maintain an execution log, or update daily progress notes.
Vault Log Daily Actions
Maintain a concise operational journal in daily notes, including actions taken and key outcomes.
Workflow
- Resolve target date.
- Create or locate the daily note.
- Add actions and summary content.
- Validate and report what changed.
Resolve Target Date
- Prefer explicit dates (
YYYY-MM-DD). - Default to current date only when user does not specify.
Create Or Reuse Daily Note
- Use
create_notewithnote_type=dailyand explicitdate. - If already present, continue with existing note.
Log Actions And Notes
- Add checklist items to
## Actionswithappend_section. - Add short outcome summary to
## Notes. - Keep entries factual and scoped to completed work.
Prefer Structured Entries
- Actions format:
- [x] <task>. - Notes format: brief bullets or one paragraph.
- Avoid duplicating previously logged items.
Validate
- Run
validate_noteafter modifications. - If invalid, fix and revalidate.
Output Format
- Return:
- Daily note path.
- Entries added to
ActionsandNotes. - Any skipped write due to policy constraints.