From vibe-guide
Shows current session progress in plain language, including what changed, what was checked, and next steps. Also provides error recovery guidance.
How this command is triggered — by the user, by Claude, or both
Slash command
/vibe-guide:statusThis 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:status Check where we are in the current session without doing any more work. ## Usage ## Examples Shows current progress, what changed, and what's next. ## Execution Steps ### Step 1: Check Session Exists If `.vibe/session.json` doesn't exist: ### Step 2: Read Status Read `.vibe/status.json` to get current state. ### Step 3: Run Explainer Invoke `vibe-explainer` agent to present the current status. ### Step 4: Run Explorer (Optional) If `session.learning_mode` is true, invoke `vibe-explorer` agent. ## Output The explainer presents current progress: ## ...
Check where we are in the current session without doing any more work.
/vibe-guide:status
/vibe-guide:status
Shows current progress, what changed, and what's next.
If .vibe/session.json doesn't exist:
No active vibe session.
To start one, run:
/vibe-guide:vibe <your goal>
Read .vibe/status.json to get current state.
Invoke vibe-explainer agent to present the current status.
If session.learning_mode is true, invoke vibe-explorer agent.
The explainer presents current progress:
1) Where we are
[Current phase and step]
2) What changed
- [Recent changes in plain language]
3) What I checked
- [Recent verifications]
4) What's next
[Next planned step]
5) Do you need to do anything?
[Yes with steps, or No]
If status.json has an error field, explainer shows only:
Something went wrong, but it's fixable.
What happened: [Friendly error summary]
To fix this:
1. [First step to fix]
2. [Second step to fix]
After you've done that, run /vibe-guide:status to continue.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin vibe-guide21plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 21 plugins
/statusShows current session progress in plain language, including what changed, what was checked, and next steps. Also provides error recovery guidance.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.
/resumeRestores project context from a previous VibeWell session by reading .vbw-planning/ state files.
/continue-sessionLoads session context from SESSION.md, displays current phase, stage, progress, known issues, and next action. Checks for uncommitted changes and shows recent git history to help resume work efficiently.
/whats-nextShows current project status and suggests next steps by reading memory files. Also supports creating session handoff documents.
/statusShows the current state of your memory palace, including wings, rooms, drawer counts, and suggestions for improvement.