skills/groove-daily-start/SKILL.md
Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day.
npx skillsauth add andreadellacorte/groove groove-daily-startInstall 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 prepared: recent days are reviewed, today's daily memory file is created, tasks are consolidated and presented, and the user knows what to work on.
.groove/index.md for tasks.backend and memory.review_days config.groove/memory//groove-utilities-task-analyse to get current task state.groove/memory/daily/ is empty (no files exist), skip this step entirely and note "Fresh install — no prior logs." Otherwise, identify the last memory.review_days business days (Mon–Fri) counting back from yesterday (skip Saturday and Sunday). For each date:
.groove/memory/daily/YYYY-MM-DD.md:
✓ YYYY-MM-DD — start + end logged if both start-of-day and end sections exist~ YYYY-MM-DD — start only, no end logged if only start section present✗ YYYY-MM-DD — missing if file does not existgit log --oneline --after="YYYY-MM-DD 00:00" --before="YYYY-MM-DD 23:59:59" — display commit count and first few titles; skip silently if not in a git repo or no commits.groove/memory/daily/YYYY-MM-DD.md using the template at skills/groove-daily-start/templates/daily-start.md. If the file already exists, skip (idempotent). Create .groove/memory/daily/ if missing./groove-utilities-memory-promises --list:
→ N open promise(s) — run /groove-utilities-memory-promises --list to review/groove-utilities-memory-mistakes --list:
⚠ N open incident(s) — resolve at next /groove-work-compound.groove/hooks/start.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.