The bait, then the rug-pull.
Claude Code shipped a command that turns one sentence into a self-running agent. Tristen O'Brien spent 48 straight hours with /goal before making this video — and the horror story buried in the middle (4.2 million tokens, $107 burned on one vague prompt) is reason enough to watch the whole thing before you touch it.
What the video promised.
stated at 00:10 "In this video, I'm gonna walk you through how you can use this tool. I'm gonna show you the magic behind why this works so well, and I'm gonna give you a real example on how this works." delivered at 05:49
Where the time goes.
01 · Cold open — what is /goal
Sets the hook: /goal is a new slash command that lets Claude work indefinitely without user input until a job is done.
02 · The babysitting problem
Without /goal, Claude stops after each step and waits for 'keep going' — turning a 1-hour job into a day of babysitting.
03 · Worker / Boss — how it actually works
Two agents run simultaneously: the Worker (Opus/Sonnet) executes; the Boss checks after every turn whether the finish line is met and either re-kicks the worker or stops.
04 · Setup: /goal + auto-approve
Two required steps for hands-off operation: type /goal with a finish condition, enable auto-approve. Covers safety tradeoffs of auto-approve. Shows /goal status dashboard (turns, tokens, timer).
05 · Critical failure mode — vague goals
The most important section. Vague conditions cause infinite loops. Real horror: 4,287,950 tokens, $107.52 wasted. Introduces the verifiable finish line concept with bad/good examples.
06 · Good goal live demo + safety cap
Shows the correct /goal command typed into Claude Code terminal. Introduces the safety cap: 'stop after 30 turns' appended to every condition.
07 · Demo 01 — Pizza shop social calendar
15 posts across Instagram/LinkedIn/X with captions, hashtags, and AI-generated images via Nano Banana API, output as a professional PDF. Full result shown.
08 · Demo 02-04 — More use cases
Dog grooming loyalty program (Paw Perks Rewards), coffee shop daily specials, personalized review replies written in owner voice.
09 · Cost talk + 3 rules
Pro/Max plan required. Three rules: always add safety cap, check /usage before walking away, start small and scale up. Token cost escalation shown per plan tier.
10 · Recap + CTA
/goal recipe: set the finish line, Claude works, boss verifies. Subscribe ask + related video end card.
Visual structure at a glance.
Named ideas worth stealing.
Worker / Boss dual-agent loop
Agent #1 (Worker) executes tasks. Agent #2 (Boss) evaluates after every turn: goal met? If no, explain why and re-kick. If yes, stop.
The Verifiable Finish Line
A finish condition must be: (1) specific artifact-based, (2) confirmable from worker reports alone, (3) include a turn or time safety cap.
3 Rules for /goal
- Always add a safety cap (turns or minutes)
- Check /usage before walking away
- Start small, scale up
Lines you could clip.
"The boss can only see what the worker tells it. It can't go check your files on its own."
"I've already burned through a day's worth of tokens on one task, and I learned the hard way."
"This kind of thing right here is what a social media manager would charge hundreds of dollars a month to do, and that's just one example."
"You can think of the second worker like the employee's boss."
How they spent the runtime.
Things they pointed at.
How they asked for the click.
"If this has been helpful so far, please subscribe, like the video, leave a comment."
Mid-video ask before demos, plus end-card. Animated SUBSCRIBED badge overlaid twice. Low-friction, no heavy pitch.
Word for word.
Write the finish line before you write the prompt.
The command is trivial; the finish condition is everything — vague means infinite loop, specific means done.
- Every /goal condition needs three things: a specific artifact, a verifiable state, and a turn/time safety cap.
- The boss agent can only check what the worker reports back — it cannot browse your filesystem. Design conditions accordingly.
- The worker/boss loop is a reusable architecture — steal it for your own agent orchestration docs and Sessions panel explanations.
- Four ready-to-clone use cases: receipt categorization, weekly social calendar PDF, loyalty program card, personalized review replies.
- Always run /usage before walking away from a long-running task.
- Start with one folder, one batch, one set of reviews — not 'reorganize my entire business.'
- The $107.52 horror story is your best hook if you ever teach /goal — open with it.
Let Claude finish the job while you do something else.
The only thing standing between you and a hands-off Claude session is writing one very specific sentence.
- Instead of 'organize my downloads folder,' say: 'Every file in my downloads folder has been moved into a subfolder named by file type, and a summary.txt exists listing the count per folder. Stop after 20 turns.'
- Turn on auto-approve only after you understand what Claude has access to — read the Anthropic security and privacy document first.
- Add a safety cap every single time: 'stop after 30 turns' or 'stop after 45 minutes' appended to your goal.
- Check /usage before you walk away from a long task — you'll see exactly where you are on credits.
- Start with something small (one folder, one batch of receipts) before giving it a large project.































































