The bait, then the rug-pull.
Everyone has seen the build-me-a-snake-game demo. Mark Kashef opens by asking a different question: what if you pointed /goal at the system doing the building? Five live demos later, your skills folder, CLAUDE.md, and rules files have reorganised themselves — and you did not touch a single file.
What the video promised.
stated at 00:56 "I'm gonna quickly walk you through what slash goal is and how it works, and then apply it to five real agentic scenarios. One to clean, one to sharpen, one to revive, one to forge, and one to maintain." delivered at 10:13
Where the time goes.
01 · Hook + Problem framing
Reframes /goal as an OS maintenance tool. Lists the three familiar agentic OS problems: bloated skills, expanding CLAUDE.md, contradicting rules.
02 · What /goal is and how it works
Goal input (<=4000 chars), primary worker agent, judge on a different model checks terminal state. Excalidraw WORKER to JUDGE to DONE? diagram shown.
03 · Demo 1: CLEAN
47 skills + 7 rules in a sandbox folder. /goal audits, consolidates, archives. Result: 47 to 17 skills, 7 to 4 rules, 3 contradictions resolved. 2m 50s.
04 · Mid-roll CTA
Early adopters community pitch.
05 · Demo 2: SHARPEN
rubric.md with 5 criteria. /goal simulates thumbnail-prompt-builder, scores vs rubric, rewrites SKILL.md, logs to ITERATION_LOG.md. Key: write your own rubric or AI grades itself easy.
06 · Demo 3: REVIVE
22 projects folder. /goal checks git log, attempts to run each, fixes deps, rewrites README, logs verdict to ALIVE.md. 18 stubs archived, 4 kept. 2m 16s.
07 · Demo 4: FORGE
50 JSONL session transcripts. /goal finds 3 recurring patterns with no skill: Excalidraw 8x, content audit 7x, LinkedIn 6x. Creates all 3 SKILL.md + SMOKE_TEST.md files.
08 · Demo 5: MAINTAIN + three autonomous modes
/loop + /goal combo. Three autonomous trigger types explained. Live demo: cron created, drifted-skill archived, contradiction resolved, MAINTENANCE_LOG.md written, loop complete on turn 1.
09 · Wrap + CTAs
Prompts in description link 2. Community link 1. Claude Code Zero-to-Hero course upsell.
Visual structure at a glance.
Named ideas worth stealing.
The /goal Worker-Judge Loop
- Give goal (<=4000 chars)
- Primary agent executes
- Judge on different model checks condition
- NO loops back, YES exits to terminal state
Two different models in a loop: one does the work, one audits it. Runs until judge says condition is met.
The Five OS Maintenance Modes
- CLEAN: consolidate bloated skills/rules
- SHARPEN: iterate skill against a rubric
- REVIVE: resurrect dormant projects
- FORGE: mine transcripts for missing skills
- MAINTAIN: schedule recurring health checks
Complete taxonomy of what /goal can do to your agentic OS. Each mode has a distinct objective shape and a different folder as the target.
Three Autonomous Trigger Types
- /loop: fires on time interval
- /goal: fires when objective met
- hooks: fires on event or session end
Three ways Claude Code runs without you. Can be combined: /loop 30m /goal <prompt> runs a goal on a cron schedule.
Write Your Own Rubric Before Running /goal
If you let the AI define success criteria, it sets an easy bar. Define rubric.md yourself with specific pass/fail criteria per criterion. Goal only clears when YOUR criteria are met.
Lines you could clip.
"We're giving the agent a mirror. We're telling it to go through all of the assets to see how it could best optimize itself. The target of the goal is optimizing the very system trying to achieve the goal."
"It will go easier on itself to try to increase the chances that it accomplishes the goal."
"Way easier than having to remind yourself to do it every day."
How they spent the runtime.
- 03:05 – 03:23 · own community (early adopters)
Things they pointed at.
How they asked for the click.
"If you wanted access to the prompts that I showed you so you could use them or take derivatives of them for your own use case, I'll make them available to you in the second link in the description below."
Dual CTA: prompts in description (high intent, immediate value) + community link (recurring engagement). Course upsell shown visually without hard pitch. Well-executed.
Word for word.
Your skills folder maintains itself now.
/goal is not a task runner — it is a quality loop you can point at your own system.
- Write rubric.md before running /goal on any content-generation skill. AI grades itself easy without it.
- Run CLEAN on ~/.claude/skills right now — if it has grown past ~20 skills, /goal can halve it in under 3 minutes.
- The FORGE pattern applies directly to JoeFlow: point /goal at ~/.claude/projects/**/*.jsonl and let it find which patterns deserve skills.
- The MAINTAIN + /loop combo is the unlock for MCN: scheduled health checks on skills and CLAUDE.md drift without manual review.
- The worker/judge architecture means you can trust destructive operations (archiving, rewriting) you would not trust a single-pass agent with.
How to stop babysitting your AI tools.
The most useful thing you can do with /goal is point it at the mess you already have — not at a new project.
- Start with CLEAN: paste your skills folder path and ask it to consolidate by usage. You will recover 30-40 percent of bloat in one run.
- Before scoring any AI output, write the rubric yourself. A five-criterion pass/fail file prevents the model from moving the goalposts.
- Dead projects are not shameful — point REVIVE at them once. Either they come back to life or they get archived with a one-line verdict.
- Your session transcripts are a goldmine. The FORGE pattern turns repeated manual prompts into reusable skills automatically.
- Combine /loop + /goal for anything you currently remind yourself to check manually.
































































