From vibe-guide
Advances the active vibe session by one step: checks status, runs worker and explainer agents, optionally explorer, and displays progress summary with changes, verifications, and next actions.
How this command is triggered — by the user, by Claude, or both
Slash command
/vibe-guide:continueThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /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...
Run the next step in your vibe session.
/vibe-guide:continue
/vibe-guide:continue
Executes one step, then shows what happened.
If .vibe/session.json doesn't exist:
No active vibe session.
To start one, run:
/vibe-guide:vibe <your goal>
If session.stop is true:
Session is paused.
To resume, first run:
/vibe-guide:stop
(This toggles the pause off)
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.
If status.phase is "done":
This session is complete!
To start a new one, run:
/vibe-guide:vibe <new goal>
Invoke vibe-worker agent to execute the next step.
Invoke vibe-explainer agent to present results.
If session.learning_mode is true, invoke vibe-explorer agent.
The explainer's friendly summary of what just happened:
1) Where we are
[Current step completed]
2) What changed
- [Changes in plain language]
3) What I checked
- [Verifications performed]
4) What's next
[Next step to run]
5) Do you need to do anything?
No, nothing needed right now.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin vibe-guide/continueAdvances the active vibe session by one step: checks status, runs worker and explainer agents, optionally explorer, and displays progress summary with changes, verifications, and next actions.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
/fire-6-resumeResumes work from a previous session by loading the most recent WARRIOR handoff file, displaying status summary, and routing to next action. Supports --handoff, --list, and --diff flags.
/vibeRuns a full 7-stage pipeline on a short intent — brainstorm, plan, execute, verify, review, integrate. Halts on gate failures for user decisions.
/pauseSaves optional notes to .vbw-planning/RESUME.md with timestamp and resume hint, pauses session with confirmation banner. State auto-persists; requires /vbw:init.