/goal for Claude Code: persistent tasks with adversarial review

The /goal command for Claude Code lets you set a persistent long task that keeps Claude working across many turns without stopping, and then 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.
Use Cases
- 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.
Configuration
You can set an optional soft token budget, e.g. --tokens 250K, to tell Claude to wrap up when that budget is spent.
Audit strictness is configurable:
- adversarial (default) — a separate Claude session reviews the work
- self — Claude reviews itself (faster and free)
- off — no review
Switch with: /goal config set audit.mode <value>
Installation
From the plugin marketplace:
./plugin marketplace add balakumardev/claude /plugin install claude-code-goal
📖 Read the full source: r/ClaudeAI
👀 See Also

AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
AgenticStore MCP is an open-source Python toolkit that replaces multiple MCP servers with a single installation, giving Claude Desktop 27 local tools including persistent memory, web search, and repo auditing without requiring Docker or Node.js configuration.

Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations
Claude Code's `read` tool silently downscales images before the model sees them, leading to degraded output and unrecognized hallucinations when extracting text from screenshots.

HomeClaw Plugin Connects Apple HomeKit to OpenClaw
HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.

Gemma-4 26B-A4B with Opencode Runs Efficiently on M5 MacBook Air
A 32GB M5 MacBook Air can run the Gemma-4-26B-A4B-it-UD-IQ4_XS model at 300 tokens/second prompt processing and 12 tokens/second generation in low power mode, using only 8W of power without getting warm or noisy.