Structured Output
Specifying an exact output schema eliminates ambiguity and makes the response programmatically parseable. The confidence field adds useful self-assessment.
Analyze {{topic}} and return your analysis in the following JSON structure:\n\n{\n "summary": "2-3 sentence overview",\n "key_points": ["point 1", "point 2", "point 3"],\n "pros": ["pro 1", "pro 2"],\n "cons": ["con 1", "con 2"],\n "recommendation": "one clear recommendation",\n "confidence": "high | medium | low"\n}\n\nDo not include any text outside the JSON block.Variables to customize
Why this prompt works
Specifying an exact output schema eliminates ambiguity and makes the response programmatically parseable. The confidence field adds useful self-assessment.
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.