System Context Designer
Separating capabilities from restrictions, and including edge cases, produces a system context that is robust to unexpected inputs.
Design a system prompt and context structure for an AI {{role}} that will be used by {{audience}}.\n\nThe AI should:\n{{capabilities_list}}\n\nIt should NOT:\n{{restrictions_list}}\n\nAvailable context sources at runtime:\n{{available_context}}\n\nGenerate:\n1. The system prompt (with clear sections for role, capabilities, constraints, and output format)\n2. A context assembly template showing how runtime context should be injected\n3. Example of a fully assembled prompt with all context sources populated\n4. Edge cases where the context structure might break down and how to handle them
Variables to customize
Why this prompt works
Separating capabilities from restrictions, and including edge cases, produces a system context that is robust to unexpected inputs.
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.