TCC Agentsby The Clueless Company

Setup guide

Running in about 15 minutes.

Written for people who don't consider themselves technical. Every step is "click this, paste that." Stuck anywhere? Email mehul@theclueless.company — a founder answers, usually same-day.

Haven't bought yet? This whole guide works after a $99 purchase — feel free to read it first to see exactly what you're in for.

Before you start, you need three things

a

The two emails from your purchase

Email 1 has your license key — a long code with dashes. Email 2 has your access link. Missing them? Check spam, then email us with the address you bought with.

b

A free GitHub account

GitHub is where your copy of the system lives. No account? Create one at github.com/signup — it's a normal two-minute signup, like any website.

c

Claude with a paid plan

Claude is the AI assistant the agents run inside, made by Anthropic. You need a paid plan (Pro, from about $20/month — paid to Anthropic, not us). Step 2 installs it.

The five steps

1

Accept your access (Email 2)

Open Email 2, click the access link, sign in to GitHub when asked, and click Authorize. Remember which GitHub account you used — you'll sign in with the same one in Step 3.

2

Install Claude Code (skip if you have it)

Mac: open the app called Terminal (press ⌘+space, type "Terminal", press Enter). Paste this line and press Enter:

curl -fsSL https://claude.ai/install.sh | bash

Windows: open PowerShell (press the Windows key, type "PowerShell", press Enter). Paste:

irm https://claude.ai/install.ps1 | iex

When it finishes, type claude and press Enter. First time in, it asks you to log in — use your Claude account with the paid plan.

3

Let Claude install the agents for you

You're now inside Claude — a place where you can type. Copy this entire message, paste it, and press Enter:

Please set up the TCC Agents plugin for me. Do these in order: 1. If GitHub isn't connected on this computer yet, help me sign in (I have a GitHub account with access to the private repo mehul-fanawala/tcc-agents-pro — walk me through it step by step, I am not technical). 2. Run: /plugin marketplace add mehul-fanawala/tcc-agents-pro 3. Run: /plugin install tcc-agents@tcc-agents-pro 4. Tell me when it's done.

Claude does the work and asks you simple questions when it needs you — like clicking a link to sign in to GitHub. Use the same account from Step 1.

4

Save your license key (Email 1)

Copy the license key from Email 1 — the long code with dashes. Still inside Claude, paste this, replacing the placeholder with your real key:

Save my TCC Agents license key by creating the file ~/.tcc-agents/license-key containing exactly this key and nothing else: PASTE-YOUR-KEY-HERE
5

Restart and confirm

Close Claude (type exit), then start it again (type claude). At the top of the new session you should see:

TCC Agents: license activated for this machine.

That's success. Your license is now tied to this computer — that's the one-seat rule working as designed.

Your first engagement

Inside Claude, type:

/tcc-agents:tcc-onboard YourClientName

It interviews you about the client, writes the brief, finds the revenue leaks, and gives you a run-plan naming which agent to run next. Every document waits for your approval before anything builds on it.

If something goes wrong

You seeIt meansDo this
"already activated on another machine"Your key is in use on a different computerEmail us for a transfer or an extra seat
"no license key found"Step 4 didn't completeRedo Step 4, then restart Claude
"no longer valid (expired, cancelled, or revoked)"Usually a refund or chargeback closed the licenseEmail us
GitHub says you don't have accessYou're signed in with a different GitHub accountSign in with the account from Step 1
No emails after purchaseDelivery hiccupCheck spam, then email us with your purchase email
Support: mehul@theclueless.company — include a screenshot if you can. A real person reads it.