skills/groove-daily-end/SKILL.md
End the workday: write memory, analyse tasks, run end hook. Use when wrapping up the day.
npx skillsauth add andreadellacorte/groove groove-daily-endInstall 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.
The workday is wrapped up: git changes are analysed, memory files are written in order, tasks are analysed, and the end hook is executed if present.
.groove/memory/git/YYYY-MM-DD-GIT-N.md.groove/memory/daily/YYYY-MM-DD.md.groove/index.md for tasks.backend and git.* config; memory path is always .groove/memory//groove-utilities-task-analyse to get task summary for daily memory population/groove-utilities-memory-log-git/groove-utilities-memory-log-daily/groove-utilities-memory-log-weekly (only if last weekday of week, or explicit request)/groove-utilities-memory-log-monthly (only if last weekday of month, or explicit request).groove/memory/specs/:
*.md files in the specs directory (including subdirectories)find .groove/memory/specs/ -name "*.md" -mtime +30 — any files returned are stale candidates⚠ Stale spec(s) — not modified in 30+ days:
- <filename> (last modified: <date>)
...
Consider archiving, updating, or deleting specs that are no longer active.
.groove/memory/learned/signals.md in format:
| YYYY-MM-DD | <rating>/5 | <one-sentence note if user adds one, otherwise blank> |
If signals.md does not exist, create it first:
# Session Signals
| Date | Rating | Note |
|---|---|---|
patterns, tools) or press enter to skip.".groove/memory/learned/<topic>.md under a ## YYYY-MM-DD heading; create the file with a # <Topic> heading if it does not exist; create the dated heading if not already present💡 End of week — consider running /groove-utilities-memory-retrospective week for a trend summary.
(Substitute month and "End of month" on the last weekday of the month.).groove/hooks/end.md exists
## Actions section and execute each item in order; report completion per itemtesting
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.