Skip to content

Automation: Auto-Generate Project Folders and Kickoff Briefs From Client Intake Forms

For Graphic Designers ·

Tools:Zapier, Google Forms, Google Drive, Claude/ChatGPT
Time to build:2 hours
Difficulty:Intermediate-Advanced
Prerequisites:Comfortable using Claude or ChatGPT for brief writing. see Level 3 guide: "Transcribe Client Calls Into Structured Creative Briefs"
Zapier

What This Builds

An automation that triggers when a new client submits your intake form: it creates a named project folder in Google Drive, generates a formatted creative brief from their form responses using AI, and sends a confirmation email to the client, all without you touching it. The first time a new project arrives and your folder is already waiting, brief already drafted, you'll never want to do it manually again.

Prerequisites

  • Zapier account (free plan handles this; {{tool:Zapier.price}} for multi-step Zaps)
  • Google account (Gmail + Google Drive + Google Forms)
  • Claude or ChatGPT account (for the brief generation step)
  • A Google Form set up for client intake (you'll create this if you don't have one)
  • Comfortable with Claude or ChatGPT conversations at Level 3

The Concept

An automation platform like Zapier connects tools together using triggers and actions. Think of it as an "if this, then that" chain: if a new Google Form response comes in, then create a Drive folder, then send the responses to Claude to generate a brief, then email the client. You define the chain once; Zapier runs it every time a new project arrives.


Build It Step by Step

Part 1: Create your client intake form in Google Forms

If you don't have an intake form, build one now:

  1. Go to drive.google.com and click New > Google Forms
  2. Title it: "[Your Studio Name] Project Intake"
  3. Add these fields:
  • Your name and company (Short answer)
  • Project type (Multiple choice: Logo, Brand Identity, Packaging, Social Media, Web, Other)
  • Brief description of the project (Long answer)
  • Target audience. who is this for? (Long answer)
  • Key message. what's the most important thing to communicate? (Long answer)
  • Brands or aesthetics you admire (Long answer)
  • What to avoid. aesthetics, competitor brands (Long answer)
  • Timeline, when do you need this completed? (Short answer)
  • Budget range (Multiple choice or short answer)
  • Any additional context (Long answer)
  1. Click the Send button to get a shareable link. add this to your website or email signature

What you should see: A form that collects everything you need to write a creative brief, so the AI has structured information to work with.

Part 2: Create a Google Drive folder structure template

Before automating, set up a master folder with the structure you want for every project:

In Google Drive, create a folder called _Project Template with subfolders:

  • 01_Brief
  • 02_Research
  • 03_Concepts
  • 04_Revisions
  • 05_Final Files
  • 06_Client Communication

You'll reference this structure in Zapier, or just have Zapier create the main project folder (and you manually add subfolders the first time you open it).

Part 3: Set up the Zapier automation

  1. Go to zapier.com and create a free account
  2. Click Create Zap (the + button)
  3. Name your Zap: "New Client Intake → Project Setup"

Step 1. Trigger: Google Forms new response

  1. Search for and select Google Forms as the trigger app
  2. Select trigger event: New Response in Spreadsheet
  3. Connect your Google account
  4. Select your intake form from the dropdown
  5. Click Test trigger. Zapier finds your most recent form submission

Step 2. Action: Create Google Drive folder

  1. Click + to add an action
  2. Search for Google Drive and select it
  3. Action event: Create Folder
  4. Folder name: map to the "Company name" field from the form + ": " + the current date (Example: "Riverside Cafe. 2026-03-24")
  5. Parent folder: select your Client Projects Drive folder
  6. Test this step. it creates the named folder in Drive

Step 3. Action: Generate brief using AI (via webhook or Claude API)

This step sends the form responses to Claude or ChatGPT and receives a brief back.

For beginners (no API setup): Skip this step in the automation and instead create an email notification Zap (Step 4) that sends you the form responses. then paste them into Claude manually using your Level 3 brief extraction workflow.

