Scheduled Report Generator
The fixed report structure ensures consistency across runs, making period-over-period comparison easy. The 2-minute reader constraint forces concise, scannable output.
Generate a {{report_type}} report for the period {{date_range}}.\n\nData source: {{data_summary}}\n\nReport structure:\n1. Executive Summary (3-5 sentences, highlight the single most important finding)\n2. Key Metrics: Present as a markdown table with columns: Metric | Current | Previous | Change | Trend\n3. Notable Changes: Bullet list of anything that changed by more than {{threshold}}%\n4. Risk Flags: Any metrics trending in a concerning direction for 2+ periods\n5. Recommendations: 2-3 specific, actionable next steps based on the data\n6. Raw Data Appendix: Include the source data in a collapsible section\n\nTone: Professional, concise. Optimize for a reader who has 2 minutes to scan this report.
Variables to customize
Why this prompt works
The fixed report structure ensures consistency across runs, making period-over-period comparison easy. The 2-minute reader constraint forces concise, scannable output.
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.