Show current session status or create a new session
Creates a new session file for the current branch with metadata and template.
/plugin marketplace add flexion/claude-domestique/plugin install memento@claude-domestiquecreateShow or manage the current session.
Based on the argument provided:
git branch --show-current/ with -) to find metadata file.claude/branches/<sanitized-branch> exists.claude/sessions/<session>.md and display:
/session create to create a session for this branch"git branch --show-current.claude/sessions/ and .claude/branches/ directories if needed<issue>-<desc>.md or <type>-<desc>.md/ with -.claude/branches/<sanitized-branch>:
session: <session-filename>
status: in-progress
.claude/sessions/<session-filename> with template:
# Session: <description>
**Issue**: <issue-id or N/A>
**Branch**: <branch-name>
**Type**: <type>
**Created**: <today's date>
**Status**: in-progress
## Goal
[Describe the objective]
## Approach
[Describe the implementation approach]
## Session Log
- <date>: Session created
## Key Decisions
- None yet
## Learnings
- None yet
## Files Changed
- None yet
## Next Steps
- [ ] Define goal and approach