How this command is triggered — by the user, by Claude, or both
Slash command
/b17z-sage:sessionThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /session Check session status and manage context continuity. ## Usage ## Subcommands ### Check status Shows: - Whether context was restored from a previous session - Pending checkpoints to inject - Watcher daemon status ### Inject context Manually inject any pending context from: - Compaction recovery checkpoints - Queued checkpoints from watcher - Core files marked for auto-injection ### Health check Full diagnostic of Sage systems: - Configuration status - Embedding model availability - Checkpoint and knowledge counts - File permissions - Pending tasks ## Implementation Map...
Check session status and manage context continuity.
/session [status|inject|health]
/session status
Shows:
/session inject
Manually inject any pending context from:
/session health
Full diagnostic of Sage systems:
Map to MCP tools:
status → sage_continuity_status()inject → sage_continuity_status() (triggers injection)health → sage_health()At the beginning of a new session, run:
/session status
This automatically injects any pending context from:
If you notice context was compacted (conversation shortened), run:
/session inject
This restores checkpointed context.
If Sage isn't working as expected:
/session health
Shows what's working and what isn't.
## Session Status
**Continuity:** Context restored from checkpoint `2026-02-14_auth-research`
**Watcher:** Running (PID 12345)
**Pending:** No checkpoints queued
Last checkpoint: 2 hours ago
Knowledge items: 15 active
## Sage Health
| Component | Status |
|-----------|--------|
| Config | OK |
| Embeddings | OK (bge-large-en-v1.5) |
| Checkpoints | 142 files |
| Knowledge | 15 items |
| Watcher | Running |
| Code Index | Stale (3 files changed) |
npx claudepluginhub joshuarweaver/cascade-featured --plugin b17z-sage/sessionRecords a verifiable QA session with trace, video, HAR, and console logs, then renders a pass/fail report.
/sessionStarts a new development session with type housekeeping, feature, or deep. Researches project state, surfaces resume options from STATE.md, and presents findings for user approval before wave planning.
/sessionRetrieves and displays a structured overview of the current Ableton Live session, including transport, tracks, scenes, and master section.
/sessionDisplays the current S2S roundtable session status — workflow type, strategy, progress, topics, and artifacts. Supports subcommands for detailed views.
/sessionSaves and resumes development sessions across Claude Code conversations, preserving context, decisions, and progress. Also supports listing saved sessions.
/sessionManages named, isolated browser sessions across multiple Playwright desks. Sessions persist state to disk and survive restarts.