What it is: A /goal command for Claude Code that lets you set a long task, keeps Claude working on it across many turns without stopping, and double-checks the work at the end. By default, a second, independent Claude session reviews the result — so Claude can’t just claim it’s done. Good for: Building something from a spec: paste the requirements, walk away, come back when every item is actually implemented. “Keep going until the tests pass”: Claude can’t cheat by deleting failing tests, because the reviewer compares the repo against the original goal. Long research or prototype sessions: one goal keeps Claude going for hours instead of stopping after each turn. Optional soft token budget (e.g. –tokens 250K ) tells it to wrap up when spent. Your call on strictness: adversarial (default, a separate Claude reviews the work), self (Claude reviews itself — faster and free), or off (no review). Switch with /goal config set audit.mode <value> . /plugin marketplace add balakumardev/claude /plugin install claude-code-goal submitted by /u/spideyy_nerd
Originally posted by u/spideyy_nerd on r/ClaudeCode
