rocky2431

Ultra Goal Skill — Development skill for Claude Code

Development community

UltraGoal — an Agent Skill that interviews you into a grounded goal (intent, anchor, boundary, droppable means, adversarial verifier), writes the prompt that pursues it until an anchor says it is met.

How to install Ultra Goal Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rocky2431/ultra-goal-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ultra Goal Skill does

UltraGoal — an Agent Skill that interviews you into a grounded goal (intent, anchor, boundary, droppable means, adversarial verifier), writes the prompt that pursues it until an anchor says it is met, and keeps the run's claims checkable against what the gate measured.

Alternatives in Development

  • Octo Freeze — Restrict file edits to a specific directory boundary 2.8k ★
  • /token Scan — Fast rug pull detection for meme coins and token contracts 1.7k ★
  • Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★

README

UltraGoal

[English](README.md) · [简体中文](README.zh-CN.md)

UltraGoal helps coding agents turn an open-ended request into a goal with clear acceptance criteria, permission boundaries and a way to check the result. The agent can then work through the task, keep its progress in files and ask for input when a decision falls outside the agreed terms.

It runs inside Claude Code, Codex, Kimi Code, zCode or Pi as a Skill with Python scripts and hooks. A hook is a script the host calls at an event such as the end of a turn. The host provides the model, tools and continued execution; UltraGoal provides the goal definition and verification procedure.

Use it for work that needs several rounds of investigation, implementation and review. For a small one-off task, the agent can handle the request directly.

Version: 2.17.0. Core scripts require Python 3.10 or later.

Install and start

You need a coding agent that can load Skills and run Python. To use automatic verification at the end of a turn, it must also load the plugin's hooks.

Claude Code

claude plugin marketplace add rocky2431/ultra-goal-skill
claude plugin install ultra-goal@ultra-goal

Codex

codex plugin marketplace add rocky2431/ultra-goal-skill
codex plugin add ultra-goal@rocky-ultra-goal

The plugin includes the main Skill, the `goal-run` command, review roles and the host's hook configuration. Reload plugins or start a new session, then check that the components appear in your host. Enable one copy of the hooks to avoid duplicate callbacks.

Kimi Code and zCode

Adapters are included in `plugins/ultra-goal`: `kimi.plugin.json` for Kimi Code and `.zcode-plugin/plugin.json` for zCode. Load that directory through th