goal-mode marketplace

goal-mode marketplace is a plugin for Claude Code from lokafinnsw/claude-code-goal-mode. Its token cost is not measured, scanned A, original, MIT.

A long-running work mode for Claude Code that organizes work into a hierarchy of plans, completion criteria, review checkpoints, and three kinds of budget limits.

In plain words
What is it for?
Use it to organize and monitor multi-step coding tasks that need planning, acceptance checks, reviews, and resource limits.
Why use it?
It gives extended tasks a defined structure and checkpoints, so progress can be judged against agreed conditions.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code; mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add lokafinnsw/claude-code-goal-mode
agentmods
npx agentmods add plugins/lokafinnsw/claude-code-goal-mode/marketplace
Clone the repo
git clone --depth 1 https://github.com/lokafinnsw/claude-code-goal-mode

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for goal-mode marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/lokafinnsw/claude-code-goal-mode/marketplace.svg)](https://agentmods.dev/plugins/lokafinnsw/claude-code-goal-mode/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/lokafinnsw/claude-code-goal-mode/marketplace"><img src="https://agentmods.dev/badge/plugins/lokafinnsw/claude-code-goal-mode/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

goal-mode marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 21 lines

What it actually says

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "goal-mode",
  "description": "Better Goal — long-horizon autonomous mode for Claude Code: hierarchical plan-tree with acceptance criteria, review-gates, and triple budget. Codex /goal analog.",
  "owner": {
    "name": "Better Goal contributors"
  },
  "plugins": [
    {
      "name": "goal-mode",
      "source": {
        "source": "url",
        "url": "https://github.com/lokafinnsw/claude-code-goal-mode.git"
      },
      "version": "3.0.9",
      "description": "Better Goal — long-horizon autonomous mode with plan-tree, acceptance criteria, and triple budget.",
      "category": "development"
    }
  ]
}
Contents

The plugins it lists here

This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.

Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 21 lines scan A e56dd1b184e2

Subscribe to this mod's changes

goal-mode marketplace is a plugin published in the GitHub repository lokafinnsw/claude-code-goal-mode (3 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

no-human

File a task with nohuman and check on it without leaving Claude Code: taskadd and taskstatus over your local nohuman server (127.0.0.1:8420). nohuman plans, codes, tests and has the work reviewed by a second model, then opens the pull request and stops.

no-human-ai/no_human · not measured

supervise-loop

Autonomous supervisor/worker/critic iteration loop for Claude Code (the evaluator-optimizer pattern). Delegate a goal once; a supervisor agent grades each round against a checkable rubric — mechanical checks plus a SEPARATE critic sub-agent — and re-dispatches with feedback until the rubric passes or a hard cap is hit.

wdzhwsh4067/supervise-loop · not measured

milestone-driver

Drives a GitHub milestone to completion: triages each issue for design gaps + dependency order up front, then for each buildable issue finds the root cause (or parks it), dispatches a TDD implementer subagent, runs unit + E2E tests + code review, opens a PR, and auto-merges issues on CI green. The whole loop sits…

kenmulford/milestone-driver · not measured

nextjs

Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.

vercel/next.js · not measured

claude-plugins-official marketplace

Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations.

anthropics/claude-plugins-official · not measured

humanizer

Rewrite AI-sounding text so it reads naturally without changing what it says.

blader/humanizer · not measured