Agent Plugins Marketplace
All plugins

codex-goal-progress

v0.3.8

Explicitly attach deterministic progress tracking to one native Codex Goal.

Codex1 Skill1 MCP serverstdio

By Codex Goal Progress ContributorsLicense: MIT1.1k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex-goal-progress for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-goal-progress@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “codex-goal-progress” remain stable.

  • Codex: codex-goal-progress@agent-plugin-marketplacecodex-goal-progress@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ezra-y/codex-goal-progress/.

Plugin files

plugins/ezra-y/codex-goal-progress/
├── .codex-plugin/plugin.json
├── skills/goal-progress/SKILL.md
└── .mcp.json

Included Skills1

goal-progressskills/goal-progress/SKILL.md

Explicitly attach verified checklist progress to one native Codex Goal. Use only when the user explicitly selects Goal Progress or invokes $codex-goal-progress:goal-progress. Do not use for an ordinary Goal, a status question, or update_plan.

MCP servers1

goal_progressstdio
command
/bin/sh
args
./runtime/run-bootstrap.sh mcp-server
cwd
.
env.GOAL_PROGRESS_PLUGIN_DATA
${PLUGIN_DATA}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/ezra-y/codex-goal-progress/.codex-plugin/plugin.json
{
  "name": "codex-goal-progress",
  "version": "0.3.8",
  "description": "Explicitly attach deterministic progress tracking to one native Codex Goal.",
  "author": {
    "name": "Codex Goal Progress Contributors"
  },
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Goal Progress",
    "shortDescription": "Track one native Goal with verified progress.",
    "longDescription": "Adds an explicit, checklist-based progress Contract to the current native Codex Goal while local Core code computes every percentage.",
    "developerName": "Codex Goal Progress Contributors",
    "category": "Productivity",
    "logo": "./assets/codex-goal-progress-plugin-logo.png",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "$codex-goal-progress:goal-progress"
    ],
    "composerIcon": "./assets/icon.png",
    "websiteURL": "https://github.com/Ezra-Y/codex-goal-progress"
  },
  "repository": "https://github.com/ezra-y/codex-goal-progress",
  "license": "MIT",
  "scripts": "./runtime/",
  "homepage": "https://github.com/Ezra-Y/codex-goal-progress",
  "keywords": [
    "codex",
    "goal",
    "progress",
    "checklist"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-goal-progress on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-goal-progress)