Comparison Analysis
The numbered structure forces consistent output across models. The 'be opinionated' instruction prevents the wishy-washy responses both ChatGPT and Gemini default to.
Compare {{option_a}} vs {{option_b}} for {{use_case}}. Structure your analysis as: 1. **Overview**: One sentence summary of each option 2. **Strengths**: Top 3 strengths of each, with specific examples 3. **Weaknesses**: Top 3 weaknesses of each, with workarounds where possible 4. **Cost comparison**: Break down pricing for a {{team_size}} team 5. **Verdict**: Recommend one for each of these scenarios: - Budget-constrained team - Performance-first team - Team already using {{existing_tool}} Be opinionated. Don't hedge with "it depends" without specifying what it depends on.
Variables to customize
Why this prompt works
The numbered structure forces consistent output across models. The 'be opinionated' instruction prevents the wishy-washy responses both ChatGPT and Gemini default to.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Get thorough code reviews with actionable feedback tailored to your language, framework, and standards.
Context-Aware Code CompletionProviding the surrounding code and project context lets the model match existing patterns exactly. The constraint against modifying existing code prevents unwanted side effects.
Inline Code SuggestionConstraining suggestions to match existing style and scope produces insertions that feel native to the codebase. The 'no explanation' rule mimics real inline completion behavior.
Code ExplanationThe audience level parameter adjusts complexity automatically. Requiring a usage example ensures the explanation is practical, not just theoretical.