Deploy the current project to Vercel, Railway, or Docker
/plugin marketplace add ScientiaCapital/scientia-superpowers/plugin install scientiacapital-scientia-superpowers@ScientiaCapital/scientia-superpowers[platform] [--prod]# Deploy Command Deploy the current project to its configured platform. ## Arguments - `platform` (optional): vercel, railway, or docker. Auto-detected if not specified. - `--prod`: Deploy to production (default is preview) ## Execution Steps 1. **Detect platform** from project files: - Check for `vercel.json` → Vercel - Check for `railway.json` → Railway - Check for `Dockerfile` → Docker 2. **Pre-deploy validation**: - Run tests if test script exists - Check for hardcoded API keys - Verify `.env.example` matches required vars - Confirm CLAUDE.md has deployment se...