goal-prompt-refiner
v0.5.9Turn durable project work into verified, project-grounded Codex Goals.
By balovessLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add goal-prompt-refiner@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/balovess/goal-prompt-refinerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/goal-prompt-refiner/SKILL.md
Included Skills1
Turn an ambiguous or detailed long-running project request into one project-grounded, verifiable Codex `/goal`, either as a draft or, only after explicit authorization, by creating it. Use focused decisions, ordered phase gates, bounded delegation, and resumable evidence. Do not use for short fixes, one-off answers, estimates, or ordinary plans.
Plugin manifests1
{
"name": "goal-prompt-refiner",
"version": "0.5.9",
"description": "Turn durable project work into verified, project-grounded Codex Goals.",
"author": {
"name": "balovess",
"url": "https://github.com/balovess"
},
"homepage": "https://github.com/balovess/goal-prompt-refiner",
"repository": "https://github.com/balovess/goal-prompt-refiner",
"license": "MIT",
"keywords": [
"codex",
"goals",
"requirements",
"project-planning",
"validation"
],
"skills": "./skills/",
"interface": {
"displayName": "Goal Prompt Refiner",
"shortDescription": "Define verified Goals for durable project work",
"longDescription": "Uses interactive choices for material decisions while recovering the user's actual desired outcome, communicating in the user's target language, and either drafting one verified Codex Goal or starting it only after explicit user authorization, with ordered phase gates, adaptive bounded agent delegation, root-reviewed progress, resumable project-local memory, validation, and explicit stopping conditions.",
"developerName": "balovess",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/balovess/goal-prompt-refiner",
"defaultPrompt": [
"Refine my durable project objective in Draft mode with ordered phases and use interactive choices for material decisions.",
"Determine whether this request qualifies as a Codex Goal with explicit phase gates.",
"Prepare a project-grounded /goal that cannot advance until each phase gate passes, and use independent agents inside the active phase when they materially help.",
"Start the verified Goal directly only when I explicitly authorize Execute mode."
],
"brandColor": "#10A37F"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[goal-prompt-refiner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/goal-prompt-refiner)