Skip to content
Development
Command

/vibe-build

Step 5 of the vibe-coding workflow: build the MVP one verified feature at a time.

From plugin
vibe-coding-prompt-template
2.8k6 skills6 commands
Install
$ npx -y skills add KhazP/vibe-coding-prompt-template --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/vibe-build

Context preview

What this command does when you run it.

Step 5 of the vibe-coding workflow: build the MVP one verified feature at a time.

Command definition

vibe-build.md

/vibe-build — Step 5: Build the MVP

Step 5 of the vibe-coding workflow: build the MVP one verified feature at a time.

**Read `AGENTS.md` first — it is now the source of truth** (roadmap, commands, rules); details live in `agent_docs/`. If `AGENTS.md` doesn't exist yet, route the user to `/vibe-agents` first.

The essentials:

  • Plan → execute → verify, ONE feature at a time. Propose a short plan and get approval before coding.
  • After each feature: run the project's tests and linter, then update `## Current State` in `AGENTS.md` and `MEMORY.md`.
  • Never delete files or change the database schema without confirmation.
  • Before launch: work through `REVIEW-CHECKLIST.md`, including its Security section (secrets, auth, dependencies, rate limits).
Ships withvibe-coding-prompt-template

Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs

Get the whole plugin, auto-invoked
Stats
2,822
Stars
0
Views
358
Forks
Active
Maintenance
Python
Language
MIT
License
20d ago
Last commit
1y ago
Created

Repo: KhazP/vibe-coding-prompt-template