Vibe Build

Executes the AGENTS.md build plan: plan, build one feature, verify, then update progress.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 34795ec

Both approaches produced identical working code, but only the guided run followed Plan-Execute-Verify and updated the project's own state file and roadmap checkbox afterward.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What Vibe Build does

Vibe Build is the fifth step of the vibe-coding workflow: it reads AGENTS.md and agent_docs/, proposes a plan, implements one feature at a time, runs tests/lint, and writes progress back into AGENTS.md so multi-session builds stay coherent. Trigger it with phrases like "build my MVP", "start coding", or "implement the project" once a plan already exists from the companion vibe-agents skill.

How to install Vibe Build

git clone https://github.com/KhazP/vibe-coding-prompt-template
cd vibe-coding-prompt-template
mkdir -p ~/.claude/skills
cp -r .claude/skills/vibe-build ~/.claude/skills/vibe-build

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Vibe Build

  • /vibe-build Executes the AGENTS.md build plan: plan, build one feature, verify, then update progress.

It also activates on plain-language prompts like these:

  • Build my MVP feature by feature from the AGENTS.md plan
  • Start coding the next feature and update progress in AGENTS.md
  • Implement the project plan, run tests, then log progress

Frequently asked questions

Is the Vibe Build skill free?
Yes. The skill itself is free from KhazP/vibe-coding-prompt-template. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vibe Build work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. Both approaches produced identical working code, but only the guided run followed Plan-Execute-Verify and updated the project's own state file and roadmap checkbox afterward.
What is the Vibe Build SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Vibe Build?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Vibe Build with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.