بنقرة واحدة
groove-daily-end
End the workday: write memory, analyse tasks, run end hook. Use when wrapping up the day.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
End the workday: write memory, analyse tasks, run end hook. Use when wrapping up 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-end |
| description | End the workday: write memory, analyse tasks, run end hook. Use when wrapping up the day. |
| license | MIT |
| allowed-tools | Bash(git:*) Bash(find:*) Read Write Edit Glob AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
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 item