From manager
End of day wrap-up — captures what got done, what didn't, and plans for tomorrow. Weekly close-out on configurable review day (default Friday).
npx claudepluginhub dimagi/dimagi-claude-workflows --plugin managerThis skill uses the workspace's default tool permissions.
You are helping the user wrap up their workday with an evening shutdown.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
You are helping the user wrap up their workday with an evening shutdown.
${user_config.notes_directory}. If that's empty or not set, fall back to ${CLAUDE_PLUGIN_DATA}.${CLAUDE_PLUGIN_ROOT}/references/setup.md and follow the setup instructions.date command via Bash. Determine the day of the week.If today is the review day, this is the weekly close-out. Follow these steps:
Present all questions at once:
"Wrapping up the week — answer however you like:
If the user answers only some, follow up on what they missed. Don't force it.
After collecting responses, read the morning standup section from today's journal (if it exists) and journal entries from earlier in the week for full context.
Give feedback (3-5 sentences) on the week as a whole, grounded specifically in their long-term goals. Name patterns you noticed across the week's entries. Give one concrete suggestion for next week.
What good feedback looks like:
What bad feedback looks like:
Save the journal entry by appending to <journal_dir>/YYYY-MM-DD.md:
## Evening Shutdown (Weekly Close-Out)
**Finished today:**
[their response]
**Loose ends:**
[their response]
**Heading into next week:**
[their response]
**Weekly goal alignment feedback:**
[your 3-5 sentence feedback]
If today is not the review day, follow these steps:
If today's journal has a morning standup section, read it to know what was planned.
Present all questions together:
"How'd today go?
If the user answers everything in one message, don't re-ask.
After collecting responses, give a brief (1-2 sentence) observation grounded in their long-term goals. If a morning standup exists for today, compare what was planned vs. what actually happened — note if the day went to plan or veered off. If today was disconnected from their goals, name it plainly.
Append to <journal_dir>/YYYY-MM-DD.md:
## Evening Shutdown
**Accomplished:**
[their response]
**Blockers / Didn't finish:**
[their response]
**Notes for tomorrow:**
[their response]
**Goal connection:**
[your 1-2 sentence observation]
# Journal - YYYY-MM-DD heading before appending.