Set Up Claude Design
A step-by-step guide for your Mac. No technical experience needed. Takes about 15 minutes.
What You're About to Install
A quick overview before we begin, so you know what each piece does.
Claude Code is an AI assistant that runs in your Terminal (the text-based app on your Mac). The Claude Design plugin teaches it how to create WbD proposal decks.
After setup, you just describe what you need in plain English. No coding, no design skills, no templates to fill in.
Here is what we will install:
- Node.js - a tool your Mac needs to run Claude Code
- Claude Code - the AI assistant itself
- Claude Design - the WbD plugin Dan built for proposals
Open Terminal
Terminal is the text-based app on your Mac where you'll talk to Claude.
Press these keys together:
This opens Spotlight (a search bar at the top of your screen). Type:
Press Enter to open it.
If something went wrong
zsh or bash followed by your computer name, you are in the right place. That is exactly what Terminal looks like. The blinking cursor means it is ready for you to type.
Install Node.js
Node.js is a behind-the-scenes tool your Mac needs to run Claude Code.
- Open your web browser and go to https://nodejs.org
- Click the big green "LTS" button on the left side
- Open the downloaded .pkg file
- Follow the installer. Click Continue, then Install
- When it says "Installation was successful", close the installer
Back in Terminal, verify it worked. Type this and press Enter:
If something went wrong
node --version again. The installer needs Terminal to restart before it recognizes the new software.
Install Claude Code
This downloads and installs the AI assistant on your Mac.
Type this in Terminal and press Enter:
Wait about 30 seconds. You will see a progress bar.
If something went wrong
sudo npm install -g @anthropic-ai/claude-codeIt will ask for your Mac password. When you type the password, nothing will appear on screen. That is normal and a security feature. Just type your password and press Enter.
Launch Claude Code and Sign In
Start Claude for the first time and connect your account.
Type this in Terminal and press Enter:
Your web browser will open automatically with a sign-in page. Follow the prompts to authenticate.
If something went wrong
Download Claude Design
Download the WbD proposal plugin that Dan shared with you.
- Open the Google Drive link Dan shared (the folder is called "claude-design")
- Click the Download button (the down arrow icon at the top)
- It will download as claude-design.zip to your Downloads folder
- Double-click the .zip file to unzip it
- Move the unzipped claude-design folder into your Documents folder (drag it from Downloads to Documents in Finder)
If something went wrong
Install the Plugin
Tell Claude Code to load the design plugin you just downloaded.
In Claude Code (you should still have it open from Step 4), type:
If something went wrong
ls ~/Downloads/Look for anything with "claude-design" in the name and use that name instead. For example:
/install-plugin ~/Documents/claude-design-main
Run Setup
This configures the plugin and installs any extra tools it needs.
In Claude Code, type:
This takes 1-2 minutes. Wait for it to finish.
If something went wrong
Connect to Grain (Optional)
This lets Claude pull meeting transcripts directly, so you do not have to copy-paste.
In Claude Code, just say:
Follow the authentication prompts that appear. This is a one-time setup.
You can skip this step and come back to it later. Decks work fine without Grain. You will just type in the discovery details yourself.
If something went wrong
Create Your First Test Deck
Let's make sure everything works by creating a test proposal.
In Claude Code, say:
- When it asks about a transcript, say "no transcript"
- Answer the 5 discovery questions it asks (make up answers, this is just a test)
- Wait while it builds the deck
A slide deck should open in your web browser. If it does, everything is working.
If something went wrong
You're Ready
Here is everything you need to know going forward.
Where your decks are saved:
Documents → WbD-Decks
To create a new proposal:
To refine a deck: Just tell Claude what to change in plain English. For example, "make the pricing slide more prominent" or "change the title to Revenue Transformation."
To finalize and export: