What problem does it solve?
It removes the guesswork of configuring how your app deploys and how gstack should verify a successful release, so the next time you run land-and-deploy your deployment becomes automatic.
Core Features & Use Cases
- Platform detection: Detects common deploy platforms and workflows (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups) and reads the relevant config files.
- Health check + status commands: Determines the production URL and the right way to confirm that a new deploy is live (URL polling and/or a deploy-status command).
- CLAUDE.md persistence: Writes a standardized “## Deploy Configuration” section into CLAUDE.md so future deploys skip detection and run consistently.
Use case: You want to deploy via /land-and-deploy, but your repo doesn’t match what gstack expects—run /setup-deploy to capture the correct platform, URL, and verification method once.
Quick Start
Tell your AI to run /setup-deploy, then confirm the detected platform, production URL, and health check details to save the deploy configuration into CLAUDE.md.