Expert Guide

Tips & Tricks

Master Claude Cowork with these advanced techniques and best practices

Quick Tips

😊Use "please" - it doesn't change the output but makes reviewing prompts nicer
πŸ“„Specify file formats explicitly: .xlsx not just "Excel", .docx not just "Word"
πŸ•Include timezone if working with dates and times
πŸ—ΊοΈAsk Claude to explain its plan before executing complex tasks
πŸ’¬Use quotes for exact text that should be preserved: "keep this exactly"
πŸ“ŠRequest progress updates for long-running tasks
✍️

Prompt Engineering

Write better prompts for better results

Be Specific About Output Format

Always specify exactly how you want the output. Instead of "create a report", say "create a Word document with an executive summary, three main sections with headers, and a conclusion."

βœ—Avoid

Summarize these documents

βœ“Better

Create a 2-page summary document with: Executive Summary (1 paragraph), Key Findings (bullet points), and Recommendations (numbered list). Save as summary.docx

Provide Context First

Start your prompt with relevant context before making your request. This helps Claude understand the full picture.

βœ—Avoid

Fix the formatting in my spreadsheet

βœ“Better

I have a budget spreadsheet with income in column A and expenses in columns B-F. The totals are in row 20. Fix the formatting to make headers bold, add currency formatting to all money values, and ensure the total formulas are correct.

Use Step-by-Step Instructions

Break complex tasks into numbered steps. This helps Claude follow your exact workflow.

βœ—Avoid

Clean up my project folder

βœ“Better

Please do the following: 1) Create subfolders named "Active", "Archive", and "Reference" 2) Move files modified in the last 30 days to Active 3) Move files older than 90 days to Archive 4) Move all PDF documents to Reference 5) Create an index.txt listing all files and their new locations

Specify What NOT to Do

If there are things you want to avoid, say them explicitly. Claude follows instructions literally.

βœ—Avoid

Organize my photos

βœ“Better

Organize my photos by date into year/month folders. Do NOT delete any files, do NOT rename the original files, and do NOT move any videos - only image files.

⚑

Efficiency Hacks

Work faster and smarter

Batch Similar Tasks

Group similar operations into one request rather than multiple separate ones.

βœ—Avoid

Rename file1.txt to report1.txt... (then repeat for each file)

βœ“Better

Rename all .txt files in my Reports folder using this pattern: add "report_" prefix and today's date suffix, so file.txt becomes report_file_2024-01-20.txt

Create Reusable Templates

Ask Claude to create templates you can use repeatedly, then just fill in the variables.

βœ—Avoid

Write a meeting follow-up email

βœ“Better

Create an email template for meeting follow-ups with placeholders for: [RECIPIENT], [MEETING DATE], [KEY POINTS], [ACTION ITEMS], [NEXT MEETING]. Save as follow_up_template.txt

Use the Preview Feature

For risky operations, ask Claude to show you a preview or dry run before executing.

βœ—Avoid

Delete all old files

βœ“Better

Find all files older than 1 year in my Documents folder and list them with sizes. Don't delete yet - just show me the list so I can review.

Chain Tasks with "Then"

Combine related tasks in sequence for complete workflows.

βœ—Avoid

Download the file... (wait) Now process it... (wait) Now create a report...

βœ“Better

Download the Q4 data from my Drive, clean up any formatting issues, calculate monthly totals, then create an Excel report with a chart showing the trend.

πŸ“

File Organization

Keep your files structured and findable

Establish Naming Conventions

Ask Claude to follow consistent naming patterns for all created files.

βœ—Avoid

Save the report

βœ“Better

Save using this naming convention: YYYY-MM-DD_ProjectName_DocumentType.ext (e.g., 2024-01-20_ClientX_Proposal.docx)

Request Index Files

When organizing many files, ask for an index document to track everything.

βœ—Avoid

Sort my documents

βœ“Better

Organize my documents into folders by type, and create an index.md file listing every file with its new location, original location, and a brief description.

Use Descriptive Folder Structures

Be explicit about folder hierarchy and naming for consistent organization.

βœ—Avoid

Archive old projects

βœ“Better

Create this folder structure: Archive/[Year]/[Project Name]/[Documents|Assets|Notes]. Move all projects not modified since 2023 into the appropriate year folders.

πŸ›‘οΈ

Safety & Best Practices

Protect your data and avoid mistakes

Always Request Backups First

Before any bulk operation, ask Claude to create a backup.

βœ—Avoid

Rename all my photos

βœ“Better

First, create a backup copy of my Photos folder called Photos_backup_[date]. Then proceed to rename the photos in the original folder.

Start with Limited Scope

Test operations on a small subset before applying to everything.

βœ—Avoid

Process all 1000 invoices

βœ“Better

First, process just the first 5 invoices and show me the results. If they look correct, I'll ask you to continue with the rest.

Review Before Sensitive Actions

For deletions or modifications, always ask for confirmation.

βœ—Avoid

Delete duplicate files

βœ“Better

Find potential duplicate files and list them grouped by duplicate sets. Show me file sizes and dates. Don't delete anything until I confirm which ones to remove.

Use Specific Paths

Always specify exact folder paths to avoid accidental operations on wrong folders.

βœ—Avoid

Clean up the Downloads folder

βœ“Better

Clean up /Users/myname/Downloads (not any other Downloads folder). Only process files directly in this folder, not subfolders.

πŸš€

Advanced Techniques

Power user strategies

Combine Multiple Integrations

Chain operations across different services for powerful workflows.

βœ—Avoid

Download my Drive files

βœ“Better

Download all spreadsheets from my "Q4 Reports" Drive folder, merge them into a single Excel file with each original file as a separate sheet, create a summary sheet with totals from each, then upload the combined file back to a new "Consolidated" folder in Drive.

Use Conditional Logic

Tell Claude how to handle different scenarios it might encounter.

βœ—Avoid

Process the data files

βœ“Better

Process each CSV in the folder: If it has more than 1000 rows, split it into smaller files. If any column contains dates, standardize to YYYY-MM-DD format. If there are any empty rows, remove them. Log all changes made.

Request Verification

Ask Claude to verify its work and report on what was done.

βœ—Avoid

Move old files to archive

βœ“Better

Move files older than 6 months to the Archive folder. After completing, create a verification report showing: total files moved, total size, any files that couldn't be moved and why, and confirmation that originals are intact.

Create Workflow Documentation

Ask Claude to document complex workflows for future reference.

βœ—Avoid

Set up my monthly reporting

βœ“Better

Set up my monthly reporting workflow and create a documentation file explaining: what folders it uses, what files it creates, what formulas/logic it applies, and how to run it again next month with new data.

Prompt Cheat Sheet

Structure Your Prompts

# Context

[Describe the situation]

# Task

[What you want done]

# Requirements

- Specific requirement 1

- Specific requirement 2

# Output

[How you want it delivered]

Useful Phrases

Specify format"Save as .xlsx"
Request preview"Show me first before..."
Add safety"Create backup first"
Set boundaries"Only in this folder"
Request verification"Confirm when done"
Chain actions"Then..."

Ready to Put These Tips into Practice?

Check out our workflow templates for ready-to-use prompts that follow these best practices.