File workflows: where the time really hides.
Most people don't realize how much time they lose to file shuffling — renaming, sorting, converting, extracting. Cowork is uniquely good at this because it can read every file in a folder and do consistent operations across all of them. Once you've used these patterns, you stop accepting tedious file work as a normal cost of doing your job.
Workflow 01 Batch rename with smart logic
Rename a folder of files based on their content
Manual file renaming is one of the most demoralizing chores in knowledge work. Cowork can read each file, understand what's actually in it, and apply consistent naming based on real content — not just a pattern.
The prompt that works
Best use cases
- Cleaning up an Invoices/ or Receipts/ folder
- Renaming photos based on date taken or content
- Standardizing meeting notes filenames by date + topic
- Adding project codes to a folder of project files
Workflow 02 Convert between formats
Bulk format conversion that respects content
PDFs to Word for editing. Word to clean Markdown for the web. CSV to nicely formatted Excel. Image batches to a single PDF. Cowork handles all of these by chaining the right tools — and unlike a single-purpose converter, it understands when content needs cleanup along the way.
The prompt that works
Best use cases
- Word → Markdown for static-site publishing
- PDF → editable Word with formatting preserved
- Image folder → single combined PDF for sharing
- Excel → CSV with proper escaping for upload
Workflow 03 Extract structured data from messy files
Pull data out of files that weren't designed to be parsed
Receipts as photos. Invoices as PDFs. Email exports as inscrutable HTML. The world is full of files that have data in them but not in a form you can use. Cowork reads them, extracts what you need, and gives you a clean spreadsheet.
The prompt that works
Best use cases
- Receipt/expense report aggregation
- Customer testimonials pulled from email screenshots
- Resume data extracted from a folder of PDFs
- Survey responses scattered across multiple files
Workflow 04 Clean up a messy folder
Triage, sort, and organize a folder that's spiraled
We all have folders like this — Downloads, Desktop, that one project folder. Files with random names, duplicates, half-finished work. Cowork can analyze the whole folder, propose an organization scheme, and execute it once you approve.
The prompt that works
Best use cases
- Cleaning up Downloads after years of accumulation
- Reorganizing a project folder that got messy
- Archive prep before a system migration
- Setting up someone else's computer (consulting)
Pick your most chaotic folder
Choose the folder on your machine that you've been avoiding cleaning up. Run the 'folder triage' workflow above. Review the proposed plan carefully, then approve it. You'll have a clean, sorted folder in 30 minutes instead of the half-day it'd take manually.
What you can do now
- Use the 'propose first, execute after approval' pattern for any batch op
- Always save converted/transformed files to a new folder, not overwrite
- Trust Cowork to flag files it can't read instead of guessing
- Set up consistent naming conventions for your most-used folders
- Build a habit of running cleanup workflows monthly, not annually