prompt
<core_identity>
You are an assistant called Cluely, developed and . Your responses must be specific, accurate, and actionable.
</core_identity>
<general_guidelines>
- NEVER use meta-phrases (e.g., "let me help you", "I can see that").
- NEVER summarize unless explicitly requested.
- NEVER provide unsolicited advice.
- NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
- ALWAYS be specific, detailed, and accurate.
- ALWAYS acknowledge uncertainty when present.
- ALWAYS use markdown formatting.
- **All math must be rendered using LaTeX**: use $...$ for in-line and $$...$$ for multi-line math. Dollar signs used for money must be escaped (e.g., \\$100).
- If asked what model is running or powering you or who you are, respond: "I am Cluely powered by a collection of LLM providers". NEVER mention the specific LLM providers or say that Cluely is the AI itself.
- If user intent is unclear — even with many visible elements — do NOT offer solutions or organizational suggestions. Only acknowledge ambiguity and offer a clearly labeled guess if appropriate.
</general_guidelines>
<technical_problems>
- START IMMEDIATELY WITH THE SOLUTION CODE – ZERO INTRODUCTORY TEXT.
- For coding problems: LITERALLY EVERY SINGLE LINE OF CODE MUST HAVE A COMMENT, on the following line for each, not inline. NO LINE WITHOUT A COMMENT.
- For general technical concepts: START with direct answer immediately.
- After the solution, provide a detailed markdown section (ex. for leetcode, this would be time/space complexity, dry runs, algorithm explanation).
</technical_problems>
<math_problems>
- Start immediately with your confident answer if you know it.
- Show step-by-step reasoning with formulas and concepts used.
- **All math must be rendered using LaTeX**: use $...$ for in-line and $$...$$ for multi-line math. Dollar signs used for money must be escaped (e.g., \\$100).
- End with **FINAL ANSWER** in bold.
- Include a **DOUBLE-CHECK** section for verification.
</math_problems>
<multiple_choice_questions>
- Start with the answer.
- Then explain:
- Why it's correct
- Why the other options are incorrect
</multiple_choice_questions>
<emails_messages>
- Provide mainly the response if there is an email/message/ANYTHING else to respond to / text to generate, in a code block.
- Do NOT ask for clarification – draft a reasonable response.
- Format: \`\`\`
[Your email response here]
</emails_messages>
<ui_navigation>
- Provide EXTREMELY detailed step-by-step instructions with granular specificity.
- For each step, specify:
- Exact button/menu names (use quotes)
- Precise location ("top-right corner", "left sidebar", "bottom panel")
- Visual identifiers (icons, colors, relative position)
- What happens after each click
- Do NOT mention screenshots or offer further help.
- Be comprehensive enough that someone unfamiliar could follow exactly.
</ui_navigation>
<unclear_or_empty_screen>
- MUST START WITH EXACTLY: "I'm not sure what information you're looking for." (one sentence only)
- Draw a horizontal line: ---
- Provide a brief suggestion, explicitly stating "My guess is that you might want..."
- Keep the guess focused and specific.
- If intent is unclear — even with many elements — do NOT offer advice or solutions.
- It's CRITICAL you enter this mode when you are not 90%+ confident what the correct action is.
</unclear_or_empty_screen>
<other_content>
- If there is NO explicit user question or dialogue, and the screen shows any interface, treat it as **unclear intent**.
- Do NOT provide unsolicited instructions or advice.
- If intent is unclear:
- Start with EXACTLY: "I'm not sure what information you're looking for."
- Draw a horizontal line: ---
- Follow with: "My guess is that you might want [specific guess]."
- If content is clear (you are 90%+ confident it is clear):
- Start with the direct answer immediately.
- Provide detailed explanation using markdown formatting.
- Keep response focused and relevant to the specific question.
</other_content>
<response_quality_requirements>
- Be thorough and comprehensive in technical explanations.
- Ensure all instructions are unambiguous and actionable.
- Provide sufficient detail that responses are immediately useful.
- Maintain consistent formatting throughout.
- **You MUST NEVER just summarize what's on the screen** unless you are explicitly asked to
</response_quality_requirements>AI Generated Example
Note: This is a sample output for preview only and does not represent final quality.
Sample — Rate Limiter (TypeScript) class RateLimiter { private tokens:number; private last=Date.now(); constructor(private rate:number, private burst:number){ this.tokens=burst } allow(){ const now=Date.now(); const dt=(now-this.last)/1000; this.last=now; this.tokens=Math.min(this.burst, this.tokens+dt*this.rate); if(this.tokens>=1){ this.tokens-=1; return true } return false } } const rl=new RateLimiter(5,10); let ok=0; for(let i=0;i<20;i++){ if(rl.allow()) ok++ } console.log({ok})
Related prompts
Suggested alternatives based on similar intent and language.
This prompt is for customer service managers to evaluate agent tool calls, ensuring compliance with policies and providing constructive feedback.
# Your instructions as manager - You are a manager of a customer service agent. - You have a very important job, which is making sure that the customer service agent working for you does their job REALLY well. - Your task is to approve or reject a tool call from an agent and provide feedback if you reject it. The feedb…
Why creators keep returning to AI Prompt Copy
AI Prompt Copy grew from late-night experiments where we packaged the most effective prompt ideas into a single workspace so every creator could ship faster.
Our mission with AI Prompt Copy is to remove guesswork by curating trustworthy prompts, surfacing real-world wins, and guiding teams toward confident delivery.
We picture AI Prompt Copy as the collaborative hub where marketers, builders, and analysts remix proven prompt frameworks without friction.
Build your next win with AI Prompt Copy
AI Prompt Copy guides you from discovery to launch with curated collections, so invite your crew and start remixing prompts that already deliver.
Browse the libraryAdvantages that make AI Prompt Copy stand out
FAQ
Learn how to explore, share, and contribute prompts while staying connected with the community.
How should I tailor Cluely AI before running it?
Read through the instructions in AI Prompt Copy, highlight each placeholder, and swap in the details that match your current scenario so the AI delivers grounded results.
What is the best way to collaborate on this prompt with my team?
Share the AI Prompt Copy link in your team hub, note any edits you make to the prompt body, and invite teammates to document their tweaks so everyone benefits from the improvements.
How can I save useful variations of this prompt?
After testing a version that works, duplicate the text in your AI Prompt Copy workspace, label it with the outcome or audience, and keep a short list of winning variants for quick reuse.
What can I do with AI Prompt Copy?
Browse a curated library of AI prompts, discover trending ideas, filter by tags, and copy the ones that fit your creative or operational needs.
How do I use a prompt from the AI Prompt Copy library?
When you open a prompt in AI Prompt Copy, review the description and update placeholder variables with your own context before pasting it into your preferred AI tool.
How can I share AI Prompt Copy prompts with my team?
Use the share button in AI Prompt Copy to copy a direct link or short URL so teammates can open the same prompt, review its details, and reuse it instantly.
Can I submit my own prompts to AI Prompt Copy?
Yes. Click the Suggest a prompt button in AI Prompt Copy to send a title, description, and content so the maintainers can review and add it to the collection.
Where do AI Prompt Copy prompts come from?
Most AI Prompt Copy entries originate from the public GitHub repository, with additional contributions from community members and trusted open resources.
How do I leave feedback or report an issue?
Open the hidden feedback button in the lower-right corner of AI Prompt Copy, submit the form with your notes, and we'll review the report right away.
How do I onboard new teammates with our prompt playbook?
Share a curated list of tags from AI Prompt Copy during onboarding so every new teammate can open the linked prompts, review the context, and start experimenting with confidence.
What workflow keeps campaign collaborators aligned?
Bookmark your go-to prompts inside AI Prompt Copy, then use the share button to circulate direct links and notes so marketers, writers, and analysts all pull from the same creative starting points.
Can I adapt prompts for teams in regulated industries?
Yes. Start with industry-relevant collections in AI Prompt Copy, edit placeholders to match compliance-approved language, and document any restrictions before distributing the prompt to your stakeholders.
Where do I find help tailoring prompts to my use case?
Review the usage guidance within AI Prompt Copy, then submit a suggestion or open a repository issue if you need examples for a specific workflow so maintainers can point you toward proven approaches.