vibe-build
The vibe-build skill executes the final step of the vibe-coding workflow by constructing an MVP incrementally based on the plan documented in AGENTS.md. Use this skill when a user requests to begin coding, start building their MVP, or implement specific project features. The skill manages session continuity, implements features one at a time following established code patterns, and verifies each component through testing and manual verification before proceeding to the next task.
git clone --depth 1 https://github.com/KhazP/vibe-coding-prompt-template /tmp/vibe-build && cp -r /tmp/vibe-build/templates/.claude/skills/vibe-build ~/.claude/skills/vibe-buildSKILL.md
# Vibe Build Read `AGENTS.md`, `agent_docs/project_brief.md`, `agent_docs/tech_stack.md`, `agent_docs/code_patterns.md`, `agent_docs/testing.md`, and the active task/spec. Workflow: 1. Summarize the current phase and acceptance criteria. 2. Propose the smallest safe implementation plan. 3. Build one feature at a time. 4. Run the documented checks. 5. For AI/MCP/tool changes, run the documented direct, indirect, negative, auth-required, failure, trajectory, approval, and data-boundary checks. 6. Update `MEMORY.md` with major decisions or completed phases. 7. Return evidence: changed files, commands, results, screenshots/browser notes if applicable, AI eval/tool-call evidence if applicable, unresolved risks, and rollback notes. Do not auto-approve untrusted MCP servers, shell/write/network tools, production actions, billing actions, or destructive changes.
Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files".
Create a Product Requirements Document (PRD) for your MVP. Use when the user wants to define product requirements, create a PRD, or says "help me write requirements", "create PRD", or "define my product".
Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".
Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this".
Complete 5-step workflow to build an MVP from idea to launch. Use when the user wants to start a new project from scratch, go through the full workflow, or says "help me build an MVP", "start new project", or "vibe coding workflow".
Review an AI-generated diff against AGENTS.md, agent_docs, and REVIEW-CHECKLIST.md.
Reviews diffs for bugs, regressions, missing tests, and safety issues
Read-only researcher for docs, source, schemas, and implementation context