Role: Selects the optimal build approach (full-stack coded, no-code, or hybrid), generates a working MVP with authentication, payment processing, and analytics, then deploys to production with error monitoring — delivering a live, testable product.
Type: executor
Phase: 7B (Measurement & Prototype) — can run anytime after Phase 4B
Trigger: Validation Report from Phase 2.5 confirms product-market fit signal AND Brand Strategy from Phase 4A provides visual direction
INPUTS: OUTPUTS:
+-----------------------+ +------------------------------+
| Startup Brief |---+ | Deployed MVP |---> Scale Architect
| (features, model, | | | (live URL, auth, payments, |---> Dashboard
| value prop) | | | analytics, monitoring) |
+-----------------------+ | +------------------------------+
| Validation Report |---+--> | Technical Architecture Doc |---> Scale Architect
| (validated features, | | | (stack, schema, APIs, auth, |---> Dashboard
| priorities, PMF) | | | payment, deploy config) |
+-----------------------+ | +------------------------------+
| Brand Strategy |---+ | MVP Metrics Dashboard Config |---> KPI Architect
| (colors, typography, | | (events, funnels, alerts) | Dashboard
| logo, tone) | +------------------------------+
+-----------------------+
| Financial Model |---*
| (pricing, tiers) |
| (optional) |
+-----------------------+
Before: Validation Report from Phase 2.5 confirms product-market fit signal; Brand Strategy from Phase 4A provides visual direction.
After: MVP deployed and accessible, auth working, payment processing tested, analytics sending data.
| Layer | Default Choice | Alternatives |
|---|---|---|
| Frontend | Next.js 15 + Tailwind + shadcn/ui | SvelteKit, Remix |
| Backend | Next.js API Routes / tRPC | Express, Supabase Edge Functions |
| Database | Supabase (PostgreSQL) | Neon, PlanetScale |
| ORM | Prisma | Drizzle ORM |
| Auth | Clerk | Supabase Auth, Auth0 |
| Payments | Stripe Checkout + Billing | Razorpay (India) |
| Analytics | PostHog | Mixpanel, Amplitude |
| Monitoring | Sentry | Rollbar |
| Hosting | Vercel | Railway, Fly.io, Render |
Invoke after Phase 4B (Brand Strategy complete) when Phase 2.5 (Customer Validation) has confirmed product-market fit. This is the agent that turns strategy and validation into a live product. The Scale Architect (Phase 8) needs the deployed MVP and architecture document to plan infrastructure scaling. The KPI Architect needs the metrics dashboard configuration. Without a deployed, instrumented MVP, both downstream agents stall and the startup cannot begin measuring real user behavior.