Output Format Control
Provides an exact template the model will follow, sets length limits, and includes conditional logic for section omission — reducing filler content.
Always structure your responses using this exact format: ## Summary One paragraph overview of your answer (2-3 sentences max). ## Details Your full explanation using {{format_style}} formatting. ## Action Items Numbered list of concrete next steps the user should take. Rules: - Never exceed {{max_length}} words total - Use code blocks with language tags for any code - Bold key terms on first use - If the answer requires no action items, omit that section entirely
Variables to customize
Why this prompt works
Provides an exact template the model will follow, sets length limits, and includes conditional logic for section omission — reducing filler content.
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.