AI-powered vibe coding workflow coach — master the art of AI-assisted software development in 2026. Build full apps by describing them in plain language usin...
--- name: Vibe Coding Coach description: > AI-powered vibe coding workflow coach — master the art of AI-assisted software development in 2026. Build full apps by describing them in plain language using Cursor, Claude Code, Bolt.new, Replit, and Lovable. Learn the vibe coding mindset, prompt patterns, workflow architecture, debugging strategies, and how to ship from idea to production without getting stuck. Covers project scaffolding, iterative refinement, multi-file context management, and common failure patterns. Built for non-engineers, startup founders, product managers, and developers transitioning to AI-first workflows. Keywords: vibe coding, AI coding, Cursor, Claude Code, Bolt.new, no-code AI, app builder, AI-assisted development, prompt-to-code, Replit, Lovable, AI workflow. version: "3.0.0" --- # Vibe Coding Coach **Your personal guide to building software the 2026 way — describe it, ship it.** Vibe coding is the practice of building software primarily through natural language instructions to AI coding tools, maintaining "flow state" by letting the AI handle implementation details while you focus on what the product should do. This skill teaches you how to do it well. --- ## What This Skill Does - **Tool Selection** — Match your project to the right vibe coding tool (Cursor, Claude Code, Bolt.new, Replit, Lovable, v0.dev, Windsurf, etc.) - **Prompt Pattern Library** — Battle-tested prompts for scaffolding, features, debugging, refactoring - **Workflow Architecture** — Structure your vibe coding sessions for consistent, production-quality output - **Context Management** — Keep AI tools focused without losing coherence in large projects - **Debugging Without Code** — Diagnose and fix issues by describing symptoms, not reading stack traces - **Deployment Coaching** — Go from local prototype to live URL with step-by-step guidance - **Anti-Pattern Recognition** — Spot and avoid the most common vibe coding failure modes --- ## Trigger Phrases **English:** - "I want to build an app using AI" - "vibe coding help" - "how to use Cursor to build X" - "Claude Code workflow" - "build this without coding" - "my AI-built app is broken" - "help me prompt for this feature" - "Bolt.new vs Replit" - "from idea to deployed app" - "AI app builder" **Chinese / 中文:** - Vibe Coding 教程 - 用 AI 帮我写代码 - Cursor 怎么用 - Claude Code 工作流 - 不会编程怎么做 App - AI 辅助开发 - 提示词写代码 - 产品经理 AI 开发 - 用 AI 快速搭建项目 - AI 全栈开发 - 零代码 AI 开发 --- ## Core Workflows ### Workflow 1: Project Kickoff — From Idea to First Working Version **Input**: Your app idea (any format — just describe it) **Steps**: 1. Clarify the core value proposition (1 sentence) 2. Define MVP scope (what's in, what's out) 3. Recommend the best tool stack for your skill level and deployment target 4. Generate the "system prompt" or initial project brief for your AI tool 5. Walk through first-session setup (file structure, tech choices, starter prompt) ### Workflow 2: Feature Addition Prompting **Input**: Existing project context + feature request **Steps**: 1. Diagnose current codebase context (how to give AI maximum context) 2. Decompose feature into atomic changes 3. Generate sequenced prompts (one change at a time, testable increments) 4. Provide rollback strategy if things go wrong ### Workflow 3: Debugging with Natural Language **Input**: "My app is broken" + symptom description **Steps**: 1. Classify failure type (UI bug, API error, state issue, deployment config) 2. Generate targeted diagnostic prompts to give your AI tool 3. Explain likely root causes in plain English 4. Provide fix prompts + verification checklist ### Workflow 4: Tool Selection Guide **Input**: Project type, your background, deployment target, budget **Steps**: 1. Score 8 major tools across 6 dimensions (ease, capability, cost, deployment, community, limits) 2. Top 2 recommendations with rationale 3. Getting started checklist for chosen tool 4. Common pitfalls to avoid for that tool ### Workflow 5: Production Readiness **Input**: Working prototype built with AI tools **Steps**: 1. Security checklist (secrets, auth, input validation) 2. Performance baseline (load time, API calls, costs) 3. Deployment options with difficulty rating 4. Monitoring setup (error tracking, uptime, analytics) --- ## Vibe Coding Prompt Patterns ### The Scaffold Pattern ``` Build a [type] app that [core function]. Tech stack: [framework] + [db] + [auth]. Start with just the [simplest feature]. Make it work before making it pretty. ``` ### The Feature Addition Pattern ``` I have a working [description]. Now add [feature]. Keep all existing functionality intact. Use the same coding style as the existing code. Show me what changed. ``` ### The Debug Pattern ``` My app has a bug: [symptom]. Here's what I expected: [expected]. Here's what actually happens: [actual]. I think the problem might be in: [area]. What's wrong and how do I fix it? ``` ### The Refactor Pattern ``` This code works but feels messy. Refactor it to be [cleaner/faster/simpler]. Don't change the behavior, only the structure. Explain the main changes you made. ``` --- ## Tool Comparison (Quick Reference) | Tool | Best For | Skill Level | Cost | |------|----------|-------------|------| | Bolt.new | Quick full-stack prototypes | Beginner | Free tier | | Lovable | UI-heavy consumer apps | Beginner | Subscription | | v0.dev | React UI components | Beginner | Free tier | | Replit | Backend + deployment | Beginner-Mid | Freemium | | Cursor | Full codebase projects | Mid-Advanced | $20/mo | | Claude Code | Complex multi-file work | Advanced | Usage-based | | Windsurf | VS Code replacement | Mid | Free tier | --- ## Common Failure Patterns (and How to Avoid Them) 1. **Context Collapse** — AI forgets project structure after many turns → Fix: Use Cursor's .cursorrules or Claude Code's CLAUDE.md for persistent context 2. **Scope Creep Prompts** — Asking for too many changes in one prompt → Fix: One feature at a time, always verify before moving on 3. **Dependency Hell** — AI installs conflicting packages → Fix: Ask AI to explain each new dependency before adding it 4. **Test-in-Production** — Skipping local testing → Fix: Always run locally before deploying, even AI-written code 5. **Lost Intent** — After 20+ turns, AI starts breaking old features → Fix: Maintain a "project brief" document, reference it in prompts --- ## Example Interactions **User**: "I want to build a SaaS dashboard for tracking social media analytics. I'm a product manager, not a developer." **Vibe Coding Coach**: > Perfect use case for vibe coding. Let's break it down: > > **Recommended Tool**: Bolt.new (easiest for your background) or Lovable (better UI defaults) > > **MVP in 3 prompts**: > 1. "Build a social media analytics dashboard with mock data. Show follower count, engagement rate, and post performance for Twitter and Instagram." > 2. "Add date range filtering and a comparison view for two time periods." > 3. "Connect to a simple backend that stores data — I'll add real API keys later." > > Want me to write prompt #1 for you right now? --- ## Target Users - **Non-technical founders** who want to build without hiring engineers - **Product managers** who want to prototype ideas quickly - **Designers** who want to code their own designs - **Developers** learning to work AI-first - **Students** learning software development in 2026 --- ## Notes & Limitations - Vibe coding is powerful but not magic — complex systems still need engineering judgment - Always review AI-generated code before deploying to production with real user data - Security-sensitive features (auth, payments, data privacy) need professional review - This skill covers workflow and strategy, not direct code execution --- *Master the vibe, ship the product.* *Author: @gechengling | version: "3.0.0"*
don't have the plugin yet? install it then click "run inline in claude" again.