From breather
Generates end-of-session recaps: accomplishments, open threads, next steps, daily/weekly productivity stats from bash scripts, logs, and conversation review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/breather:reflectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is wrapping up. Give them a clear picture of what happened and set up tomorrow.
The user is wrapping up. Give them a clear picture of what happened and set up tomorrow.
Read daily stats by running:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/daily-stats.sh"
This gives you today_total_min, total_breaks, total_prompts, active_sessions.
Read session history from ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/history.jsonl (if it exists) to provide weekly context.
Review the conversation to identify what was accomplished this session. For long sessions, also check project files, notes, or context snapshots in the working directory and ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/ to fill gaps.
Provide a session summary:
Session Recap
Today: [X]h [Y]m across [N] sessions | Prompts: [N] | Breaks: [N]
What you did:
- [Accomplishment 1]
- [Accomplishment 2]
- [Accomplishment 3]
Open threads:
- [Unfinished thing 1]
- [Unfinished thing 2]
For next time:
- [Suggested starting point]
If session history exists, add a weekly view:
This week: [N] sessions, [X]h total, avg [Y]h per session, [Z] breaks total.
If today was long with few breaks, note it factually - not as a lecture, but as data.
Note: 4h today, 1 break. Something to think about for tomorrow.
Save the reflection in two places:
${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/last-reflection.md -- overwritten each time${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/reflections.md -- running log of all reflections, separated by ---. Prepend a ## YYYY-MM-DD HH:MM header to each entry.End positively - acknowledge what they shipped, not what they should have done differently.
npx claudepluginhub jessedegans/breatherReflects on Claude Code session progress at breakpoints or task shifts, generating summaries, learnings, decisions, tasks review, and persistence suggestions.
Automatically triggers session retrospectives at end or on keywords like 'retrospect', '복기', '회고'. Highlights mistakes prominently, logs to wiki via retrospect tool.
Generates and saves Markdown session logs capturing objectives, file changes, referenced materials, technical notes, future plans, open items, and metrics to resume project work across conversations.