Paste the prompt into your agent’s project instructions, system prompt, or first chat message. Keep API keys out of the prompt; provide credentials through
.env.local or the MCP server environment.Prompt
Use it with Cursor or VS Code
Add the prompt to your project instructions, then ask:Use it with ChatGPT, Claude, or Codex
Paste the prompt into the first message, then add your repo-specific task:Use it with the MCP server
After connecting the CraveUp MCP server, ask:What the prompt is designed to prevent
- inventing API endpoints or SDK method names
- putting admin credentials into storefront code
- confusing guest identity with staff identity
- skipping fulfillment, order time, or customer-detail validation
- treating payment confirmation as complete before the Stripe step succeeds
- building only static preview UI instead of a real ordering flow