AgentSkillsCN

daily-log

会话间代理记忆的日常日志规范。 适用场景:“每日日志”、“今日笔记”、“今日发生了什么”、“会话开始”、“检查上下文”。

SKILL.md
--- frontmatter
name: daily-log
description: |
  Daily log conventions for agent memory between sessions.
  Use when: "daily log", "today's note", "what happened today", "session start", "check context".

Daily Log

The daily log is agent memory between sessions. Every conversation starts by checking it.

When to Use

  • Session start → check if today's log exists
  • After completing work → update log
  • When blocked → note blocker
  • End of session → summarize

Location

code
Second Brain/Operations/Periodic Notes/Daily/YYYY-MM-DD.md

Procedure

At Session Start

  1. Get today's date (YYYY-MM-DD)
  2. Check if Second Brain/Operations/Periodic Notes/Daily/{date}.md exists
  3. If exists: read it for context
  4. If missing: ask user if they want to create one

During Work

Add timestamped entries:

code
HH:MM — [Topic]
[What happened / learned / blocked]

At Session End

Update the End of Day section:

  • Done: what was completed
  • Carried: what moves to tomorrow
  • Tomorrow: one sentence focus

Key Sections

SectionPurpose
FocusONE thing for today
ProjectsActive project status
What HappenedTimestamped log entries
End of DaySummary for next session

Template

See template.md for the full template.