What problem does it solve? Turning an app idea into a production-grade project requires dozens of decisions about architecture, stack, security, design, and deployment. This Skill guides the AI through a structured 23-phase workflow so every project ships with clean architecture, strict TypeScript, RLS-secured databases, and premium UI from day one. ## Core Features & Use Cases - Spec-to-Blueprint Workflow: Infers project type and requirements from a single Hebrew description, then produces a written architecture blueprint (DB schema, routes, components) for confirmation before coding. - Opinionated Stack & Structure: Enforces Next.js 14 App Router, Supabase with RLS, shadcn/ui, Zustand, Zod, and a strict anti-spaghetti file structure with a navigation map in ARCHITECTURE.md. - Production Safeguards: Covers security headers, AES-256 credential encryption, rate limiting, testing with Vitest, GitHub CI/CD, Lighthouse > 90 performance budgets, and a full pre-launch checklist. - Use Case: A user says "build me a personal finance dashboard for Israelis" — the Skill produces the blueprint, scaffolds the project, implements bank sync via israeli-bank-scrapers, and delivers a deployable Vercel app. ## Quick Start Ask the AI to build the app you have in mind by describing it in one sentence, for example: build me a task management web app with user auth and a dashboard.