بنقرة واحدة
autoresearch
Stateful validator-gated research loop with native-hook persistence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Stateful validator-gated research loop with native-hook persistence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider.
Full autonomous execution from idea to working code
N coordinated agents on shared task list using tmux-based orchestration
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMB teams
Cancel any active OMB mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, team)
Setup and configure oh-my-codebuddy using current CLI behavior
| name | autoresearch |
| description | Stateful validator-gated research loop with native-hook persistence |
Autoresearch is the skill-first replacement for the deprecated omb autoresearch command.
It keeps the useful measured-research loop, but it now runs as a native-hook stateful workflow instead of a direct CLI or tmux launch surface.
omb autoresearch command surface (hard-deprecated)mission-validator-scriptprompt-architect-artifact.omb/state/.../autoresearch-state.json including:
validation_modecompletion_artifact_pathmission_validator_command or validator_promptoutput_artifact_path$deep-interview --autoresearch for intake and $autoresearch for execution.mission-validator-scriptThe completion artifact must exist and record a passing validator result, for example:
{
"status": "passed",
"passed": true,
"summary": "metric improved beyond baseline"
}
prompt-architect-artifactThe completion artifact must include both an architect approval verdict and an output artifact path, for example:
{
"validator_prompt": "Review the research output against the mission.",
"architect_review": { "verdict": "approved" },
"output_artifact_path": ".omb/specs/autoresearch-demo/report.md"
}
$deep-interview --autoresearch to clarify mission + evaluator..omb/specs/autoresearch-{slug}/mission.md, sandbox.md, and result.json.$autoresearch with the chosen validation mode stored in mode state.omb autoresearch is hard-deprecated..omb/... artifact paths remain accepted as legacy compatibility inputs.