Define the Output Format Upfront
Pre-defining the exact output structure (bullets, table, word limit) means you get usable content on the first try instead of reformatting a wall of text.
Create a competitive analysis of {{competitor}} vs our product.
Return your analysis in this exact format:
**Strengths they have that we don't:**
- (bullet points)
**Weaknesses we can exploit:**
- (bullet points)
**Feature comparison:**
| Feature | Us | Them | Winner |
|---------|-----|------|--------|
(fill in 8-10 rows)
**Strategic recommendation:** (one paragraph, max 100 words)Variables to customize
Why this prompt works
Pre-defining the exact output structure (bullets, table, word limit) means you get usable content on the first try instead of reformatting a wall of text.
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.