ワンクリックで
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 職業分類に基づく
Compatibility visual-delivery runtime for Roblox creator UI, HUD, and plugin work; the canonical completion owner is now Forge.
Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs grounded cross-file explanation before any changes are proposed.
Persistent Roblox Studio execution loop that carries an approved creator plan to verified completion
Run an anti-slop cleanup/refactor/deslop workflow
Ask Claude via local CLI and capture a reusable artifact
Ask Gemini via local CLI and capture a reusable artifact
| name | autoresearch |
| description | Stateful validator-gated research loop with native-hook persistence |
| surface-class | operator |
| domain | creator-runtime |
| audience | operator |
| artifact-type | skill |
Autoresearch is the skill-first replacement for the deprecated rcs 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.
rcs autoresearch command surface (hard-deprecated)mission-validator-scriptprompt-architect-artifact.rcs/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": ".rcs/specs/autoresearch-demo/report.md"
}
$deep-interview --autoresearch to clarify mission + evaluator..rcs/specs/autoresearch-{slug}/mission.md, sandbox.md, and result.json.$autoresearch with the chosen validation mode stored in mode state.rcs autoresearch is hard-deprecated.