For intermediate/advanced users:

  1. Add a Webhooks by Zapier action or use the OpenAI Zapier integration (available if you have an OpenAI API key)
  2. Use the ChatGPT or OpenAI action in Zapier: action = Send Message
  3. In the message field, construct the prompt:
Copy and paste this
   Based on this client intake form, write a structured creative brief with sections: Project Overview, Target Audience, Key Message, Aesthetic Direction, Things to Avoid, Timeline, and Open Questions.

   Form responses:
   Client: [map to form field]
   Project type: [map to form field]
   Description: [map to form field]
   Target audience: [map to form field]
   Key message: [map to form field]
   Brands they admire: [map to form field]
   What to avoid: [map to form field]
   Timeline: [map to form field]

Step 4. Action: Send confirmation email to client

  1. Add a Gmail action
  2. Action event: Send Email
  3. To: map to the client's email field from the form
  4. Subject: "Thanks for reaching out. here's your project brief for review"
  5. Body: Write a template that includes:
  • A warm thank-you paragraph
  • The brief (if you built Step 3 with AI: map the Claude output here; if not, a placeholder message asking them to expect the brief shortly)
  • Your expected response time
  • Your link for a discovery call (if relevant)

Step 5. Action: Send yourself a Slack or email notification

  1. Add a final action: Gmail or Slack notification to yourself
  2. Message: "New project intake received: [client name]: [project type]. Drive folder created: [link]"
  3. This is your trigger to follow up or start the discovery call

Part 4: Test the full automation

  1. Submit a test form response with realistic data
  2. Verify: folder appears in Drive with the right name, email sends to the test address, you receive the notification
  3. Review the AI brief output, if using the AI step, check that the brief is well-formed and adjust the prompt if needed

Click Turn on to activate the Zap.


Real Example: Full Workflow Test

Input: A bakery owner submits your intake form:

  • Name: Sarah Chen / The Little Flour Co.
  • Project type: Brand Identity
  • Description: "We make small-batch celebration cakes for local events. 5 years old, grew from word of mouth, ready to invest in looking as good as we are."
  • Target audience: "Local couples and event planners, 25-45, premium price point"
  • Key message: "Handcrafted quality without stuffiness"
  • Likes: Dominique Ansel Bakery, Ottolenghi aesthetics
  • Avoid: Too cutesy, cupcake-shop pink

What happens automatically:

  1. Google Drive folder created: "The Little Flour Co.. 2026-03-24"
  2. AI generates a clean creative brief with all six sections
  3. Sarah receives a confirmation email with the brief within 2 minutes of submitting the form
  4. You get a Slack notification with a link to the Drive folder

Time saved: 30-45 minutes of manual admin per new project. With 3-5 new project inquiries per month, that's 2-4 hours of admin time reclaimed per month.


What to Do When It Breaks

  • Folder name looks wrong → Check the Zapier field mapping, ensure you're pulling from the right form field. Date formatting sometimes needs to be adjusted in Zapier's formatter step.
  • Client email goes to spam → Use Gmail's send-from-an-alias feature to send from your studio email rather than a personal Gmail.
  • AI brief is too generic → The prompt in Step 3 needs more specificity. Add examples from your Level 3 brief workflow directly into the Zapier prompt field.
  • Zap fails silently → Check the Zapier task history (on/off icon > Task History), it shows which step failed and the error message.

Variations

  • Simpler version: Skip the AI brief step entirely. Just automate Drive folder creation + a confirmation email with the form responses listed. Get the value of the automation without the AI configuration complexity.
  • Extended version: Add a Calendly step that sends a discovery call scheduling link in the confirmation email, automatically pulling from your calendar availability.

What to Do Next

  • This week: Build the simpler version first (Steps 1, 2, 4) to get comfortable with Zapier
  • This month: Add the AI brief step once you've confirmed the basic automation works
  • Advanced: Add a CRM step (Notion, Airtable, or HubSpot) that creates a project record automatically, with all the form data pre-populated

Advanced guide for Graphic Designer professionals. These techniques use more sophisticated AI features that may require paid subscriptions.