session-wrap-upWrap up a conversation session before starting a new one. Use when the user says "wrap up", "wrap up this conversation", "session wrap up", or uses /session_wrap_up command. Flushes context to memory files, updates PARA notes, commits changes, and provides a summary.
Install via ClawdBot CLI:
clawdbot install branexp/session-wrap-upEnd-of-session protocol to preserve context and ensure continuity between sessions.
Run this protocol when the user indicates they want to wrap up the current session before starting a new one.
Execute these steps in order:
Write to memory/YYYY-MM-DD.md (create if doesn't exist):
If significant learnings occurred, update MEMORY.md:
Check and update the PARA structure in notes/ (or memory/notes/):
notes/areas/open-loops.md): Add new unfinished items, mark completed items with ✅notes/projects/): Update progress on active projectsnotes/areas/): Add new ongoing responsibilitiesnotes/resources/): Add new reference material, how-toscd <workspace>
git add -A
git status
git commit -m "wrap-up: YYYY-MM-DD session summary"
git push
Notes:
git push is automatic (no confirmation prompt).git push fails, report the error and leave the commit locally.Provide a brief summary to the user:
## Session Wrap-Up Complete ✅
**Captured to daily log:**
- Configured PARA second brain
- Fixed vector indexing for notes
- Set up weekly memory review cron
**Updated:**
- MEMORY.md: Added memory system learnings
- notes/areas/open-loops.md: Marked .gitignore task complete
**Committed:** `wrap-up: 2026-01-30 session summary`
**Follow-up next session:**
- Check LanceDB autoCapture setting
- Consider morning briefing cron
Ready for new session! ⚡
Generated Mar 1, 2026
A management consultant wraps up a client strategy session. The skill captures key decisions, action items, and client preferences in the daily log and updates project notes, ensuring continuity for follow-up meetings.
A developer concludes a coding session. The skill logs solved bugs, implemented features, and lessons learned to the daily log, updates open loops in PARA notes, and commits code changes for version control.
A researcher ends a collaborative discussion on a study. The skill documents hypotheses, data analysis methods, and resource findings in memory files, updating project progress and reference materials for future sessions.
A marketing team finishes a campaign planning session. The skill records ideas, decisions on branding, and tasks assigned, flushing context to daily logs and updating project areas to track ongoing creative work.
Offer this skill as part of a SaaS platform for professionals to organize session insights. Revenue comes from monthly subscriptions, with tiers based on storage and integration features like Git and PARA systems.
Provide a free version with basic wrap-up features and paid upgrades for advanced memory flushing, automated PARA updates, and team collaboration. Monetize through in-app purchases and enterprise licenses.
License the skill to companies for internal use in project management or customer support workflows. Customize it to integrate with existing tools like CRM or Git, generating revenue from one-time setup fees and annual maintenance.
💬 Integration Tip
Ensure Git is configured in the workspace for automatic commits, and set up PARA note directories in advance to avoid errors during updates.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.