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.
From vibe-guidenpx 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.
/continueScans docs/feature/ for feature progress across development waves, displays status summary with symbols and details, detects anomalies, and resumes next wave after confirmation.
/continueResumes prior session by scanning progress files and git state, summarizes work status with branch/phase details and next action, then loads context after confirmation.
/continueSaves project state before compaction, restores context after, or resumes specific projects and workspaces.
/continueAutonomously executes pending tasks from orchestrator queue, delegating to agents like frontend-dev or backend-dev, with git checks, retries, and quality gates until completion or pause.
/continueContinues a previous Codex session by sending a follow-up prompt to a specified thread ID, enabling iteration on findings, issue fixes, or deeper analysis.
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.