Deployment by Chat
The beginner assumption ensures nothing is skipped. The 'common issues' section preemptively solves the problems most developers encounter on their first deployment.
I have a {{app_type}} application built with {{tech_stack}} and I want to deploy it to {{platform}}.\n\nCurrent state:\n- Source code is in a {{repo_type}} repository\n- Environment variables needed: {{env_vars}}\n- Database: {{database_info}}\n\nPlease provide a complete deployment guide:\n1. Prerequisites: What accounts, CLI tools, or configs I need before starting\n2. Build configuration: Any build settings, environment files, or scripts needed\n3. Deployment steps: Exact commands to run, in order\n4. Post-deployment: How to verify it is working, set up monitoring, and configure a custom domain\n5. Common issues: Top 3 problems people hit deploying this stack to this platform, and how to fix them\n\nWrite the guide assuming I have never deployed to {{platform}} before.
Variables to customize
Why this prompt works
The beginner assumption ensures nothing is skipped. The 'common issues' section preemptively solves the problems most developers encounter on their first deployment.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.