Tips & Best Practices
Small changes to your prompt often change the reply. Five practices that help in regular Claude Chat use.
1. Write clear, specific prompts
Vague prompts force Claude to guess your intent. Specific prompts give it audience, format, length, and context — so the first reply is close to what you need.
Include these when relevant
| Practice | Instead of… | Try… |
|---|---|---|
| Resume review | “Help me with my resume.” Claude does not know the role, format, or what kind of help you want. | “Review my resume for a senior developer role. Highlight 3 strengths and 2 areas to improve. Use bullet points.” Role, task, format, and scope are all defined. |
2. Use positive and negative examples
Examples are faster than long descriptions. Show Claude one response you like and one you do not — it will match the style and avoid the pitfalls you point out.
Good example: “Find calm in 5 minutes a day.”
Bad example: “The best meditation app ever!!!” (too hype, no specifics)
2. “Meditation that fits your lunch break.”
3. “Quiet your mind without quitting your schedule.”
3. Ask Claude to show its reasoning
For logic, maths, debugging, or multi-part analysis, add phrases like “think step by step” or “show your reasoning”. Claude breaks the problem into stages, which improves accuracy and lets you spot errors early.
Useful phrases
Step 2: Pens → 5 × $2 = $10
Step 3: Total → $12 + $10 = $22
4. Break complex tasks into smaller prompts
One giant prompt — “build my entire marketing plan” — often produces shallow results. Split the work into a sequence of focused prompts and build on each answer.
| Practice | Instead of… | Try… |
|---|---|---|
| Marketing plan | “Create a complete marketing plan with strategy, content calendar, email templates, social posts, and budget.” Too many deliverables at once — each section will be thin. | “Step 1: Define 3 target audience personas for our SaaS product. [then] Step 2: Based on those personas, suggest 5 content themes.” One focused task per prompt; each step informs the next. |
5. Iterate and ask follow-up questions
Your first prompt does not need to be perfect. Treat the first reply as a draft and tighten it with short follow-ups.
Common follow-up phrases
Quick reference
| Practice | One-line rule |
|---|---|
| Be specific | Include who, what, tone, length, and format |
| Show examples | Give one good example and one bad example |
| Show reasoning | Ask for step-by-step work on logic, maths, and analysis |
| Split big tasks | One focused prompt per sub-task |
| Iterate | Refine with follow-ups instead of rewriting from scratch |
Before you continue
- Specific prompts beat vague ones — define audience, format, and length.
- Positive and negative examples teach Claude your preferred style faster than rules alone.
- Step-by-step reasoning improves accuracy on complex problems.
- Smaller prompts for complex work — build up one layer at a time.
- Next: Claude Code overview — coding in your terminal and IDE.
What's Next
Claude Code Overview — coding in your terminal and IDE with direct access to project files.