vault-log-daily-actions

star 2

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.

danieljhkim By danieljhkim schedule Updated 2/8/2026

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

  1. Resolve target date.
  2. Create or locate the daily note.
  3. Add actions and summary content.
  4. 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_note with note_type=daily and explicit date.
  • If already present, continue with existing note.

Log Actions And Notes

  • Add checklist items to ## Actions with append_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_note after modifications.
  • If invalid, fix and revalidate.

Output Format

  • Return:
  • Daily note path.
  • Entries added to Actions and Notes.
  • Any skipped write due to policy constraints.
Install via CLI
npx skills add https://github.com/danieljhkim/knowledge-vault-mcp --skill vault-log-daily-actions
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator