Every task in PLAN.md is marked [x], npm…
Community goal loop for testing, sourced from github. Verified exit condition, evaluator-gated.
/goal every task in PLAN.md is marked [x], npm test exits 0 with output shown Cap the run at 20 turns.
claude-code
Source: lukeselr ↗graded C · 65/100 — how grades work →
More testing loops
Test all endpoints
Run tests against every API endpoint until coverage is complete or you hit 30 iterations.
/goal all endpoints tested or stop after 30 turns
Build a REST API with tests
Run autonomous iterations to ship a complete REST API with full test coverage until completion is promised.
/ralph-loop "Build a REST API with tests" --max-iterations 30 --completion-promise "COMPLETE
Hit acceptance criteria
Drive a feature to done against explicit acceptance criteria: a working paginated endpoint, passing tests, clean lint, and a hard turn cap.
/goal the /users endpoint returns 200 with a paginated JSON body, all tests pass, and lint is clean — stop after 20 turns