Resume work from the current session. Use this skill when: - User asks "what's next?" or "where was I?" - User starts a new conversation on a feature branch - User returns after a break and needs context - User asks about current work status
Loads session context from `.claude/sessions/<branch>.md` to resume work. Automatically triggered when user asks "what's next?", returns after a break, or starts conversation on a feature branch without context.
/plugin marketplace add flexion/claude-domestique/plugin install memento@claude-domestiqueThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Load and display session context to resume work after a break or new conversation.
Proactively invoke when user:
Read these files for complete session management guidance.
Get current branch:
git branch --show-current
Sanitize branch name (replace / with -)
Read session file:
.claude/sessions/<sanitized-branch>.md
Show the user:
Resuming session for issue/feature-42/auth
Goal: Add user authentication to the application
Approach: JWT-based auth with httpOnly cookies
Next Steps:
- [ ] Add logout endpoint
- [ ] Implement token refresh
- [x] Create login form
Recent activity:
- 2024-01-15: Implemented login form and JWT handling
- 2024-01-14: Set up auth middleware
/memento:session create)git branch --show-current