Phase 2: Improvements + migration preparation completed ## README.md Enhanced - Add badges (Stars, Prompts 60+, Workflows 5, Version 1.0.0) - Add 3 Learning Paths (Knowledge Worker, PM/Executive, Power User) - Add 7 Golden Rules (Cowork-specific safety practices) - Add 6 collapsible sections (reduce visual density) - Add About section (Origins, Privacy, Limitations, Future Roadmap) - Harmonize footer (version + date + attribution) ## Independence Files Created - VERSION: 1.0.0 source of truth - CHANGELOG.md: Complete v1.0.0 history - CONTRIBUTING.md: Contribution guidelines for Cowork ## Interactive Onboarding - tools/cowork-onboarding.md: Personalized learning experience - Command: Fetch and follow from GitHub raw URL - Features: 3-question profiling, loads cowork-reference.yaml - 5 goals: organize_files, create_documents, extract_data, research, learn_everything - Depth control: deeper/next/skip/reset - Multilingual: EN/FR/ES support ## Maintenance Scripts (3 executable) - scripts/check-version-sync.sh: Verify VERSION synchronized - scripts/sync-version.sh: Auto-sync VERSION across files - scripts/update-stats.sh: Update prompts/workflows counts ## GitHub Templates Structure - .github/ISSUE_TEMPLATE/bug_report.md - .github/ISSUE_TEMPLATE/feature_request.md - .github/ISSUE_TEMPLATE/workflow_contribution.md - .github/ISSUE_TEMPLATE/config.yml - .github/PULL_REQUEST_TEMPLATE.md - .github/README.md: Contributor guide ## Updated MANIFEST.yaml - Add root, tools, scripts, github sections - Update metadata: total_files: 34, total_prompts: 67, total_workflows: 5 - License: CC-BY-SA-4.0 - Last updated: 2026-01-20 ## Statistics - Total files: 34 markdown + 3 scripts + YAML files - Total documentation: ~15K lines - 67 prompts, 5 workflows, 6 guides - Version: 1.0.0 Ready for: - Immediate use in current repo - Future migration to claude-cowork-guide repository - Community contributions (GitHub templates) - Autonomous maintenance (scripts) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6.4 KiB
Contributing to Cowork Documentation
Thank you for your interest in improving the Cowork documentation! This guide will help you contribute effectively.
📍 Current Status
Location: This documentation currently lives in the claude-code-ultimate-guide repository under the cowork/ directory.
Future: Migration to dedicated claude-cowork-guide repository planned when Cowork exits research preview.
For now: All contributions should be made to the main repository with [cowork] prefix in issues/PRs.
🎯 Ways to Contribute
1. Report Issues
Found a problem? Open an issue in the main repository.
Use [cowork] prefix in the title:
- ✅
[cowork] VPN workaround instructions unclear - ✅
[cowork] OCR accuracy claim needs source - ❌
File organization doesn't work(too vague)
Include:
- Platform (macOS version)
- Subscription tier (Pro or Max)
- Cowork version (from Claude Desktop → Settings → About)
- Exact error message (if applicable)
- Steps to reproduce
2. Suggest Improvements
Have an idea? Open an issue with:
- Problem: What's missing or could be better
- Proposed solution: Specific improvement
- Use case: Why this helps users
3. Submit Workflows
Share your real-world Cowork workflows:
Requirements:
- Tested: You've used this workflow successfully
- Practical: Solves a real problem
- Documented: Clear steps with example prompts
- Reproducible: Others can follow and achieve similar results
Template:
# [Workflow Name]
## Use Case
[What problem this solves]
## Prerequisites
- [File types needed]
- [Workspace setup]
- [Estimated time]
## Steps
### 1. [Step Name]
**Prompt**:
CONTEXT: [situation] TASK: [what to do] OUTPUT: [format and location] CONSTRAINTS: [rules]
**Expected result**: [what happens]
[Continue for all steps...]
## Common Issues
- [Issue 1]: [Solution]
- [Issue 2]: [Solution]
## Success Criteria
[How to know it worked]
4. Contribute Prompts
Add prompts to the library:
Requirements:
- Tested: Works reliably in Cowork
- Categorized: Fits in file-ops/document-creation/data-extraction/research
- CTOC Format: Uses Context→Task→Output→Constraints structure
- Documented: Includes expected result and common variations
Template:
### [Prompt Name]
**Use case**: [When to use this]
**Prompt**:
CONTEXT: [situation] TASK: [what to do] OUTPUT: [format and location] CONSTRAINTS: [rules]
**Expected result**: [what Cowork will produce]
**Variations**:
- [Variation 1]: [How to adapt]
- [Variation 2]: [How to adapt]
**Common issues**:
- [Issue]: [Solution]
5. Fix Documentation Errors
Found a typo, broken link, or outdated information? Submit a PR.
Small fixes (typos, links): Direct PR welcome Large changes (restructure, new sections): Open an issue first to discuss
6. Share Research
Found useful data about Cowork? Share it!
Valuable contributions:
- Official Anthropic announcements
- Community pain points (Reddit, forums)
- OCR accuracy tests on specific document types
- Token consumption measurements
- Performance benchmarks
- Platform compatibility updates
Format: Open an issue with [cowork][research] prefix and include sources.
📝 Style Guide
Writing Principles
- Practical over theoretical - Focus on actionable knowledge
- Accuracy over marketing - No invented stats, cite sources
- Specific over vague - "OCR accuracy ~97% for vendor names" not "OCR is good"
- Examples included - Every concept has a real example
- Beginner-friendly - Knowledge workers, not developers
Prompts
- Always use CTOC format (Context→Task→Output→Constraints)
- Include file paths in prompts (
~/Cowork-Workspace/input/) - Specify output format (Excel with formulas, Word with headers, etc.)
- Add constraints (currency, separators, regional settings)
Example:
CONTEXT: I have 15 PDF invoices from different vendors in ~/Cowork-Workspace/input/invoices/
TASK: Extract invoice data into a structured format
OUTPUT: Save as ~/Cowork-Workspace/output/invoices.xlsx with columns: Date, Vendor, Invoice#, Amount, Status
CONSTRAINTS: Use EUR currency, European Excel formula syntax (semicolons), flag amounts >1000 in red
Documentation Structure
- Headers: Sentence case, not Title Case
- Lists: Parallel structure, consistent punctuation
- Code blocks: Specify language for syntax highlighting
- Tables: Use for comparisons, structured data
- Collapsibles: For long content that breaks flow
Tone
- Professional but approachable - Not academic, not casual
- Confident but honest - Admit limitations, cite uncertainties
- Helpful not patronizing - Respect reader's intelligence
🔍 Review Process
For Issues
- Response time: ~48 hours for acknowledgment
- Triage:
bug,enhancement,documentation,question - Priority: Based on impact and community feedback
For Pull Requests
Checklist (add this to your PR):
- [ ] Tested on Cowork (macOS, Pro/Max tier)
- [ ] Follows CTOC format (for prompts)
- [ ] Includes examples
- [ ] Updated relevant cross-references
- [ ] No broken links
- [ ] Follows style guide
Review timeline:
- Small fixes: ~24 hours
- New prompts: ~48 hours
- New workflows: ~1 week (requires testing)
- Major changes: ~2 weeks (requires discussion)
❓ Questions?
- Documentation questions: Open an issue with
[cowork][question] - Technical support: Use Claude Desktop support
- General discussion: Use repository Discussions
📄 License
By contributing, you agree that your contributions will be licensed under CC BY-SA 4.0.
This means:
- ✅ Free to share and adapt
- ✅ Must give attribution
- ✅ Share-alike (derivatives under same license)
- ❌ No additional restrictions
🙏 Recognition
Contributors are recognized in:
- Repository contributors graph
- CHANGELOG.md (for significant contributions)
- Documentation credits (for major additions)
Thank you for helping make Cowork documentation better for everyone!