Cowork Project Context Template

Purpose: Template for CLAUDE.md files in Cowork projects

Usage: Copy this template, customize for your project, place in your shared workspace


Communication Profile (Optional)

Customize how Cowork communicates. Focus on constraints — what you don’t want.

Tone & Style

Things We NEVER Do

Default Signature

[Your standard email signature]

Tip: Share this file with your team so everyone’s outputs match your company voice.


Project Information

Project Name: [Your Project Name] Last Updated: [Date] Team: [Team members and roles]


Folder Structure

~/[Your-Workspace]/
├── input/           # Files to be processed
│   ├── raw/         # Unprocessed source files
│   ├── receipts/    # Receipt images
│   ├── documents/   # PDFs, Word docs
│   └── data/        # CSV, Excel files
│
├── output/          # Cowork-generated files
│   ├── reports/     # Generated reports
│   ├── summaries/   # Document summaries
│   └── processed/   # Processed data files
│
├── archive/         # Completed work
│   └── [YYYY-MM]/   # Archived by month
│
└── CLAUDE.md        # This file

Current Sprint / Period

Goals

Active Tasks

| Task | Owner | Status | Due | |——|——-|——–|—–| | [Task 1] | [Name] | In Progress | [Date] | | [Task 2] | [Name] | Pending | [Date] |


Conventions

File Naming

Output Formats

Regional Settings


Data Categories

Expense Categories

Document Types


Common Prompts

Weekly Expense Report

Process receipts in ~/[workspace]/input/receipts/
Create expense report with category totals
Save to ~/[workspace]/output/reports/expenses-[week].xlsx

Document Summary

Summarize all documents in ~/[workspace]/input/documents/
Create consolidated summary
Save to ~/[workspace]/output/summaries/

Monthly Archive

Move completed files from output/ to archive/[YYYY-MM]/
Create archive manifest

Team Information

Team Members

| Name | Role | Uses | Contact | |——|——|——|———| | [Name] | [Role] | Cowork | [Email] | | [Name] | [Role] | Claude Code | [Email] |

Handoff Process

  1. Creator places file in appropriate folder
  2. Updates Active Tasks table above
  3. Notifies recipient
  4. Recipient processes and updates status

Key Decisions Log

Date Decision Context Made By
[Date] [Decision] [Why] [Who]

Notes

[Any project-specific notes, warnings, or reminders]


Changelog

Date Change By
[Date] Initial creation [Name]