← Back to list
name: vd-next
description: Advance a VibeDev workflow from chat. Use when the user types

vd-next
by coldshalamov
Vibe Coder MCP
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: vd-next
description: Advance a VibeDev workflow from chat. Use when the user types $vd-next / says “vd next” and wants the agent to fetch the next compiled step prompt from the VibeDev MCP HTTP server (vibedev-mcp serve) and handle breakpoint/new-thread/diagnose states.
vd-next (VibeDev Next Step Driver)
Goal
Make “type $vd-next repeatedly” a reliable workflow:
- fetch the next step prompt from the VibeDev server
- respect
NEW_THREAD/AWAIT_HUMAN/DIAGNOSE - print the exact prompt to run next (with the server’s completion marker)
How to run (scripted)
Run the bundled script:
python skills/vd-next/scripts/vd_next.py
Common options:
--job-id <JOB_...>(if omitted, picks the firstEXECUTINGjob)--server http://127.0.0.1:8765--json(print raw JSON response)
Expected loop
- User calls
$vd-next - Fetch next action from
/api/jobs/{job_id}/next-prompt-auto - Output:
- If
action=NEXT_STEPorRETRY: print the prompt to execute - If
action=NEW_THREAD: instruct user to start a new thread and print the seed prompt - If
action=AWAIT_HUMANorDIAGNOSE: stop and tell user what to do
- If
- After the step is done, the agent (or user) submits evidence via VibeDev tools / UI
- Repeat
Notes:
- Breakpoints are implemented as a normal step that produces a Memory Pack and sets a
NEW_THREADflag for the following step. - Memory Packs should be saved as context blocks tagged
carry_forward(and optionallycarry_to_step:<step_id>).
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon