Generate handoff, clear context, and auto-continue in fresh session
/plugin marketplace add GGPrompts/my-plugins/plugin install ggprompts-my-plugins@GGPrompts/my-pluginsGenerate a concise handoff summary, then automatically clear context and resume with the handoff in a fresh session. ## Step 1: Generate Handoff Summary Use this format (skip sections that don't apply): ## Step 2: Save and Schedule After generating the summary, execute this bash script. Replace `HANDOFF_CONTENT` with the actual handoff you generated (properly escaped): ## Important - This only works inside tmux - Clears terminal scrollback before /clear to prevent lag - Uses literal mode (-l) for tmux send-keys to avoid special char issues - The handoff is saved to clipboard as ba...