From vibe-guide
Executes the next step in a vibe session, checking session state, running a worker, and presenting results via an explainer.
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 ktiseos-nyx/claude-code-plugins-plus-skills --plugin vibe-guide17plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 17 plugins
/continueExecutes the next step in a vibe session, checking session state, running a worker, and presenting results via an explainer.
/resumeRestores project context from a previous VibeWell session by reading .vbw-planning/ state files.
/craft-workflow-runRun a session of an existing workflow - start, continue, advance stages, run-all, batch-create sessions, mark ready.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.
/fire-6-resumeResumes work from the most recent WARRIOR handoff file with full context restoration. Also supports --handoff, --list, and --diff flags.