vibe-build
The final execution agent for the vibe-coding workflow. Builds your MVP incrementally by following the AGENTS.md master plan, managing session continuity, and verifying each feature via testing.
Introduction
vibe-build acts as the primary build agent for the vibe-coding MVP development lifecycle. Designed to handle the 'Execute Phase' of project development, this skill ensures that requirements defined in PRDs and technical designs are translated into functional, tested code. It requires an established AGENTS.md roadmap and an agent_docs directory containing technical specifications and code patterns to function effectively.
-
Incremental build execution: implements features one by one with a focus on atomic changes, testing, and linting after every step.
-
AGENTS.md synchronization: maintains project state and tracks progress through a structured roadmap to ensure the build remains aligned with the initial scope.
-
Error handling and self-correction: automatically attempts to resolve build issues or missing dependencies without unnecessary conversational overhead.
-
Context management: performs session re-anchoring to handle long-running development tasks, ensuring the agent remains aware of recently completed work and upcoming milestones.
-
Verification workflows: enforces strict quality gates including npm test, linting, and manual smoke tests before marking any feature as complete.
-
Usage notes: Always ensure AGENTS.md, agent_docs/, and project design documents (PRD/TechDesign) are present in the repository root or docs/ folder before triggering this skill.
-
Workflow tip: If the agent loses context or the session is reset, explicitly reference the last completed item in your AGENTS.md file to re-initialize the builder.
-
Constraints: Does not perform destructive actions (like dropping tables) or delete files without explicit user confirmation, and strictly adheres to the tech stack defined in tech_stack.md.
Repository Stats
- Stars
- 2,324
- Forks
- 292
- Open Issues
- 1
- Language
- Not provided
- Default Branch
- main
- Sync Status
- Idle
- Last Synced
- Apr 30, 2026, 10:05 AM