Kumu / Stage 0 · part 2

Stage 0, part 2 — Set up your workspace

Every course · do it once Part 1 is the GitHub account

Stage 0 has two parts, and this is the second. Part 1 is the account itself: create it, or sign in to the one you already have, and learn add → commit → push. This page is what you do next — build the repository every deliverable in every course here commits into.

Objective

One public repository, named for you, built to the portfolio-repo standard, with your instructor invited as a collaborator. That is the whole stage. No analysis happens here.

It belongs to the course, not to any one case or project, for a practical reason: the workspace has to be finished before the first deliverable is written, not half-built alongside it. Every engagement afterwards commits into it, and it is the one artifact here that outlives the course — a repository stood up properly at the start is a portfolio by the end of term; one assembled on the way to a deadline is a folder of homework. Build it once and every course on this site uses the same one.

Part 1 first: the account, and the three verbs

This page assumes you can already save work to a repo, so it does not re-teach the mechanics. If you cannot yet, that is Stage 0, part 1, and its Git mechanics walkthrough covers local versus remote, add → commit → push in the desktop app and on the command line, editing files straight on github.com, and the fixes for the mistakes everyone makes the first time. If you already have a GitHub account you can use that — one account, one portfolio, every course. If you don't, create one there and sign up with your hawaii.edu address: that is what unlocks GitHub Education.

Learn — why it is organized this way

The repository is organized by capability and engagement, never by course. A folder named for a class stops meaning anything the moment the class ends, and a reader who opens week3/final_v2.xlsx learns nothing about what you can do. capabilities/<capability>/marginal-analysis, pricing-power, fx-hedging, whatever you turn out to be able to do — names a capability; docs/, data/, and analysis/ hold the work that proves you exercised it.

Two mechanical facts about Git decide most of what goes wrong in this stage, and both are cheaper to know now than to discover later:

Do — set up the workspace

Do — check what you built

If you used the starter prompt, you handed a mechanical job to a model, which is the right call — and it means the verification is yours. Three things to check before you commit, each of which a generated skeleton gets wrong often enough to be worth looking for:

  1. No folder is named after a course, a term, or a week. Models default to the shape they have seen most, and most public student repositories are course-shaped.
  2. Every directory contains something. Otherwise Git silently drops it and your skeleton has holes you will not notice until a deliverable has nowhere to go.
  3. The placeholder files are actually placeholders. A model asked for a portfolio will cheerfully invent a biography. Committing generic AI-written filler as your bio is obvious to any reader, and it is the first thing anyone sees.

AI boundary for this stage: everything here is a means to the work rather than the work itself, so AI may build all of it and you verify. That flips the moment your course starts — briefs, analyses, memos and reflections are yours, first draft included.

Deliverable

WhatWhere it goes
Portfolio repo, public, named for yougithub.com/{you}/{firstname-lastname}
Bio + engagement indexREADME.md
AI conventionsAGENTS.md (+ CLAUDE.md pointing at it)
Resume + prompt log, startedRESUME.md and prompt-log.md at the root — rough is fine on day one
Exclusion rules.gitignore
Instructor accessadamwstauffer invited as a collaborator

Check yourself