Execute the next step in the current session
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install vibe-guide@claude-code-plugins-plus# /vibe-guide:continue Run the next step in your vibe session. ## Usage ## Examples Executes one step, then shows what happened. ## Execution Steps ### Step 1: Check Session Exists If `.vibe/session.json` doesn't exist: ### Step 2: Check for Stop Flag If `session.stop` is true: ### Step 3: Check for Error Read `.vibe/status.json`. If `error` field exists: Invoke `vibe-explainer` to show the error checklist, then stop. Do NOT run worker when there's an unresolved error. ### Step 4: Check if Done If `status.phase` is "done": ### Step 5: Run Worker Invoke `vibe-worke...