skills/groove-utilities-memory-mistakes/SKILL.md
Log a workflow mistake, fix its root cause, and graduate the lesson to learned memory. Use when the agent makes an error you want to prevent recurring.
npx skillsauth add andreadellacorte/groove groove-utilities-memory-mistakesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use $ARGUMENTS as the mistake description if provided (e.g. --list to show open incidents only).
The workflow mistake is logged, its root cause is fixed in the relevant memory or learned file, and the lesson is graduated to .groove/memory/learned/<topic>.md. The incident is closed.
.groove/memory/learned/<topic>.mdRead tasks.backend from .groove/index.md. Incidents are tracked as tasks in the configured backend. If no task backend is configured (tasks.backend: none), tell the user to run /groove-utilities-task-install first.
Incidents are stored as bugs under a shared "Groove Memory" milestone → "Mistakes" epic.
Before any operation, resolve or create the parent epic:
beans list -t milestone --search "Groove Memory" -q — if non-empty, use first ID; otherwise beans create "Groove Memory" -t milestonebeans list -t epic --parent <milestone-id> --search "Mistakes" -q — if non-empty, use first ID; otherwise beans create "Mistakes" -t epic --parent <milestone-id>--list<parent-id>beans list --parent <parent-id> -t bug -s in-progress1. [<id>] <title><parent-id>beans create "<description>" -t bug --parent <parent-id> -s in-progressanti-patterns, tools)" — suggest based on root cause.groove/memory/learned/<topic>.md under ## YYYY-MM-DD headingbeans update <id> -s completedtasks.backend from .groove/index.md; memory path is always .groove/memory/tasks.backend: none, prompt user to install oneskills/ file: note that skills/ is managed by groove:update; redirect fix to learned/anti-patterns.mdtesting
Quantified compound-loop dashboard: lessons captured vs graduated, adherence streaks, and task velocity. Use to see whether the workflow is actually compounding.
data-ai
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
documentation
Document lessons, update rules/templates/docs. Use to capture learnings after review.
development
Set up task backend and configuration.