一键导入
ultragoal
In-session OMA implement+verify — invoke /oh-my-agy:ultragoal; sequential goals + .agy/ultragoal ledger HERE (CLI optional)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
In-session OMA implement+verify — invoke /oh-my-agy:ultragoal; sequential goals + .agy/ultragoal ledger HERE (CLI optional)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
In-session OMA autonomous delivery — invoke /oh-my-agy:autopilot with a goal; run deep-interview→ralplan→ultragoal→code-review→ultraqa HERE (no terminal required)
In-session OMA cancel — invoke /oh-my-agy:cancel; stop active modes HERE, leave resume-friendly state (CLI stop optional)
In-session OMA merge-readiness gate — invoke /oh-my-agy:code-review; write APPROVE+CLEAR or REQUEST CHANGES under .agy/reviews HERE
In-session OMA requirements gate — invoke /oh-my-agy:deep-interview; Socratic clarify HERE, write .agy/specs (no terminal first)
OMA skill index (SLASH-FIRST) — /oh-my-agy:autopilot five-phase + ralph, ultrawork, team, verify, setup; CLI is optional ledger only
In-session OMA persistence loop — invoke /oh-my-agy:ralph; keep going until PRD stories pass with verify evidence (CLI optional)
| name | ultragoal |
| description | In-session OMA implement+verify — invoke /oh-my-agy:ultragoal; sequential goals + .agy/ultragoal ledger HERE (CLI optional) |
| argument-hint | <approved plan path or goal brief> |
When invoked via /oh-my-agy:ultragoal or this ultragoal skill (including as Autopilot Phase 3), treat $ARGUMENTS as the approved plan path or goal brief and implement HERE.
oma autopilot drive / SID / CID / revision to start coding..agy/ultragoal/./oh-my-agy:ultragoal.Durable implement + verify phase (OMX $ultragoal analogue). Runs after ralplan APPROVE and before code-review.
Maps to Autopilot active phase ultragoal (legacy: executing). Host-native tools + workspace artifacts (not Claude Task / OMX .omx paths).
Persistence for a single goal may reuse ralph discipline; multi-worker slices use team explicitly only.
ultragoal / user says ultragoal / implement the approved planralplan exists and critic verdict is APPROVE/oh-my-agy:deep-interview/oh-my-agy:ralplan (do not implement on REVISE)ultrawork/oh-my-agy:autopilotPrefer workspace-safe paths under .agy/ (not .omx / .omc):
.agy/ultragoal/<slug>/brief.md # goal brief (from ralplan / context)
.agy/ultragoal/<slug>/status.json # active goal + progress
.agy/ultragoal/<slug>/ledger.jsonl # append-only events
.agy/ultragoal/<slug>/progress.md # human-readable progress
Optional machine summary for handoff:
.agy/ultragoal/<slug>/handoff.json
status.json (minimal){
"schemaVersion": 1,
"goal": "<goal>",
"planPath": ".agy/plans/…",
"activeSubgoalId": "SG-001",
"subgoals": [
{
"id": "SG-001",
"title": "…",
"acceptanceCriteria": ["testable criterion"],
"passes": false
}
],
"verifyEvidencePath": null,
"complete": false
}
ledger.jsonl events (one JSON object per line)Record at least: subgoal_started, files_touched, verify_ran, subgoal_passed, blocked, complete.
| Skill | Role in this phase |
|---|---|
skills/verify/SKILL.md | Mandatory before marking any subgoal / phase complete |
skills/team/SKILL.md | Optional multi-worker DAG (explicit only) |
skills/ralph/SKILL.md · /oh-my-agy:ralph | Persistence loop for single-threaded stories |
skills/ultrawork/SKILL.md | Parallel independent slices inside a subgoal |
skills/code-review/SKILL.md · /oh-my-agy:code-review | Next phase after ultragoal evidence |
ralplan + spec; refuse to code if critic verdict is not APPROVE.brief.md / status.json; decompose into ordered subgoals with testable acceptance criteria (no boilerplate “implementation complete”).passes: false; respect dependencies.skills/verify/SKILL.md with fresh command output for that subgoal (and integrated suite when required).passes: true.handoff.json summary; prepare for /oh-my-agy:code-review.code-review, then ultraqa.passes: true with ledger entriesverify skill)cancel skillralplan with findings (do not ad-hoc redesign in silence)team without an explicit multi-worker need / manifestverified: true yourself — outer gates own that when used.agy/ultragoal/<slug>/ ledger exists and is up to dateverify skill satisfied for the change set/oh-my-agy:code-reviewoma CLI ledgerOnly when the user wants outer Autopilot durability:
oma autopilot handoff --session <id> --expected-revision <n> \
--key ultragoal --path .agy/ultragoal/<slug>/handoff.json
oma autopilot advance --session <id> --expected-revision <n> \
--evidence <path-to-evidence.json>
oma autopilot status --session <id>
Optional team (explicit only):
oma team start --manifest <path>
oma team tick --team <id>
oma team deliver --team <id> --task <id> …
oma team stop --team <id>
Evidence JSON must prove implement work + verify ran. Do not advance on “looks good”. In-session ledger under .agy/ultragoal/ remains the primary artifact.