Save session state with plan awareness. Persists TodoWrite tasks, current plan step, and git context for session continuity.
/plugin marketplace add 0xDarkMatter/claude-mods/plugin install 0xdarkmatter-claude-mods@0xDarkMatter/claude-modsarchive/session-manager/# Save - Session State Persistence Save your current session state before ending work. Captures TodoWrite tasks, current plan step, and git context. ## Architecture ## Why This Exists Claude Code's native features don't persist across sessions: | Feature | Persists? | Location | |---------|-----------|----------| | Conversation history | Yes | Internal (use `--resume`) | | CLAUDE.md context | Yes | `./CLAUDE.md` | | TodoWrite tasks | **No** | Deleted on session end | | Plan Mode state | **No** | In-memory only | This command bridges the gap by saving what Claude Code doesn't. ## Ou...
/saveSMART save - auto-generates commit messages, handles git pull/merge/rebase automatically, resolves divergent branches, stashes dirty work. Works for single repos and umbrella multi-repo setups. Just run /sw:save with no args for fully automatic save!