claude-code-ultimate-guide/cowork/prompts/README.md
Florian BRUNIAUX c2de35caba docs: complete Cowork documentation v1.0 (Phase 2)
- Create comprehensive Cowork docs (23 files in cowork/)
  - 6 guides: overview, getting started, capabilities, security, troubleshooting
  - 60+ ready-to-use prompts across 4 categories
  - 5 step-by-step workflows
  - Reference materials: cheatsheet, FAQ, comparison, glossary

- Integrate Perplexity research (P0/P1/P2)
  - Exact error messages with solutions (VPN, Chrome host, context limits)
  - Competitive analysis (vs Copilot/Gemini/ChatGPT/Apple Intelligence)
  - Enterprise validation (TELUS, Rakuten, Zapier stats)
  - OCR accuracy benchmarks (97% field, 63% line-item)
  - Token budget planning per task type

- Document critical limitations
  - VPN incompatibility (#1 community issue)
  - Context limit reality (165K vs 200K theoretical)
  - Platform constraints (macOS only)
  - Usage limits and pricing (Pro $20, Max $100-200)

- Update central files
  - README.md: detailed Cowork section with tables
  - VERSION: 3.9.6 → 3.9.7
  - machine-readable/reference.yaml: add cowork_reference entry
  - machine-readable/cowork-reference.yaml: new LLM-optimized index (~1.5K tokens)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 11:23:43 +01:00

167 lines
3.9 KiB
Markdown

# Cowork Prompt Library
> **Ready-to-use prompts organized by category**
---
## How to Use
1. **Copy the prompt** from the relevant category
2. **Customize** the placeholders (marked with `[brackets]`)
3. **Paste into Cowork** and review the plan before approving
### Prompt Structure
All prompts follow this pattern:
```
Task: [Clear objective]
Input: [Source location]
Output: [Destination and format]
[Additional constraints or format requirements]
```
---
## Categories
| Category | Description | Prompts |
|----------|-------------|---------|
| [File Operations](file-ops.md) | Organization, renaming, cleanup | 15+ |
| [Document Creation](document-creation.md) | Reports, summaries, presentations | 15+ |
| [Data Extraction](data-extraction.md) | Images → data, PDF parsing | 15+ |
| [Research](research.md) | Web research, synthesis | 10+ |
---
## Quick Reference
### Most Used Prompts
**Organize Downloads**
```
Organize all files in ~/Cowork-Workspace/input/ by type.
Create folders: Documents, Images, Spreadsheets, Archives, Other.
Move files (don't copy). Save a summary report to ~/Cowork-Workspace/output/organization-summary.txt
```
**Receipt to Excel**
```
Extract expense data from receipt images in ~/Cowork-Workspace/input/receipts/
Create an Excel file with columns: Date, Vendor, Amount, Category, Notes.
Add a summary sheet with totals by category.
Use European formula syntax (semicolons).
Save to ~/Cowork-Workspace/output/expenses.xlsx
```
**Notes to Report**
```
Combine all notes in ~/Cowork-Workspace/input/notes/ into a project status report.
Structure: Executive Summary, Progress by Area, Key Decisions, Risks, Next Steps.
Format as Word document.
Save to ~/Cowork-Workspace/output/status-report.docx
```
**Web Research**
```
Research the top 5 [topic] tools/solutions.
Create a comparison table with: Name, Website, Key Features, Pricing, Pros, Cons.
Include a recommendation section.
Save to ~/Cowork-Workspace/output/[topic]-research.md
```
---
## Tips for Better Prompts
### Be Specific About Scope
```
❌ "Organize my files"
✅ "Organize files in ~/Cowork-Workspace/input/ into subfolders by file type"
```
### Specify Output Location
```
❌ "Create a summary"
✅ "Save summary to ~/Cowork-Workspace/output/summary.txt"
```
### Describe Expected Format
```
❌ "Make a spreadsheet"
✅ "Create Excel with columns: Date, Amount, Category. Add totals row."
```
### Handle Regional Settings
```
✅ "Use European formula syntax (semicolon separators)"
✅ "Use US date format (MM/DD/YYYY)"
```
### Request Confirmation
```
✅ "Show me the plan before executing any file moves"
```
---
## Create Your Own
### Template
```
Task: [What you want Cowork to do]
Input: ~/Cowork-Workspace/input/[subfolder or files]
Output: ~/Cowork-Workspace/output/[filename.extension]
Format: [Specific requirements]
Constraints: [Any limitations or preferences]
```
### Example Custom Prompt
```
Task: Create a client briefing document
Input: ~/Cowork-Workspace/input/client-acme/
Output: ~/Cowork-Workspace/output/acme-briefing.docx
Format:
- Company Overview (1 page)
- Key Contacts with titles
- Recent News (last 3 months)
- Talking Points (5-7 bullets)
- Questions to Ask (5-7 questions)
Constraints:
- Professional tone
- Maximum 5 pages
- Include date prepared in header
```
---
## Prompt Categories
### [File Operations →](file-ops.md)
- Organize by type, date, project
- Rename files with patterns
- Find and handle duplicates
- Clean up and archive
### [Document Creation →](document-creation.md)
- Status reports
- Meeting summaries
- Presentations
- Formatted documents
### [Data Extraction →](data-extraction.md)
- Receipts to spreadsheet
- PDF data extraction
- Image text extraction
- Structured data parsing
### [Research →](research.md)
- Competitive analysis
- Topic research
- Comparison matrices
- Trend summaries
---
*[Back to Cowork Documentation](../README.md)*