# Cowork Documentation Manifest
# This file enables future separation into standalone repository

name: claude-cowork-guide
version: "1.5.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: tpe-pme-artisans-commercants
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-and-windows  # Windows added Feb 10, 2026; Linux not announced
  released: 2026-01
  usage_limits: resets-every-5h  # Pro ~1-1.5h intensive, Max 5x-20x Pro

# Documentation structure
structure:
  root:
    - README.md
    - VERSION
    - CHANGELOG.md
    - CONTRIBUTING.md
    - MANIFEST.yaml
  guide:
    - 00-overview.md
    - 01-getting-started.md
    - 02-capabilities.md
    - 03-security.md
    - 04-troubleshooting.md
  workflows:
    - client-followup-tracker.md
    - competitor-analysis.md
    - compliance-checklist.md
    - email-templates.md
    - expense-tracking.md
    - file-organization.md
    - financial-model-validation.md
    - inventory-tracking.md
    - invoice-generation.md
    - knowledge-transfer.md
    - meeting-prep.md
    - newsletter-creation.md
    - payment-reminders.md
    - presentation-slides.md
    - price-comparison.md
    - project-planning.md
    - prospect-research.md
    - quality-checklist.md
    - quote-creation.md
    - quote-to-invoice.md
    - review-response.md
    - social-media-posts.md
    - supplier-order.md
    - website-audit.md
    - work-log.md
    - workforce-planning.md
    - scheduled-automation.md
    - memory-setup.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
  scripts:
    - check-version-sync.sh
    - sync-version.sh
    - update-stats.sh
  github:
    - ISSUE_TEMPLATE/bug_report.md
    - ISSUE_TEMPLATE/feature_request.md
    - ISSUE_TEMPLATE/workflow_contribution.md
    - ISSUE_TEMPLATE/config.yml
    - PULL_REQUEST_TEMPLATE.md
    - README.md

# Content metadata
metadata:
  language: en
  last_updated: 2026-02-28
  maintainer: claude-code-ultimate-guide contributors
  license: CC-BY-SA-4.0
  total_files: 36
  total_prompts: 70
  total_workflows: 28
  features_v140:
    - "Windows support (Feb 10, 2026)"
    - "11 official plugins (Asana, Canva, Cloudflare, Figma, GitHub, Google Drive, Jira, Linear, Notion, Sentry, Slack)"
    - "Opus 4.6 with 1M tokens (beta) context window and 128K output tokens"
    - "Context compaction (beta)"
    - "Scheduled tasks"
    - "Agent Teams (research preview)"
    - "Improved browser automation"
    - "Direct Excel and PowerPoint integrations"
  features_v150:
    - "Desktop Commander installation guide (Step 8)"
    - "Cross-session memory via memory.md"
    - "Customize Tab documentation: Skills, Connectors, permissions"
    - "Skills system with slash commands and chaining"
    - "MCP Connectors (3 types, per-tool Allow/Ask/Block)"
    - "Expanded Scheduled Tasks guide (4 patterns with prompts)"
    - "Expanded Agent Teams guide"
    - "2 new workflows: scheduled-automation, memory-setup"

# 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/
