ワンクリックで
hypothesis-initial-review
Run the initial review gate for a hypothesis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the initial review gate for a hypothesis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the full Co-Scientist pipeline for one research run.
Evaluate whether a hypothesis newly entered the current top-k set and update the convergence counter deterministically.
Assemble a dashboard-ready snapshot from the canonical state.
Choose exactly one concrete evolution strategy for the active evolution round.
Run the assumption decomposition and deep verification review for a hypothesis.
Run the iterative evolution loop from the current persisted run state until convergence.
| name | hypothesis-initial-review |
| description | Run the initial review gate for a hypothesis. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonhypotheses/<id>/HYPOTHESIS.jsonmeta/INSIGHTS_FROM_REVIEWS.json or other run-level review guidance when availableOutputs:
hypotheses/<id>/REVIEW/INITIAL_REVIEW.jsonContext Loading:
research_plan/RESEARCH_PLAN.json.research_goal as the target problem.preferences as the main evaluation axes.constraints as hard boundaries that the hypothesis must satisfy.hypotheses/<id>/HYPOTHESIS.json.Execution Prompt Contract:
passed is true, at least one preferences or constraints item must name a concrete scientific strength, risk, mechanism, material, condition, or experiment from the hypothesis.Viable evolved hypothesis, Refined from parent, Must outperform parent, or syntactically valid as substantive review content.InitialReviewContract from packages/agent_contracts/review.py with:
passedpreferencesconstraintsExecution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/review.py and confirm the exact InitialReviewContract shape before writing INITIAL_REVIEW.json.hypotheses/<id>/REVIEW/INITIAL_REVIEW.json.Artifact Rules:
INITIAL_REVIEW.json must be a structured artifact, not a free-form memo.Completion Rule:
INITIAL_REVIEW.json exists and is valid for downstream review routing.