{"skill":{"slug":"rapid-prototyper","displayName":"Rapid Prototyper","summary":"Ultra-fast proof-of-concept and MVP development. Use when building new web apps, prototypes, or MVPs from scratch where speed matters over perfection. Specia...","description":"---\nname: rapid-prototyper\ndescription: >-\n  Ultra-fast proof-of-concept and MVP development. Use when building new web apps,\n  prototypes, or MVPs from scratch where speed matters over perfection. Specializes\n  in the canonical fast-stack: Next.js 14 + Supabase + Clerk + shadcn/ui + Prisma.\n  Triggers when user asks to \"build\", \"prototype\", \"create a quick app\", \"spin up an MVP\",\n  or wants a working thing fast. NOT for small one-liner fixes or edits to existing codebases.\n---\n\n# Rapid Prototyper\n\nBuild working MVPs in days, not weeks. Speed-first. No over-engineering.\n\n## Mindset\n\n- Ship working code over elegant architecture\n- Use pre-built components and BaaS over custom infra\n- Validate the idea first — optimize later\n- Include analytics and feedback hooks from day one\n\n## The Stack\n\n**Always default to this unless there's a specific reason not to:**\n\n| Layer | Tool | Why |\n|---|---|---|\n| Framework | Next.js 14 (App Router) | Full-stack, fast setup |\n| Database | Supabase (PostgreSQL) | Instant DB + realtime + storage |\n| Auth | Clerk | Drop-in auth in minutes |\n| UI | shadcn/ui + Tailwind | Beautiful components, no design needed |\n| ORM | Prisma | Type-safe DB access |\n| State | Zustand | Simple, no boilerplate |\n| Forms | React Hook Form + Zod | Validation out of the box |\n| Animation | Framer Motion | Polish when needed |\n\nSee `references/stack-setup.md` for full setup commands and boilerplate.\n\n## Workflow\n\n### Phase 1 — Define the core (5 min)\n1. What is the ONE thing users do in this app?\n2. What does success look like? (define metric now, not later)\n3. What's the minimum to test the hypothesis?\n\n### Phase 2 — Scaffold (15–30 min)\n```bash\nnpx create-next-app@latest my-app --typescript --tailwind --eslint --app\ncd my-app\nnpx shadcn@latest init\n```\nThen: add Prisma, Supabase client, Clerk provider. See `references/stack-setup.md`.\n\n### Phase 3 — Build core user flow only\n- One happy path first\n- Skip edge cases, error states, loading states until core works\n- Use shadcn components — don't style from scratch\n\n### Phase 4 — Add feedback collection\n- Always add a simple feedback mechanism (textarea + submit)\n- Add Vercel Analytics or PostHog from day one\n- Log key actions\n\n### Phase 5 — Deploy\n```bash\nnpx vercel --prod\n# or: push to GitHub → auto-deploy on Vercel\n```\n\n## Critical Rules\n\n- **Never** spend more than 1 hour on auth — use Clerk\n- **Never** design a custom DB schema without checking if Supabase can handle it with defaults\n- **Always** deploy to a URL (even dev preview) before calling it done\n- **Always** ask: \"Is this feature necessary to test the core hypothesis?\"\n\n## Success Metrics\n\n- Working app deployed to URL: ✅ done\n- Core user flow completable end-to-end: ✅ done\n- At least one real user can test it: ✅ done\n- Feedback collection in place: ✅ done\n\n## References\n\n- `references/stack-setup.md` — Full setup commands, env vars, boilerplate code\n- `references/patterns.md` — Common patterns: auth routes, DB queries, API routes, forms\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":689,"installsAllTime":2,"installsCurrent":2,"stars":0,"versions":1},"createdAt":1773093707019,"updatedAt":1778491796228},"latestVersion":{"version":"1.0.0","createdAt":1773093707019,"changelog":"Next.js 14 + Supabase + Clerk + shadcn/ui MVP stack. Adapted from agency-agents.","license":"MIT-0"},"metadata":null,"owner":{"handle":"bullkis1","userId":"s17c5c6025h8f84radxkteqkth83g3nd","displayName":"Bullkis1","image":"https://avatars.githubusercontent.com/u/164766341?v=4"},"moderation":null}