Most people using Claude repeat the same background info every conversation: “I’m a XX developer, my project is XX, please use XX style” — like introducing your company to a new employee every single day.
Claude Cowork’s folder workflow flips this: write your context into files, put them in a folder, and Claude reads them automatically every time. No more repetition.
The approach sparked a wave of discussion online — one detailed tutorial hit 250K views and over 3,500 bookmarks, showing that “goodbye to prompt engineering” resonates with a large audience.
How It Works
The core idea is simple: create a folder on your computer, like “Claude Cowork”, and put a few Markdown files inside:
Claude Cowork/
├── about-me.md # Who you are, what you do, preferences
├── voice.md # Writing style, tone, format requirements
├── preferences.md # Tool preferences, output formats, taboos
└── projects/ # Project-specific context
├── project-a.md
└── project-b.md
Each file replaces something you used to type in every prompt. In about-me.md:
I'm an indie dev building SaaS products. Tech stack: TypeScript + React + Supabase.
Writing style: concise, direct, avoid jargon.
Next time you chat with Claude, it reads these files automatically. You focus on what’s unique about this conversation.
30-Minute Setup
Following community best practices, the full setup fits in 30 minutes:
1. Install and base setup (5 min)
- Download the Claude desktop app (macOS / Windows), Pro plan required ($20/mo)
- Open the Cowork tab, select model (Opus 4.7 recommended)
2. Create context files (10 min)
- Create
about-me.md,voice.md,preferences.mdin your Cowork workspace folder - Distill key info from your Drive, Notion, or existing docs
- Keep it short: 3-5 high-signal points per file
3. Configure global instructions (5 min)
- Define Claude’s default thinking mode, output style
- Example: “Understand intent first, then propose solutions”, “Code examples in TypeScript first”
4. Connect tools (10 min)
- Link Google Workspace, Slack/Teams, Notion/Asana
- Claude can read your calendar, docs directly — less manual pasting
Why This Works
People used to think “prompt engineering” required learning complex techniques. The folder workflow’s core philosophy: the best prompt is the one you don’t write.
Fixed context lives in files. You only handle what’s unique to each conversation. Same DRY principle as coding.
Limits
- Pro plan required: Cowork needs Anthropic Pro subscription ($20/mo)
- Desktop-first: Best experience on desktop; mobile is limited
- More files ≠ better: 3-5 high-signal points per file, not a resume
Sources
- Claude Download
- Community tutorial posts (X/Twitter, shared by @eugeneyan and others)