원클릭으로
groove-daily-start
Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
Install a rich Claude Code statusline into ~/.claude/hooks/ and ~/.claude/settings.json. Displays model, git context, token usage, effort level, 5h/7d usage limits, and active /loop count with next-fire time.
Set up task backend and configuration.
Install groove's Claude Code native shell hooks into .claude/settings.json. Enables deterministic session-end reminders, git activity capture, automatic session-capture drafts, and managed-path protection.
Install groove's Cursor native hooks into .cursor/hooks.json. Enables compaction-safe re-priming, session-end reminders, git activity capture, automatic session-capture drafts, and managed-path protection.
Run all groove health checks: config, backends, companions, AGENTS.md.
| name | groove-daily-start |
| description | Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day. |
| license | MIT |
| allowed-tools | Bash(git:*) Read Write Edit AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
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 item