Ultimate full-lifecycle development skill for production-grade applications. Triggers on project scaffolding, deployment, or infrastructure setup requests. Phrases: start new project, launch app, scaffold fullstack, add docker, add cicd, add auth, add payments, deploy to vercel, deploy to railway, run security audit, set up AI orchestration, configure Claude Code, build SaaS, build mobile app. Supports Next.js, FastAPI, React Native, TypeScript, Docker, CI/CD, multi-model AI routing, Stripe payments, JWT auth, and complete production infrastructure.
Production-grade project launcher covering the entire development lifecycle from scaffolding to deployment.
| Intent | Action |
|---|---|
| New full-stack project | Run scripts/init_fullstack.py |
| New mobile app | Run scripts/init_mobile.py |
| AI orchestrator setup | Run scripts/init_ai_orchestrator.py |
| Add Docker | Run scripts/setup_docker.py |
| Add CI/CD | Run scripts/setup_cicd.py |
| Add database | Run scripts/setup_database.py |
| Add authentication | Run scripts/setup_auth.py |
| Add payments | Run scripts/setup_payments.py |
| Add testing | Run scripts/setup_testing.py |
| Add infrastructure |
Run scripts/setup_infrastructure.py |
| Add monitoring | Run scripts/setup_monitoring.py |
| Add email templates | Run scripts/setup_email.py |
| Add admin dashboard | Run scripts/setup_admin.py |
| Security audit | Run scripts/security_audit.py |
| Deploy | Run scripts/deploy.py |
Determine project type from user intent:
Full-stack web app? → init_fullstack.py (Next.js + FastAPI + TypeScript)
Mobile app? → init_mobile.py (React Native + Expo)
AI-powered app? → init_fullstack.py + init_ai_orchestrator.py
SaaS product? → init_fullstack.py + setup_auth.py + setup_payments.py + see references/saas-patterns.md
After scaffolding, offer to add: Docker, CI/CD, database, auth, payments based on needs.
For existing projects, run appropriate setup script:
setup_docker.py — Multi-stage Dockerfiles + composesetup_cicd.py — GitHub Actions pipelinessetup_database.py — PostgreSQL + Redis + migrationssetup_auth.py — JWT + OAuth2 + RBACsetup_payments.py — Stripe integrationRun scripts/deploy.py --target [vercel|railway|aws|cloudflare]
Pre-deployment checklist in references/security-checklist.md.
Run scripts/security_audit.py for comprehensive OmniAudit-style scanning:
Load these as needed for detailed patterns:
references/stack-patterns.md — Architecture decisions, tech stack guidancereferences/ai-routing.md — Multi-model orchestration (Claude/GPT/Gemini)references/api-design.md — REST/GraphQL conventions, endpoint patternsreferences/database-schemas.md — Common schemas, migrations, relationshipsreferences/security-checklist.md — Production security gates, OWASPreferences/saas-patterns.md — Multi-tenancy, billing, onboardingreferences/mobile-patterns.md — React Native best practicesreferences/claude-code-workflows.md — Parallel agents, hooks, automationreferences/monetization-playbook.md — Pricing, growth, viral mechanicsCopy from assets/templates/ as needed:
assets/templates/nextjs-fastapi/ — Full-stack boilerplateassets/templates/react-native-expo/ — Mobile boilerplateassets/templates/ai-orchestrator/ — Multi-model routing templateassets/templates/saas-starter/ — Complete SaaS foundationassets/docker/ — Dockerfiles, compose configurationsassets/ci-cd/ — GitHub Actions, pre-commit hooksassets/configs/ — TypeScript, ESLint, Prettier configs