What problem does it solve?
It eliminates the guesswork and manual setup needed to make /land-and-deploy work by detecting your deployment platform, finding a production URL, and defining how to verify deploy success.
Core Features & Use Cases
- Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions workflows, or custom/manual setups).
- Captures deploy verification details by identifying a production URL and either a health-check endpoint (URL-based) or a deploy-status command (CLI-based).
- Persists configuration for future runs by writing everything into CLAUDE.md so deployment setup happens once and subsequent deploys are automatic.
- Use Case: You have a PR ready and want /land-and-deploy to merge and verify on your hosting provider; you run /setup-deploy once to create the correct configuration.
Quick Start
Type /setup-deploy and answer the prompts to confirm your platform, production URL, and how to check that a deployment succeeded.