The Candlefish production loop already produces real artifacts — essays, estimator surfaces, morning briefs, vault-and-brain chapters. Today that loop lives in one person’s head and one person’s ~/Work/. This kit makes the loop transferable.

What gets transferred

Where the kit sits today

The table below is rewritten by bin/doc-autosync every 15 minutes against the kit’s live state — the validator’s PASS/FLAG/FAIL count, the main head, and the M3 W12 status flag all reflect what the orchestrator’s most recent cycle saw.

MilestoneWavesStatus
M1 — BaseW1 to W4shipped — repo skeleton, runtime contracts, essay-series template, ck publish, first-hour runbook.
M2 — Examples plus designW5 to W8shipped — estimator-demo, Candlefish Design System vendored, agent-browser drift hardening, morning-brief Wake-derivative.
M3 W9 — OrchestrationW9shipped — bin/ck-orchestrate, merge-back.py, two JSON schemas, hermetic 21/21 self-test.
M3 W10 — Autonomous CodexW10shipped — bin/ck-codex-loop, agents/codex-runner.md, launchd plist, ralph prompt, cassidy-replay dogfood passed.
M3 W11 — Public docsW11shipped — this site at creator.candlefish.ai, surface-templating dogfood.
M3 W12 — Public launchW12pending — first internal-contributor pilot on a clean account

Validator: -1 PASS / -1 FLAG / -1 FAIL. Head: 52a65131design: the vendored system becomes two versioned token files; _patterns.css over the aliases; no serif; docs site redep. Last refresh: 2026-09-12T01:48:37Z.

End-of-W11 acceptance gates, all green on a clean tree:

./bin/ck doctor                                # 11/11 PASS
./bin/ck validate --offline                    # 6/0/0
./bin/ck-codex-loop --diagnose                 # exits 0
bash design/check.sh                           # 9/0
bash orchestrate/_test/test_substrate.sh       # 21/21
bash tests/integration/ship-test.sh            # 60/0

One command to start

git clone git@github.com:candlefish-ai/creator-kit.git ~/Work/creator-kit
cd ~/Work/creator-kit && ./bootstrap.sh --user <name> --email <email>

bootstrap.sh writes ~/.creator-kit/profile (mode 600) holding your name and email; subsequent kit commands read from it. make install runs automatically and symlinks the kit’s agents/, hooks/, and ralph-templates/ into ~/.claude/. From there, the first-hour runbook is the canonical onboarding path.

Design-system upstream

The kit consumes the Candlefish design system as generated files, not as a package:

Every kit surface, this docs site included, loads the four sheets in order: tokens.css, aliases-cds.css, _patterns.css, then a per-project _example.css. New projects scaffolded with ck new get the kit’s current versioned copies.

Where to go next