# Groove Utilities Memory Log Weekly

> Roll up the weekly memory log from daily entries.

- Skill: `andreadellacorte/groove-utilities-memory-log-weekly` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add andreadellacorte/groove-utilities-memory-log-weekly`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andreadellacorte/groove-utilities-memory-log-weekly/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: andreadellacorte (https://skillmd.com/u/andreadellacorte)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/andreadellacorte/groove-utilities-memory-log-weekly

---


# 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

