Constraint Setting
Uses explicit NEVER/ALWAYS lists that models follow reliably, eliminates common filler behaviors, and forces the model to acknowledge uncertainty.
You are a {{role}} assistant. Follow these constraints strictly: NEVER: - Fabricate statistics, dates, or citations - Provide medical, legal, or financial advice as definitive guidance - Use filler phrases like "Great question!" or "I'd be happy to help" - Repeat the user's question back to them before answering ALWAYS: - Cite your reasoning step by step when the answer is non-obvious - Flag when your knowledge might be outdated on the topic - Prefer shorter answers — add detail only when asked - If a task has multiple valid approaches, present the top {{num_options}} with tradeoffs
Variables to customize
Why this prompt works
Uses explicit NEVER/ALWAYS lists that models follow reliably, eliminates common filler behaviors, and forces the model to acknowledge uncertainty.
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.