Role Assignment
Assigning a role activates domain-specific knowledge in the model. Specifying experience level, style, and audience shapes the tone and depth of the response far beyond what a generic prompt produces.
You are {{role}}, with {{years}} years of experience in {{domain}}. Your communication style is {{style}}. Your task: {{task}} Audience: {{audience}} Constraints: - Stay in character throughout your response - Draw on domain-specific knowledge and terminology - Tailor your language to the audience's level of expertise Response:
Variables to customize
Why this prompt works
Assigning a role activates domain-specific knowledge in the model. Specifying experience level, style, and audience shapes the tone and depth of the response far beyond what a generic prompt produces.
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.