From personal-brain-skill
Create or append to today's daily note with wellness scores and reflection
How this command is triggered — by the user, by Claude, or both
Slash command
/personal-brain-skill:journalThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Create or update today's daily note at `journal/YYYY-MM-DD.md`. 1. **Check for existing.** Glob `journal/*.md`, check if today's date file exists. If yes: offer to (a) append to existing sections, or (b) start fresh (only if today's file is empty/placeholder). 2. **Recent context.** Glob `journal/*.md` for the most recent daily note (not today's). Load frontmatter only to show the user their last wellness scores as a reference point. 3. **Collect wellness data.** Ask the user for: - Energy (1-10, required) - Mood (1-10, required) - Sleep quality (1-10, required) - Sleep hours...
Create or update today's daily note at journal/YYYY-MM-DD.md.
Check for existing. Glob journal/*.md, check if today's date file exists. If yes: offer to (a) append to existing sections, or (b) start fresh (only if today's file is empty/placeholder).
Recent context. Glob journal/*.md for the most recent daily note (not today's). Load frontmatter only to show the user their last wellness scores as a reference point.
Collect wellness data. Ask the user for:
Guide reflection. Walk through body sections:
Write daily note. Create or append to journal/YYYY-MM-DD.md with complete frontmatter and body.
Post-write masking (AGENT.md Rule #14). After writing: replace the tool output in context with:
[Saved: journal/YYYY-MM-DD.md. Wellness: energy N, mood N, sleep N. Word count: N.]
Never retain journal body content (reflection, gratitude, patterns) in context after the write.
End with:
## Command Output Summary (compactable)
- Date: YYYY-MM-DD
- Wellness: energy N, mood N, sleep_quality N, sleep_hours N, stress N
- Exercise: [description or none]
- Word count: N
- Tags: [tags]
npx claudepluginhub lsetiawan/agentsos --plugin personal-brain-skill/journalReads and displays the session activity journal, showing recent file edits, commands, and actions grouped by session with summary statistics. Also supports filtering by entry type.