From bb40315dac6ac82da73504e207f4392836db1327 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 3 Nov 2025 22:09:42 -0600 Subject: feat: Add /wrap-it-up slash command and phrase recognition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created comprehensive session wrap-up workflow triggered by: - Slash command: /wrap-it-up - Phrases: "let's wrap it up", "that's a wrap", "let's call it a wrap" Workflow: 1. Write session notes to docs/NOTES.org (decisions, work, context) 2. Git commit and push all changes to all remotes 3. Friendly goodbye summary with accomplishments and reminders Added dual documentation: - .claude/commands/wrap-it-up.md for explicit /wrap-it-up command - docs/NOTES.org terminology section for phrase recognition Makes session endings consistent and ensures no work is lost. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/wrap-it-up.md | 25 +++++++++++++++++++++++++ docs/NOTES.org | 24 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .claude/commands/wrap-it-up.md diff --git a/.claude/commands/wrap-it-up.md b/.claude/commands/wrap-it-up.md new file mode 100644 index 00000000..cdf743d5 --- /dev/null +++ b/.claude/commands/wrap-it-up.md @@ -0,0 +1,25 @@ +# Wrap Up Session + +When the user says "let's wrap it up", "that's a wrap", or "let's call it a wrap", execute this complete workflow: + +## 1. Write Session Notes +Add anything important to `docs/NOTES.org` for next session: +- Key decisions made +- Work completed +- Context needed for continuation +- Any pending issues or blockers + +## 2. Commit and Push Changes +- Run `git status` to see what changed +- Run `git diff` to review changes +- Create a descriptive commit message following repository conventions +- Commit with co-author attribution (Claude) +- Push to ALL remotes (origin + github) + +## 3. Valediction +Give a friendly goodbye with: +- Brief summary of what was accomplished +- What's ready for next session +- Any important reminders + +Execute this workflow now. diff --git a/docs/NOTES.org b/docs/NOTES.org index a08a25e8..53eb2ec8 100644 --- a/docs/NOTES.org +++ b/docs/NOTES.org @@ -17,6 +17,30 @@ This triggers the create-session workflow from docs/sessions/create-session.org - "I want to do a refactor session" → Create docs/sessions/refactor.org - "I want to do a code review session" → Create docs/sessions/code-review.org +** "Let's wrap it up" / "That's a wrap" / "Let's call it a wrap" + +When Craig says any of these phrases, execute the wrap-up workflow: + +1. **Write session notes** to docs/NOTES.org + - Key decisions made + - Work completed + - Context needed for next session + - Any pending issues or blockers + +2. **Git commit and push all changes** + - Check git status and diff + - Create descriptive commit message + - Include co-author attribution (Claude) + - Push to ALL remotes (origin + github) + +3. **Valediction** + - Friendly goodbye summary + - What was accomplished + - What's ready for next session + - Any important reminders + +*Slash command:* `/wrap-it-up` triggers this same workflow + * 🔔 DESKTOP NOTIFICATIONS WORKFLOW **IMPORTANT: How Claude notifies you when blocked** -- cgit v1.2.3