来源信息
- 仓库
- andreadellacorte/groove
- 最近来源活动
- 2026年3月9日 19:59
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 5
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
2 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- groove-utilities-memory-log-weekly
- description
- Roll up the weekly memory log from daily entries.
- license
- MIT
- allowed-tools
- Read Write Edit Glob Grep Bash(git:*) AskUserQuestion
- metadata
- {"author":"andreadellacorte"}
# groove-utilities-memory-log-weekly
## Outcome
`.groove/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.
## Acceptance Criteria
- File exists at `.groove/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
## Constraints
- Memory path is always `.groove/memory/`
- Only run on the last weekday of the week, or when user explicitly requests
- Roll up from that week's daily files in `.groove/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
在 GitHub 查看