You are on a fresh macOS account. By the end of this page you have the kit cloned, the profile written to ~/.creator-kit/profile, and ck doctor returning 11 of 11 PASS. After that, switch to the first-hour runbook — that is the canonical path from doctor-passing to a live published surface.

Prerequisites

The three commands

git clone [email protected]:candlefish-ai/creator-kit.git ~/Work/creator-kit
cd ~/Work/creator-kit
./bootstrap.sh --user <your-name> --email <[email protected]i>
./bin/ck doctor

What each command does:

Expected end state: ck doctor exits 0 with ck doctor: all checks passed.

When a check fails

CheckMost common causeFix
gh CLI authenticatedNo GitHub token cachedgh auth login --web, then re-run ck doctor
creator-kit profileBootstrap was interruptedRe-run ./bootstrap.sh --user <name> --email <email>
git author email matches profilePer-repo override not yet setgit config user.email <email-from-profile>; the profile’s value is authoritative
creator-dev agent installedmake install did not runRun make install from the kit root
fonts.candlefish.ai reachableWorker is down or your origin is not allowlistedPage works without it (system monospace fallback). See the publishing runbook for allowlist details.

What the kit does NOT do at quickstart time

Next

The first-hour runbook walks the full path from doctor-passing through ck new and ck publish --execute to a live *.highline.work surface. Read it next.