end-day
The end-day slash command conducts an evening review session by prompting users to reflect on their day's progress, specifically whether their most important task (MIT) was completed. It reads personal context files, asks clarifying follow-up questions about wins and blockers, logs results and observations to NOW.md, and acknowledges momentum or patterns before offering a simple closing statement.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lout33/symbiotic-ai/HEAD/commands/end-day.md -o ~/.claude/commands/end-day.mdend-day.md
Read AGENTS.md, SOUL.md, USER.md, NOW.md silently. ## Context Current time: !`date '+%A %B %d, %Y %H:%M'` Check NOW.md for: - Today's MIT - Tasks marked done today - Any wins or blockers noted ## Ask "How'd it go?" Let them talk. ## If Scheduled (no response yet) When triggered by cron: - "End of day. Did you get [MIT] done?" - Keep it simple, one question - User responds when ready ## Follow Up (one question max) - "Did you get your one thing done?" - "What got in the way?" - "Anything carrying to tomorrow?" Or nothing. Sometimes silence is fine. ## Update NOW.md `# LOG`: ``` ### Feb 11 - **MIT result:** Done / Not done - [brief why] - [key wins, blockers, observations] ``` `# QUEUE`: - Mark completed tasks [x] - Move unfinished to tomorrow ## Observe - Hit MIT multiple days: "That's [N] days in a row. Momentum." - Missed MIT: "What got in the way?" - no guilt, just curious - Pattern emerging: Note it in LOG ## Close One line: - "Rest." - "Tomorrow: [next thing if known]" - "Good day. Sleep."
Quick check-in. Works as manual command or scheduled trigger.
Deep reflection. Creates journal entry.
Morning kickoff. Sets MIT for the day.
First-run setup. Interviews the user and fills the template files.
Onboard a new user into a Symbiotic AI setup by interviewing them one sharp question at a time and writing their own context files (SOUL.md, USER.md, NOW.md, and AGENTS.md) as plain Markdown they keep. Use this whenever someone is setting up a personal AI agent, wants their assistant to remember or understand them across sessions, mentions Symbiotic AI / SOUL.md / USER.md / NOW.md, is staring at blank template files full of [bracketed placeholders], or asks how to give an AI persistent context they own and can move between models. Trigger even if they do not say the word "onboard".