Loop/goalDocslow riskbeginnersafety C · 65GitHub

Update checkout docs, pass build

Update checkout docs and stop when the docs build succeeds or reaches 20 attempts.

prompt
→ Claude
/goal Update the checkout docs, run docs build, and stop if still blocked after 20 turns
claude-code

Use this when

Checkout docs have drifted from the actual flow and you want them corrected and verified by the docs build, with a turn cap so a broken build cannot eat the afternoon.

Done when

Done means the docs build succeeds; blocked-after-20 means human attention is needed. The build proves the docs compile, not that they are accurate — read the content diff for factual drift before merging.

Why it works

The docs build is a hard, binary verifier: the loop can iterate on broken links, formatting, and structure until the build passes, instead of stopping at looks-right. The 20-turn stop turns a stuck build into a report instead of a runaway.

Source: MoonshotAIgraded C · 65/100 — how grades work →

More docs loops

Set "remove every TODO comment in src/ and…

Loop/goalGitHubB

Community goal loop for docs, sourced from github. Verified exit condition, evaluator-gated.

prompt
→ Claude
/goal set "remove every TODO comment in src/ and explain each removal" stop after 8 turns

Cadence: weekly. you are my presale-question compiler. read…

Loop/loopXA

Community loop loop for docs, sourced from submission. Verified exit condition, evaluator-gated.

prompt
→ Claude
/loop cadence: weekly. you are my presale-question compiler. read presale-q-STATE.md: the question tally and the answer bank index. sweep the week's inbound [DM export / comments / presale emails] for questions from people who had not bought yet; tally them, the same question in different words counts as one. each round, take the single most-asked question without a bank entry and write a full FAQ answer plus a short paste-able DM snippet; answers get LINKED from then on, never retyped. if a new question contradicts an existing bank entry, flag it. append the tally and the new entry to presale-q-STATE.md; draft only, never publish the FAQ yourself. verification: a round is valid only when the new entry is appended and readable in presale-q-STATE.md. stop after 10 iterations, or until no question remains above [X] asks without an entry, whichever comes first; a contradiction escalates as BLOCK.

Ralph the docs backlog

Document one undocumented public module per fresh-context iteration, verifying every code sample compiles and accumulating style rules in guardrails so the docs read like one author wrote them.

prompt
→ Claude
/loop fresh context each iteration: read docs-backlog.json, docs/STYLE.md, and .ralph/guardrails.md; pick the top undocumented module, write its reference page with a runnable example, execute the example to prove it works, and mark the module done; add any style or structure decision to .ralph/guardrails.md; stop when the backlog is empty or after 20 turns