groove-utilities-memory-log-weekly

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

groove-utilities-memory-log-weekly

groove-utilities-memory-log-weekly

Outcome

结果

<memory>/weekly/YYYY-Www.md
is created or updated with a roll-up of the week's daily files. Sections cover themes, key outcomes, and learnings — no raw detail duplication.
<memory>/weekly/YYYY-Www.md
会被创建或更新,汇总当周的每日记录。内容包含主题、关键成果和学习心得板块——不会重复原始细节。

Acceptance Criteria

验收标准

  • File exists at
    <memory>/weekly/YYYY-Www.md
    (ISO week format, e.g.
    2026-W09
    )
  • Themes section identifies recurring topics from daily entries
  • Key outcomes section lists significant completions from the week
  • Learnings section synthesises patterns and insights across the week
  • Content is rolled up from daily files — not duplicated raw detail
  • 文件存在于
    <memory>/weekly/YYYY-Www.md
    (采用ISO周格式,例如
    2026-W09
  • 主题板块识别每日记录中的重复话题
  • 关键成果板块列出本周的重要完成事项
  • 学习心得板块整合全周的模式和见解
  • 内容由每日文件汇总而来——不重复原始细节

Constraints

约束条件

  • Use
    memory:
    path from
    .groove/index.md
    frontmatter
  • Only run on the last weekday of the week, or when user explicitly requests
  • Roll up from that week's daily files in
    <memory>/daily/
  • If no daily files exist for the week, note that and exit gracefully
  • Use template at
    skills/groove-utilities-memory-log-weekly/templates/weekly.md
    for file structure
  • If file already exists, update rather than overwrite
  • 使用
    .groove/index.md
    前置元数据中的
    memory:
    路径
  • 仅在每周最后一个工作日运行,或用户明确请求时运行
  • <memory>/daily/
    中的当周每日文件进行汇总
  • 如果当周无每日记录文件,需记录此情况并优雅退出
  • 使用
    skills/groove-utilities-memory-log-weekly/templates/weekly.md
    中的模板作为文件结构
  • 如果文件已存在,进行更新而非覆盖