ワンクリックで
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