Create a handoff document capturing current session state for future resumption
/plugin marketplace add lerianstudio/ring/plugin install lerianstudio-ring-default-default-2@lerianstudio/ring[session-name] [description]Create a detailed handoff document that preserves the current session's context, learnings, and next steps for future sessions. ## Usage **Arguments:** - `session-name` (optional): Work stream name (e.g., `auth-feature`, `context-management`) - `description` (optional): Brief description of the handoff If arguments not provided, infer from: 1. Recent plan files in `docs/plans/` 2. Current git branch name 3. Ask user if unclear ## Process ### Step 1: Determine Handoff Location ### Step 2: Gather Metadata Run these commands to gather required metadata: ### Step 3: Write Handoff ...