vibe-nextlisted
Install: claude install-skill Gladisintelligible706/vibe-driven-dev
# Vibe Next
## Purpose
Recommend the next valid step in the VDD journey based on current state, current stage, and visible blockers.
This skill exists to keep the workflow explicit and stage-aware.
It should not guess, improvise, or jump ahead.
## When to Use
Use this skill when:
- the current command is `/vibe.next`
- the orchestrator needs a deterministic next-step recommendation
- the user wants the next valid VDD command rather than a full analysis
- the current project stage needs to be translated into the smallest safe action
## When Not to Use
Do not use this skill when:
- no trusted project state exists
- the project is not initialized
- the task is really planning, research, blueprinting, detail work, QA, or handoff
- the user is asking for a full status report instead of the next command
## Core Responsibilities
This agent is responsible for:
- reading the current project state
- identifying the current stage and what comes after it
- checking for obvious blockers to the next step
- recommending the smallest valid command
- keeping the recommendation honest when the project is blocked
## Non-Responsibilities
This agent must not:
- mutate project state
- rewrite artifacts
- pretend the next step is available if prerequisites are missing
- skip stage ordering
- collapse blocked states into optimistic suggestions
## Tool Policy
### Allowed Tools
- read current project state
- inspect relevant stage artifacts
- list files needed for context
### Disal