- 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>
79 lines
1.8 KiB
YAML
79 lines
1.8 KiB
YAML
# Cowork Documentation Manifest
|
|
# This file enables future separation into standalone repository
|
|
|
|
name: claude-cowork-guide
|
|
version: "1.0.0"
|
|
description: Complete documentation for Claude Cowork - agentic desktop for knowledge workers
|
|
|
|
# Relationship to parent repo
|
|
upstream:
|
|
repo: claude-code-ultimate-guide
|
|
sync_files:
|
|
- guide/cowork.md # Stub pointing here
|
|
- machine-readable/reference.yaml # Contains cowork entries
|
|
|
|
# Target audience
|
|
audience: knowledge-workers
|
|
personas:
|
|
- project-managers
|
|
- data-analysts
|
|
- writers-editors
|
|
- operations-teams
|
|
- non-technical-professionals
|
|
|
|
# Product status
|
|
status: research-preview
|
|
availability:
|
|
subscription: pro-and-max # Pro $20/mo, Max $100-200/mo
|
|
platform: macos-only # Windows planned, Linux not announced
|
|
released: 2026-01
|
|
usage_limits: resets-every-5h # Pro ~1-1.5h intensive, Max 5x-20x Pro
|
|
|
|
# Documentation structure
|
|
structure:
|
|
guide:
|
|
- 00-overview.md
|
|
- 01-getting-started.md
|
|
- 02-capabilities.md
|
|
- 03-security.md
|
|
- 04-troubleshooting.md
|
|
workflows:
|
|
- file-organization.md
|
|
- expense-tracking.md
|
|
- report-synthesis.md
|
|
- meeting-prep.md
|
|
- team-handoff.md
|
|
prompts:
|
|
- file-ops.md
|
|
- document-creation.md
|
|
- data-extraction.md
|
|
- research.md
|
|
reference:
|
|
- cheatsheet.md
|
|
- comparison.md
|
|
- faq.md
|
|
- glossary.md
|
|
examples:
|
|
- CLAUDE.md
|
|
|
|
# Content metadata
|
|
metadata:
|
|
language: en
|
|
last_updated: 2026-01-19
|
|
maintainer: claude-code-ultimate-guide contributors
|
|
license: MIT
|
|
|
|
# Future standalone repo configuration
|
|
standalone_config:
|
|
repo_name: claude-cowork-guide
|
|
default_branch: main
|
|
topics:
|
|
- claude
|
|
- anthropic
|
|
- cowork
|
|
- desktop-automation
|
|
- knowledge-work
|
|
- ai-assistant
|
|
include_from_upstream:
|
|
- LICENSE
|
|
- .github/
|