Client Folder Templates You Can Copy Today

The best client folder structure is the one you never have to think about again. Below are four templates you can build in about two minutes each, and a method for duplicating them so that starting a new client takes one click instead of ten.

Pick the one closest to your work, use it exactly as written for your next three clients, and only then adjust. Customizing a template before you've used it is how people end up with five slightly different structures.

The universal template

This works for almost any service business. Five folders, numbered, no exceptions:


[Client Name]/
  01 Contracts/
  02 Briefs & Notes/
  03 Working/
  04 Deliverables/
  05 Invoices/

01 Contracts — signed agreement, statement of work, NDA, change orders, W-9 or tax forms. Anything with a signature on it.

02 Briefs & Notes — the kickoff brief, meeting notes, transcripts, requirements, reference material the client sent, brand guidelines they gave you.

03 Working — source files, drafts, exports you're not proud of yet. This folder is allowed to be messy. It's the workshop.

04 Deliverables — only what the client received. Final files, in the format they got them, named the way the client would recognize.

05 Invoices — what you sent them and when. (Your accounting system is the source of truth for money; this is the client-facing paper trail.)

The critical division is 03 versus 04. Working files are for you; deliverables are for them. When a client emails in eight months asking for "the final logo," you go to 04 and there is exactly one candidate. Without that split, you're opening six files named some variation of "final" and guessing.

Template: design and creative


[Client Name]/
  01 Contracts/
  02 Brief & References/
  03 Assets Received/
  04 Working Files/
  05 Exports/
  06 Final Delivered/
  07 Invoices/

The addition here is 03 Assets Received — client-supplied logos, photos, copy, fonts. Keeping these separate from your own working files matters for two reasons. First, you never accidentally modify the client's original. Second, when a client claims they never sent you the photos, the folder settles it with a timestamp.

05 Exports versus 06 Final Delivered looks redundant but isn't. Exports is every JPG and PDF you generated during review rounds. Final Delivered is the handful that actually shipped. If you only want one, keep Final Delivered and let exports live inside working files.

Template: consulting and professional services


[Client Name]/
  01 Engagement/
  02 Discovery/
  03 Analysis/
  04 Deliverables/
  05 Meetings/
  06 Billing/

01 Engagement holds the contract, scope, and any scope changes. 02 Discovery is what you gathered — interviews, data exports, documents they gave you. 03 Analysis is your own work in progress: models, spreadsheets, draft findings. 05 Meetings is dated notes and recordings, one file per meeting, named 2025-04-08 Steering call notes.md.

The meetings folder earns its place in consulting more than in any other field, because the record of what was said and agreed is frequently the thing that protects you.

Template: ongoing retainer or monthly clients

Retainer work breaks the standard template, because the work repeats and the folder grows forever. Add a period layer:


[Client Name]/
  00 Account/
    Contract, access credentials list, brand guide, standing notes
  01 Monthly/
    2025-01/
    2025-02/
    2025-03/
  02 Assets/
    Logos, photos, evergreen material reused every month
  03 Reporting/
  04 Invoices/

00 Account is the stuff that's true for the whole relationship. 01 Monthly is the work, one folder per month in YYYY-MM format so it sorts correctly forever. 02 Assets exists so you're not hunting through eleven month folders for the logo.

Use YYYY-MM, not March 2025. Named months sort alphabetically, which puts April before January and ruins the folder.

Making it a real template you can duplicate

Building the folders by hand for every new client is where systems die. Three ways to make it one click:

The blank master folder. Create a folder called _TEMPLATE Client containing the empty subfolders, and keep it at the top of your Clients folder. The underscore keeps it sorted first. New client: copy, paste, rename. Five seconds. This works on any operating system and any cloud drive, and it's what most people should do.

A zip file. Zip the empty structure once and keep client-template.zip somewhere handy. Unzip into place for each new client. Slightly slower, but the template can't be accidentally modified — which happens more often than you'd think with the copy-paste method, when someone saves a real file into the master by mistake.

A one-line script. If you're comfortable in a terminal, a single command creates the whole structure:


mkdir -p "Northwind Design"/{"01 Contracts","02 Briefs & Notes","03 Working","04 Deliverables","05 Invoices"}

Save it as a small script that takes the client name as an argument and you have a real onboarding step that never varies.

Whichever you choose, the important part is that no one is ever deciding what folders to make. Deciding is what causes drift.

Two files to put in every new client folder

A 00 README.txt at the client root. Four lines, filled in at kickoff:


Client: Northwind Design
Main contact: Ana Reyes, ana@northwind.example
Started: 2025-04-01
Where things are: final files in 04 Deliverables. Invoicing via [system].

This takes thirty seconds and it's the file that saves you in year three when you've forgotten who the contact was, or saves a contractor who's been handed the folder cold.

An empty 01 Contracts placeholder if the contract isn't signed yet — with a file literally named AWAITING SIGNED CONTRACT.txt. Visible gaps get filled. Invisible gaps do not, and an unsigned contract you never noticed is an expensive omission.

When to break the template

Break it when a client genuinely does a different kind of work with you — a design client who also puts you on retainer probably needs the retainer structure, not the standard one. Don't break it because a particular project "doesn't really need" a folder. Empty folders are free; inconsistency is not.

And when the relationship ends, move the entire client folder — structure intact — into your archive. Don't reorganize it on the way out. The value of an archived client folder is that it looks exactly like it did when the work was live.


Next in this series: How to Organize Business Receipts and Expenses Digitally