Set Up the Sales Coach Plugin
Install Node.js
Required before Claude Code. Most people miss this step.
Claude Code is installed via npm โ and npm only exists after you install Node.js. Skip this and npm fails silently.
Go to nodejs.org and download the LTS version. Run the installer, accept all defaults.
node --versionYou should see v20.x.x. If you do, Node.js is ready.
Go to nodejs.org and download the LTS version. Run the .msi installer, accept all defaults.
node --versionInstall Claude Code
Install it once. Use it forever.
Open Terminal and run:
npm install -g @anthropic-ai/claude-codeThis installs the app. To use it, type claude in a new terminal window. Don't type anything else yet.
Open Command Prompt as Administrator and run:
npm install -g @anthropic-ai/claude-codeclaude --versionCreate the State Folder
Stores your scoring history between sessions.
mkdir -p ~/.claude/statemkdir %USERPROFILE%\.claude\stateInstall coach.md
The plugin file that teaches Claude Code to score sales calls.
Download coach.md then move it to the right folder.
mv ~/Downloads/coach.md ~/.claude/commands/Run ls ~/.claude/commands/ โ you should see coach.md.
move %USERPROFILE%\Downloads\coach.md %USERPROFILE%\.claude\commands\First Launch & Login
Here's exactly what you'll see โ and what to do.
claude- Welcome screen appears โ press Enter to open browser login.
- Sign in with your Anthropic account (free to create).
- Return to terminal. You'll see a
>prompt โ you're in.
Type /model sonnet and press Enter. This is the right model for sales coaching accuracy.
Choose Your Transcript Path
๐ Granola (Auto)
Granola running? The coach pulls your transcript automatically. No file needed.
๐ Local File
Any .txt or .md from Otter, Fireflies, Zoom, or a manual paste.
Quick Reference
Scoring Commands
/coach callScore a call (Granola)/coach file pathScore from local file/coach dealScore a full deal/coach accountStrategic account reviewSession Setup
claudeLaunch Claude Code/model sonnetSelect the right model/coach helpAll coach commandsDrop transcripts in. Get evidence-bound scores. Close more deals. ๐ฌ๐ฏ๐ด
Troubleshooting
node --version. If still failing, reinstall Node.js from nodejs.org.export PATH="$PATH:$(npm root -g)/../bin" then retry.sudo npm install -g @anthropic-ai/claude-code. Windows: run Command Prompt as Administrator.ls ~/.claude/commands/ to check. Missing? Repeat Step 4./coach file /path/to/file.txt/model sonnet after launch. Haiku is faster but less accurate for sales coaching.