Skip to content

Quest W-0: Turn GREEN

Status: drafted · Time: 60 min · Audience: new-builder Outcome: Run the supported manual setup gate, reach all-GREEN status, and capture evidence that the local environment is ready.

Win condition: all seven checks in the supported White Belt setup gate are GREEN, and the evidence is captured in a form a reviewer can inspect.

Quest W-0 happens before the sandbox PR because a broken environment makes every later failure ambiguous.

The first-day map — fresh laptop, setup, verify, fix, GREEN

The detours on the map—certificate trust, gateway configuration, stale Vertex variables—are common. Landing on one is normal; hiding it is not.


Complete or skim:

The playbook keeps a ten-check setup-verify reference definition under skills/, but that repository directory is not proof of an installed command. This quest uses the direct checks every learner can run.


Run the seven-check manual gate, resolve every YELLOW or RED, and capture the final GREEN table.

Close the terminal where you ran W.5 and open a new one. Run the copyable block under W.5 — What setup verification should prove.

The checks cover Git, Node, pnpm, Claude Code, the LiteLLM gateway setting, retired Vertex variables, and a live prompt round-trip.

Copy the table from W.8 into your tracker note. Paste only the minimum redacted evidence needed to prove each row. Never paste a LiteLLM key, custom-header value, token, or unrelated environment output.

For each non-GREEN row:

  1. use the matching fix in W.5 or Appendix D;
  2. rerun the failed command after the repair and terminal restart, if required;
  3. refresh the complete seven-row table.

If any RED persists after one focused repair, post the redacted failed command and output in #ai-help with the fix you tried.

Use the symptom to reach the right fix:

  • zsh: command not found: claude → follow D.8, restart the terminal, and retry.
  • An in-session /login prompt → follow that SSO flow. Do not run claude /login from the shell; see D.11 if you already saw Unknown skill: login.
  • 403 PERMISSION_DENIED mentioning aiplatform.googleapis.com → remove stale Vertex variables via D.3, restart the terminal, and retry.
  • A plugin command is missing after Claude opens → use /help, then follow W.7. Do not block W-0 on a reference-only command.

You are GREEN for Quest W-0 only when all seven manual checks show GREEN on your machine.


Copy this into your tracker note or badge draft:

## Quest W-0 evidence
Builder handle:
Date:
Machine class:
Setup route:
| Check | Evidence | Colour |
|---|---|---|
| Git | | |
| Node | | |
| pnpm | | |
| Claude Code | | |
| LiteLLM configuration | | |
| Retired Vertex configuration | | |
| Prompt round-trip | | |
Overall: GREEN / YELLOW / RED
Screenshot or log link:
Reviewer: self-attested / reviewer handle
Repair note, if any:

For W-0, self-attestation is acceptable if the cohort rules allow it. The screenshot or log must still exist.


This counts:

  • all seven checks GREEN;
  • a screenshot or redacted log attached;
  • date and machine class recorded;
  • repair notes captured if the first run was not GREEN.

This does not count:

  • “It worked on my machine” with no evidence;
  • six GREEN checks and one YELLOW;
  • a screenshot that hides which checks ran;
  • a report from a different machine;
  • waiting for an undistributed reference command instead of running the manual gate.

If you are YELLOW after one focused repair attempt:

Quest: W-0 Turn GREEN
Colour: YELLOW
Failing check:
Command run:
Redacted output:
What I tried:

If you are RED, skip extra experiments and route immediately. RED is a stop sign.


You pass Quest W-0 when:

  • the seven-row result is GREEN;
  • the evidence template is filled;
  • a screenshot or redacted log exists;
  • no private material is included.

“My machine is GREEN for White Belt work.”

That is the unlock for Quest W-1.

Pin this for the rest of the week. H.7 — Day-1 quick reference is the single-page card with the setup gate, channels, and common failure modes.


Previous: W.12 Your first PR - Next: Quest W-1 HelloRazorpay commit