StakeholderIQ Download and Setup Instructions

How to setup GitHub and Claude Code to run StakeholderIQ

StakeholderIQ Download and Setup Instructions

Preface

The example below uses my StakholderIQ product. Adjust the naming conventions, etc as needed for other products.

Encouragement

I want to say up front that you do not need to know how to do command line instructions from a computer terminal interface (like software developers do).

What I teach you below, is how to manage GitHub WITHOUT using command lines.

I also teach you how to use Claude Code without having to use a terminal/CLI/ IDE interface.

Please read thru these instructions in total first.

It may seem like a lot. But this is really ONE time setup. Once setup, you are ready to work!

I am teaching you how to use these "developer" tools to do cool things with GenAI without you having to learn the "language" of software development.

And you never have to touch a command line...

If you feel you can accomplish these steps then you can use the any of my project brains!


Things you will need:

Accounts you need:
  • GitHub account
  • Claude Pro Account (to use Claude Code)
Software to download:
  • Claude Desktop (on your PC)
  • Claude Mobile App (on your phone)
  • GitHub Desktop (on your PC)
  • GitHub Mobile App (on your phone)

Basic Steps

  1. Create a GitHub account
  2. Create your first GitHub Repo
  3. Download GitHub Software
  4. Clone your Repo
  5. Uploading Product Files to the Repo
  6. Register for Free Claude Account
  7. Upgrade to Claude Pro
  8. Connecting Claude Code to GitHub
  9. Seeing Your Repo From Claude Code

Creating a GitHub Account

Visit github.com
Click Sign up in the top-right corner

github1.png

Enter Your Details

github2.png

github3.png

This includes:

  • Type your email address
  • Create a password (at least 15 characters, or 8+ with a mix of letters, numbers, and symbols)
  • Choose a username (unique, visible to others, I recommended using either a generic username or a form of your business name if you have one)
  • Your Country/Region
  • Choose whether to receive product updates (optional)

Click Create account

Alternatives: you can create an account using your Google Account or your Apple Account

Check your inbox for a verification email from GitHub

Enter the 8-digit code sent to your email

github4.png

Click Continue

github5.png



Creating Your First GitHub Repository

Go to github.com and log into your account

From your dashboard, click the green button labeled "Create New Repository"

github6.png

Alternatively, from the main horizontal menu, click the repositories tab

github30.png

Then once on repositories page, click the green button labeled "New"

github31.png

You will now be on the Create Respository screen as shown below:

github7.png

Fill in Repository Details

Repository name — choose a short, descriptive name (e.g., my-first-repo)

If you purchased the StakeholderIQ product call it "stakeholderiq"

But it can be ANYTHING you wish it to be.

Description (optional) — briefly describe what the repo is about

github8.png

Visibility — choose Private — only you (and invited collaborators) can see it

README file — this creates a starting file describing your project. You do not need to create one here. Once you upload the product files to your repo, these files include a README.

(Optional) Add a .gitignore — tells Git which files to ignore (choose a template based on your language) I typically leave this as no. Not really needed for this kind of repo.

(Optional) Choose a license (MIT or Apache 2.0).

Click the green Create Repository button

You're Done!

Your repo hom screen will look like this:

github9.png



Download GitHub Software

Download the GitHub mobile app onto your phone.

Once installed, login with your credentials.

Your home screen in the app will look like this:

If you enable two factor authentication, you can use the GitHub mobile app as that authentification mechanism.

Download GitHub Desktop

github10.png

Click the Download for Windows or Download for macOS button (auto-detected)

Install on Windows

  • Locate the downloaded GitHubDesktopSetup.exe file
  • Double-click to run the installer
  • The app installs automatically — no extra steps needed
  • GitHub Desktop will launch once installation is complete

Install on macOS

  • Locate the downloaded GitHubDesktop.zip file in your Downloads folder
  • Double-click to unzip it
  • Drag the GitHub Desktop app into your Applications folder
  • Open it from Applications or Spotlight Search

Sign In to Your Account

  • On the welcome screen, click Sign in to GitHub.com
  • Enter your username/email and password in the browser window that opens
  • Click Authorize desktop to grant access
  • Return to the app — you'll be signed in automatically
  • Configure Git Settings
  • Enter your name and email (used for commit attribution)
  • Click Finish
  • You're Ready!

You can now:

  • Clone an existing repository
  • Create a new repository
  • Add a local repository from your computer
  • All managed through a simple, visual interface — no command line needed

Once installed, login.

You should see your username and repo in the upper left.


Clone Your Repo To Your Desktop

Click File

Choose Clone Repository

github11.png

