AgentSkillsCN

vault-log-daily-actions

将每日完成的工作记录在01-每日笔记中,清晰标注行动与备注内容。适用于需要记录当日工作、维护执行日志,或更新每日进度记录时使用。

SKILL.md
--- frontmatter
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.