Session Save
Capture current session progress so you can resume later with /session-load.
Usage
/session-save
Procedure
Step 1: Gather Session Context
Collect the following information:
- Current branch: Run
git branch --show-current - Modified files: Run
git status --shortto see what's changed - Recent commits: Run
git log --oneline -5for recent history - Current working directory: Note the cwd
Step 2: Summarize the Session
Create a sessi
[Description truncada. Veja o README completo no GitHub.]