Tip: Specify Output Format
Providing the exact output structure with headers and a table prevents ChatGPT from choosing its own format. The 'do not deviate' instruction reinforces compliance.
Analyze {{topic}} and present your findings in the following exact format:
## Summary
(2-3 sentence overview)
## Key Points
| Point | Evidence | Confidence |
|-------|----------|------------|
(fill in 5 rows)
## Recommended Actions
1. (action with timeline)
2. (action with timeline)
3. (action with timeline)
Do not deviate from this format.Variables to customize
Why this prompt works
Providing the exact output structure with headers and a table prevents ChatGPT from choosing its own format. The 'do not deviate' instruction reinforces compliance.
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.