Show current progress in plain language
Shows current progress, what changed, and what's next in your vibe session.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install vibe-guide@claude-code-plugins-plusCheck 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.