ultra-goal
v2.17.0Interview the owner into a grounded goal, then emit the runnable prompt or script that pursues it until an anchor says it is met.
By rocky2431License: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 9, 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 ultra-goal for Codex and Claude Code
codex plugin marketplace add rocky2431/ultra-goal-skill
codex plugin marketplace upgrade rocky-ultra-goal
codex plugin add ultra-goal@rocky-ultra-goalPaste and run these commands in a terminal with Codex. They add and refresh the rocky-ultra-goal catalog, then install this plugin.
Compatibility: the page URL and API slug “ultra-goal” remain stable.
- Codex:
ultra-goal@agent-plugin-marketplace→ultra-goal@rocky-ultra-goal
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/rocky2431/ultra-goal-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ultra-goal/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/critic/SKILL.md├── skills/design-critic/SKILL.md├── skills/review/SKILL.md└── skills/ultragoal/SKILL.md
Included Skills4
Audit a reviewer's review of a goal - not the code - sorting every point into agreement, evidence-backed disagreement, or concern-based disagreement. Writes .goals/.work/<slug>-critique.md.
Attack a goal's specification before the first turn - intent, anchor, boundary, means, acceptance - in a context that never saw the interview. Returns objections for the owner to rule on.
Review a goal's frozen change against its boundary and acceptance, in a context that has never seen the author's reasoning. Writes .goals/.work/<slug>-review.md.
Turn "make an agent keep doing this" into a goal a host will hold to: interview for intent, anchor, stop condition, boundary, droppable means, roles and an adversarial verifier, refuse the shapes that fail, then emit the artifact - a goal package to start through the plugin, a workflow script, or a cross-vendor delegation triad. Runnable, not a design note.
Plugin manifests2
{
"name": "ultra-goal",
"version": "2.17.0",
"description": "Interview the owner into a grounded goal, then emit the runnable prompt or script that pursues it until an anchor says it is met.",
"author": {
"name": "rocky2431",
"url": "https://github.com/rocky2431"
},
"repository": "https://github.com/rocky2431/ultra-goal-skill",
"skills": "./skills/",
"interface": {
"displayName": "UltraGoal",
"shortDescription": "Turn a vague objective into a goal an agent can hold to",
"longDescription": "A skill for grounded goals on Codex, Claude Code, Kimi and zCode. It establishes intent, evidence and authority, lets the main model manage work and feedback, and uses bounded hooks to check explicit completion claims. Unattended continuation requires an available native host goal service. The skill adds no Agent Runtime; support is stated by tested host surface.",
"developerName": "rocky2431",
"category": "Developer Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": "Use $ultragoal to turn an objective into a goal with an anchor, a boundary, and an owner-defined stop condition."
},
"commands": [
"./commands/goal-run.md"
],
"hooks": [
"./hooks/codex.json"
]
}{
"name": "ultra-goal",
"version": "2.17.0",
"description": "Interview an objective into a grounded goal, emit the runnable artifact, and gate the run on its anchor.",
"author": {
"name": "rocky2431",
"url": "https://github.com/rocky2431"
},
"homepage": "https://github.com/rocky2431/ultra-goal-skill#readme",
"repository": "https://github.com/rocky2431/ultra-goal-skill",
"license": "MIT",
"keywords": [
"claude-code",
"goal",
"loop",
"harness",
"anchor",
"long-running",
"adversarial-review"
],
"commands": [
"./commands/goal-run.md"
],
"hooks": [
"./hooks/claude.json"
]
}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.
[ultra-goal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ultra-goal)