groove-utilities-memory-graduate
groove-utilities-memory-graduate
Promote a stable workflow insight from .groove/memory/learned/ into AGENTS.md as a permanent constraint — visible to every agent session without needing to run prime.
Use $ARGUMENTS as the topic or insight text if provided.
Outcome
The lesson is appended to a <!-- groove:learned:start --> / <!-- groove:learned:end --> section in AGENTS.md, making it permanently visible to all future sessions.
Acceptance Criteria
- Insight is appended to the
## Graduated Learningssection inAGENTS.md - Section is created if it does not exist
- User confirms the exact text before writing
- Source
learned/<topic>.mdentry is marked as graduated (not deleted)
Steps
- Memory path is always
.groove/memory/ - If $ARGUMENTS names a topic, read
.groove/memory/learned/<topic>.mdand show its entries. Otherwise, list all*.mdfiles in.groove/memory/learned/and ask which topic to graduate from. - Show the file contents; ask: "Which entry should be graduated? (paste or describe it)"
- Show the exact text that will be written to AGENTS.md; ask: "Confirm? (yes / edit / skip)"
- If confirmed: write to AGENTS.md (see section management below)
- Mark the entry in the learned file by appending
[graduated YYYY-MM-DD]inline after the bullet - Report: "Lesson graduated to AGENTS.md → ## Graduated Learnings"
Section management in AGENTS.md
Look for a <!-- groove:learned:start --> / <!-- groove:learned:end --> block:
- If the block exists: append the new insight as a bullet under
## Graduated Learningsinside the block - If the block does not exist: append the following to the end of
AGENTS.md:
<!-- groove:learned:start -->
## Graduated Learnings
Stable workflow insights promoted from `.groove/memory/learned/`. These apply to every session.
- <insight text>
<!-- groove:learned:end -->
Each entry is a single bullet: - <insight text> *(from learned/<topic>.md, graduated YYYY-MM-DD)*
Constraints
- Never graduate without explicit user confirmation of the exact text
- Never delete the source entry from
learned/<topic>.md— mark it as graduated with[graduated YYYY-MM-DD]inline; the full context stays in the file - The
<!-- groove:learned:* -->section is user-owned — groove update will not overwrite it - Keep graduated lessons concise — one actionable sentence per bullet; ask user to trim if longer
- If AGENTS.md does not exist: create it with just the graduated learnings section
- If the same insight is already present in the block (exact match): skip and report "Already graduated."
More from andreadellacorte/groove
pdf-to-markdown
[Document Processing] Convert PDF files to Markdown with support for native text PDFs and scanned documents (OCR). Cross-platform.
254agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
251groove
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
248find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
245groove-utilities-memory-log-daily
Write the daily memory log entry. Use at end of day to record what happened.
235groove-daily-start
Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day.
231