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 detours on the map—certificate trust, gateway configuration, stale Vertex variables—are common. Landing on one is normal; hiding it is not.
Prerequisite
Section titled “Prerequisite”Complete or skim:
- W.4 Your auth setup — MyAccess + manager approval.
- W.5 Installing the stack — the canonical setup script. Do W.5 first; this quest verifies what W.5 set up.
- W.7 Compass plugin — how to distinguish source from commands available in your session.
- W.8 GREEN / YELLOW / RED — the evidence contract and colour rules.
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.
The task
Section titled “The task”Run the seven-check manual gate, resolve every YELLOW or RED, and capture the final GREEN table.
Step 1 — Start from a fresh terminal
Section titled “Step 1 — Start from a fresh terminal”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.
Step 2 — Record each result
Section titled “Step 2 — Record each result”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.
Step 3 — Fix, rerun, then capture GREEN
Section titled “Step 3 — Fix, rerun, then capture GREEN”For each non-GREEN row:
- use the matching fix in W.5 or Appendix D;
- rerun the failed command after the repair and terminal restart, if required;
- 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.
If a check cannot start
Section titled “If a check cannot start”Use the symptom to reach the right fix:
zsh: command not found: claude→ follow D.8, restart the terminal, and retry.- An in-session
/loginprompt → follow that SSO flow. Do not runclaude /loginfrom the shell; see D.11 if you already sawUnknown skill: login. 403 PERMISSION_DENIEDmentioningaiplatform.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.
Evidence template
Section titled “Evidence template”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 / REDScreenshot or log link:Reviewer: self-attested / reviewer handleRepair note, if any:For W-0, self-attestation is acceptable if the cohort rules allow it. The screenshot or log must still exist.
What counts
Section titled “What counts”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.
Triage routing
Section titled “Triage routing”If you are YELLOW after one focused repair attempt:
Quest: W-0 Turn GREENColour: YELLOWFailing check:Command run:Redacted output:What I tried:If you are RED, skip extra experiments and route immediately. RED is a stop sign.
Success criteria
Section titled “Success criteria”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.
What you can say after this quest
Section titled “What you can say after this quest”“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