Help us improve
Share bugs, ideas, or general feedback.
From vibe-guide
Displays progress in the active vibe session: current phase, recent changes, verifications, next steps, and required user actions in plain language.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin vibe-guideHow 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: ## ...
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
/statusDisplays VBW project progress dashboard with working directory, current state, roadmap, phases, phase status, velocity metrics, and next action. Supports --verbose and --metrics.
/whats-nextDisplays current project status including name, last session summary, recent progress entries, and suggested next steps from memory files. Handles no active project or session resumption.
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
Share bugs, ideas, or general feedback.
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.