diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-03 22:09:42 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-03 22:09:42 -0600 |
| commit | 22140f46fa80802c39361b3917f9f6dbdb91161c (patch) | |
| tree | c06b32fa24c0a9b95ba0b24576eb51e20e1b4a3a /docs | |
| parent | 47fc49bc3f1a009fe29ba674c69f787bfee8f70d (diff) | |
| download | dotemacs-22140f46fa80802c39361b3917f9f6dbdb91161c.tar.gz dotemacs-22140f46fa80802c39361b3917f9f6dbdb91161c.zip | |
feat: Add /wrap-it-up slash command and phrase recognition
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NOTES.org | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/NOTES.org b/docs/NOTES.org index a08a25e80..53eb2ec8a 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** |
