You are managing a session memory system. The user wants to see all available sessions.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to see all available sessions. ## Task: List All Sessions (Interactive Selection) **OPTIMIZATION:** Uses pre-formatted CLI output (~75% token reduction). --- ## Step 1: Detect Mode Check if user provided arguments: - If user provided a **number** (e.g., `/session:list 2`) → Jump to **Step 3: Handle Selection** - If user typed `/session:list` with no args → Continue to Step 2 --- ## Step 2: Display Sessions (Pre-formatted) Run the CLI command with `--formatted` flag for pre-rendered output: **Output the result directly** - n...