Пошаговая сборка MVP по плану
vibe-coding
vibe-build is a Claude Code skill that drives incremental MVP construction following the plan defined in AGENTS.md, applying a Plan → Execute → Verify loop for every feature. Operating as Step 5 of the vibe-coding workflow, it reads AGENTS.md and the agent_docs/ specs, proposes a scoped implementation plan, waits for user approval, then writes code, runs tests (npm test, npm run lint), and updates project state in both AGENTS.md and the cross-session MEMORY.md file. The build order spans four phases — Foundation, Core Features, Polish, and Launch — culminating in a security-focused pass through REVIEW-CHECKLIST.md covering auth, input validation, secrets, and dependencies. It suits developers and non-technical founders who need a structured, resumable workflow to ship a working prototype without manually tracking task order or project status.
- #mvp-building
- #vibe-coding
- #development-workflow
- #testing
- #feature-implementation