Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yeachan-heo avatar

Autoresearch Goal

  • 44 installs
  • 32.4k repo stars
  • Updated August 4, 2026
  • yeachan-heo/oh-my-codex

Helps with ai & agent building tasks during AI-assisted development.

About

autoresearch-goal is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • autoresearch-goal
  • AI & Agent Building
  • AI-coding skill

Autoresearch Goal by the numbers

  • 44 all-time installs (skills.sh)
  • +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #7,851 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill autoresearch-goal

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs44
repo stars32.4k
Last updatedAugust 4, 2026
Repositoryyeachan-heo/oh-my-codex

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Autoresearch Goal

Use this workflow when a research mission should be bound to Codex goal-mode focus while OMX remains the durable state owner. This is for research projects that need Codex goal-mode management plus professor/critic-style validation; it is not the default answer for ordinary pre-planning best-practice lookup.

Boundary

  • Do not use or revive the deprecated omx autoresearch direct launch surface.
  • Do not claim shell commands mutate hidden Codex /goal state.
  • Do not edit upstream ../../codex or add dependencies.
  • Use get_goal, create_goal, and update_goal({status: "complete"}) only through the active Codex thread when those tools are available.

Artifacts

omx autoresearch-goal writes:

  • .omx/goals/autoresearch/<slug>/mission.json
  • .omx/goals/autoresearch/<slug>/rubric.md
  • .omx/goals/autoresearch/<slug>/ledger.jsonl
  • .omx/goals/autoresearch/<slug>/completion.json

Flow

1. Create the mission and professor-critic rubric: omx autoresearch-goal create --topic "..." --rubric "..." --critic-command "..." 2. Emit the model-facing handoff: omx autoresearch-goal handoff --slug <slug> 3. In the active Codex thread, call get_goal; call create_goal only if no active goal exists and the printed payload is the intended objective. 4. Research iteratively against the rubric. Record every critic outcome: omx autoresearch-goal verdict --slug <slug> --verdict <pass|fail|blocked> --evidence "..." 5. Completion is blocked until professor-critic validation records verdict=pass. After the mission audit passes, call update_goal({status: "complete"}), call get_goal again, then run: omx autoresearch-goal complete --slug <slug> --codex-goal-json <get_goal-json-or-path> 6. Treat the completion command as read-only reconciliation plus durable OMX state update; hooks and shell commands must not mutate Codex goal state. 7. After the completion command succeeds, run /goal clear in the Codex UI before starting another goal in this same thread/session. OMX prints this terminal cleanup step but does not invoke hidden clear routes.

Completion gate

A passing professor-critic artifact and a matching complete Codex get_goal snapshot are required. Assistant prose, partial tests, or a failed/blocked verdict are not sufficient.

Lifecycle: create_goal starts the Codex thread goal, update_goal({status: "complete"}) marks terminal success after the professor-critic and audit pass, and /goal clear removes the completed thread goal when another same-thread goal is needed. OMX shell commands and hooks reconcile snapshots and print the cleanup instruction; they must not mutate hidden Codex goal state.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.