A 49-skill pipeline that takes any idea from concept to deployed app. Framework-agnostic. Battle-tested. Every skill autoresearched to 100%.
Built SimpleCRM — a full-stack Next.js app with auth, database, and 10 features — in a single session. Also works with Flask, Django, FastAPI, and more.
You describe what you want, AI builds something close. You iterate. Again. And again. No shared spec means no shared understanding.
Without a documented plan, features get half-built. CSS gets hardcoded. Design tokens get ignored. The codebase grows fragile.
Getting a demo working is easy. Getting auth, database migrations, security, deployment, and error handling right — that takes a workflow.
You close the chat, come back the next day, and AI has forgotten everything. Start explaining from scratch, or lose where you were.
5 phases. 49 skills. Structured. Repeatable. Production-ready.
Vague idea → Clear spec
AI asks focused questions to extract every requirement — users, features, data model, tech constraints, business rules. You end with a complete product specification before writing a single line of code. Supports fast-track mode for when you already know what you want.
Clear spec → 8 canonical docs
Generates 8 canonical documentation files that guide the entire build. Each doc is focused: one skill writes one doc, with approval checkpoints before saving. Supports Python (Flask/Django/FastAPI), Next.js, Vite, and more.
Docs → Working code
Implements features step-by-step following the plan. Design guard runs before each page to block hardcoded values. Code review runs after each step. Build errors route automatically to build-fix. Real-time progress tracking with checkmarks in progress.txt.
Bugs → Fixes
Fix issues surgically. Impact analysis runs first to map blast radius before any change. Runtime bugs stay in debug. Compile/type errors route to build-fix. UI issues trigger ui-review. Vague reports get clarified before diagnosis begins.
Code → Live product
Pre-flight checks run automatically: doc-review verifies docs match code, security-review blocks deployment on any CRITICAL or HIGH finding. Then routes to the right deploy skill — Vercel, Netlify, DigitalOcean, or local. Python apps get gunicorn, migrations, and collectstatic checks.
Every skill has a defined input, output, and handoff. Nothing falls through the cracks.
vibe-coding-ideatevibe-coding-ui-uxvibe-coding-recallideate runs the full 10-topic requirements conversation. When design comes up, it hands off to ui-ux for style selection (67 styles, 161 palettes). recall loads prior project context at session start.
vibe-coding-documentvibe-coding-doc-prdvibe-coding-doc-appflowvibe-coding-doc-techstackvibe-coding-doc-designvibe-coding-doc-backendvibe-coding-doc-frontendvibe-coding-doc-implplanvibe-coding-doc-claudemddocument is a thin coordinator that calls 8 dedicated generator skills in order. Each generator reads prior docs, generates its output, shows a preview, and waits for approval before saving.
vibe-coding-buildvibe-coding-css-setupvibe-coding-design-templatesvibe-coding-design-guardvibe-coding-tddvibe-coding-code-reviewvibe-coding-build-fixvibe-coding-api-connectvibe-coding-cli-runnervibe-coding-mcp-setupvibe-coding-dbvibe-coding-db-sqlitevibe-coding-db-bettersqlitevibe-coding-db-postgresvibe-coding-db-duckdbvibe-coding-db-convexbuild orchestrates implementation. css-setup and design-templates run once at start. design-guard runs before each page. code-review runs after each step. build-fix intercepts any compile error. api-connect and cli-runner handle integrations. db routes to the right database skill — SQLite, BetterSQLite3, PostgreSQL, DuckDB, or Convex.
vibe-coding-debugvibe-coding-build-fixvibe-coding-impact-analysisvibe-coding-ui-reviewdebug classifies the bug first. Compile errors route to build-fix. UI bugs trigger ui-review with screenshot analysis. impact-analysis maps blast radius before any fix is applied.
vibe-coding-shipvibe-coding-doc-reviewvibe-coding-security-reviewvibe-coding-local-runnervibe-coding-deploy-vercelvibe-coding-deploy-netlifyvibe-coding-deploy-digitaloceanship runs pre-flight: doc-review then security-review (CRITICAL/HIGH blocks deployment). Then routes to the right deploy skill based on run_target — local, Vercel, Netlify, or DigitalOcean.
vibe-coding-orchestratorvibe-coding-statevibe-coding-explorevibe-coding-reverse-engineervibe-coding-re-scanvibe-coding-re-analyzevibe-coding-re-generatevibe-coding-self-improveorchestrator routes all intents and manages the pipeline. state owns progress.txt read/write/resume. explore handles token-efficient codebase navigation. reverse-engineer reconstructs docs from existing code via 3 stages. self-improve proposes surgical fixes to skills after any gap is found.
Not just Next.js. Every skill has been adapted to work with the full range of modern frameworks.
App Router, Pages Router, Server Components, React 19
SPA, custom bundler setup
uvicorn, async, Pydantic, SQLAlchemy
Blueprints, Gunicorn, SQLAlchemy
ORM, migrations, collectstatic, WSGI
Node.js API routes, middleware
net/http, Gin, Echo, Fiber — with air live reload
bundle, db:migrate, rails server
Axum, Actix, Warp — with cargo-watch
Laravel, Symfony, plain PHP built-in server
FlashList, Reanimated 2, Expo Router, New Architecture
WAL mode, FTS5, versioned migrations
Supabase, RLS, pgvector, connection pooling
Reactive queries, mutations, actions, AI agents
In-process analytics, CSV/Parquet queries
CLI, token auth, env vars, Python serverless
netlify.toml, functions, redirects, SPA support
App Platform, Droplet + nginx + PM2
Three steps from idea to production
"I want to build a CRM for small businesses"
The orchestrator detects your intent and activates the right skill. IDEATE runs a structured conversation to extract requirements across 10 topics — users, features, data, auth, tech stack, business model, edge cases, and design.
AI generates 8 canonical project documents with your approval at each step
PRD, APP_FLOW, TECH_STACK, DESIGN_SYSTEM (with full color palettes and gradients), BACKEND_STRUCTURE, FRONTEND_GUIDELINES, IMPLEMENTATION_PLAN, and CLAUDE.md — all generated sequentially, each showing a preview before saving.
Real-time progress tracking as features are implemented step by step
BUILD follows the implementation plan exactly. design-guard enforces color tokens before every page. code-review runs after every step. Any compile error routes to build-fix automatically. progress.txt tracks every checkmark.
SimpleCRM — a production-ready customer management app built in a single session
Everything you need for a production app — generated, verified, and tracked
PRD, APP_FLOW, TECH_STACK, DESIGN_SYSTEM, BACKEND_STRUCTURE, FRONTEND_GUIDELINES, IMPLEMENTATION_PLAN, and CLAUDE.md — each generated by a dedicated skill with an approval step.
Color palettes with 50-950 shade scales, 3 gradient presets (primary, subtle, rich), CSS variable tokens, typography pairings, and color enforcement rules written into generated code.
Clean, structured code with design tokens enforced, security review passed, and impact analysis run before every bug fix.
progress.txt tracks every step with checkmarks. Resume any session exactly where you left off — no re-explaining context.
Python venv, Alembic, Django management commands, gunicorn, pytest. Node.js Prisma, Drizzle, shadcn/ui, Stripe CLI, Docker. Correct commands for your stack.
Automatic OWASP Top 10 scan before every deployment. Hardcoded secrets, SQL injection, XSS, insecure auth, IDOR — any CRITICAL or HIGH finding blocks the deploy.
Connect Claude directly to your PostgreSQL database, GitHub repos, Slack, filesystem, or browser during development. Merge-safe config generation with security checklist.
state skill owns progress.txt with validated read/write/resume/recover operations. No lost context, no duplicate work, no phase confusion.
Download the skills folder from GitHub, open Claude Code in your project, and type your idea. The 38-skill pipeline takes it from there.