From the popup, choose the repo you want to clone.

github12.png

"Cloning" downloads exact copy of your repo to you desktop.

Select the repo you want.

Set the location where you want to dowload your repos.

What you see in the image is the default.

Click Clone.

The repo is now downloded to you PC.

(insert image)

Since that repo was empty, it will only be a folder. The folder name is the name of the repo.


Uploading product files to the repo

From your purchase email, download the zip file that was attached.

zip1.png

Unzip content

zip2.png

Open up stakeholderiq folder (the name of the extracted folder)

zip3.png

Select entire contents

Copy entire contents of folder

(do not copy at the highest level of stakeholderiq, you will produce a redundant layer of folders)

Paste the contents into the folder of the cloned repo:

C:\Documents\YourName\GitHub\stakeholderiq

If done correctly, it should look like this:

zip4.png

open GitHub desktop.

The repo changes will appear in your GitHub Desktop sidebar

It will look like a lot of file names with a plus (+) symbol

zip5.png

Now we want to commit them up to the repository.

Look in the lower left of GitHub Desktop:

zip6.png

In the Summary field type:

"Intial Upload"

In the description type:

"Intial upload of stakeholderiq project brain"

(replace the stakeholderiq name with the product name you are actually using)

And now...

Hit that blue button that starts with the word "Commit"

The left side bar will clear.

And screen will display this:

zip7.png

Hit that blue "Push origen" button

And now all the stakeholderiq files are loaded up into the GitHub repository.

You GitHub browser screen will now look like this:

zip8.png

The file preparation is now complete!

Now we move on to connecting Claude Code.


Register for Free Claude Code Account

  • Visit the official Claude AI website.
  • Type your email address or click Continue with Google.
  • Check your email for a verification code or secure login link.
  • Enter your phone number if prompted to complete identity verification via text message.
  • Agree to the terms of service and set up your display name

Upgrade to Claude Pro Plan

You cannot use Claude Code on the Free Plan. To use Claude Code you MUST sign up for a Pro Plan (minimum).

  • Log in to your free Claude account.
  • Click on your initials or name in the lower left corner and select “Settings” from the menu.
  • Navigate to Settings > Billing and click the “Upgrade plan” button.
  • After landing on the upgrade page, click “Get Pro plan.”
  • Choose between monthly and annual billing periods.
  • Enter your payment information and click “Subscribe.”

Connecting Claude Code to GitHub

First, and very important, REMAIN logged in to your GitHub account (github.com) on your browser or login to your GitHub Account now.

In another browser tab, have your Claude Account (claude.ai) open.

Find your account name in the lower left:

claude1.png

Left click to bring up the menu and choose Settings:

claude2.png

From the settings menu, choose Connectors

claude3.png

On the Connectors Page, search for GitHub Integration

claude4.png

Click the Connect button.

claude7.png

Click the "Select A Repository" dropdown.

Your list of respositories should appear:

git5.png

Select your repo and click Add Repository

git6.png

Seeing your Repo from Claude Code

On the main Claude screen, in the upper left, there will be two options:

Home or Code

Make sure you select Code!!

git7.png

If your chat box is in the middle of the page, you are in the wrong spot. You are in Chat mode.

If you are in Claude Code mode, your chat box is at the bottom of the page.

And the tell-tale sign is the appearance of the Claude Code Mascot Thingy:

thing1.png

If you see the Mascot you are in the right place!

On the left of your text box, look for an item that has a "cloud" symbol:

thing2.png

In my image,it says "Canvas" but your is probably blank. So you need to create a new "cloud" environment for Claude Code. This is super fast and easy.

Click that cloud icon and the following options appear:

git8.png

Click Cloud, and at the next sub menu, Click New Environment.

This screen appears:

git9.png

All you need to do is:

  1. Give it a name. Can be anything.
  2. Make sure Network Access is "Trusted"

Then click the Create Environment button at the bottom:

git91.png

Your Cloud Environment will now show up in the "cloud icon" space. See the hightlight below.

thing3.png

Next to the Cloud Icon/Environment name, click the "Select Repository" button:

git93.png

Select your Repo.

When complete Claude Code should look like this:

git94.png

And you are now ready to begin using Claude Code to run your Project Brain!

Congrats!!!

A Doublecheck: See Claude Authorized within Github

On your Repo Home Screen on GitHub.com

Click the Settings item from the main horizontal menu

git1.png

A big long list of settings will appear:

git2.png

git3.png

Near the bottom of that list, click "GitHub Apps"

git4.png

You should see Claude as an connected App the "Installed Apps" tab or the "Authorized Apps" tab