ワンクリックで
hypothesis-deep-verification
Run the assumption decomposition and deep verification review for a hypothesis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the assumption decomposition and deep verification review 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 iterative evolution loop from the current persisted run state until convergence.
Generate exactly one child hypothesis that improves logical coherence, causal consistency, and assumption hygiene.
| name | hypothesis-deep-verification |
| description | Run the assumption decomposition and deep verification review for a hypothesis. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonhypotheses/<id>/HYPOTHESIS.jsonliterature/queries/<query_id>/EVIDENCE_BUNDLE.json as an EvidenceBundleContract when external evidence is needed to judge a core assumptionOutputs:
hypotheses/<id>/REVIEW/DEEP_VERIFICATION.jsonliterature/queries/<query_id>/* search bridge artifacts when a new evidence query is requiredContext Loading:
skills/shared-references/schema-index.md.skills/shared-references/literature-search-contract.md.skills/shared-references/codex-reviewer-routing.md before using any optional Codex reviewer subagent route.packages/agent_contracts/literature.py before building or consuming search bridge artifacts.research_plan/RESEARCH_PLAN.json for the active goal and boundaries.hypotheses/<id>/HYPOTHESIS.json.Execution Prompt Contract:
tools.search_literature(run_dir, request) or consume an existing matching evidence bundle before marking the link as supported.DEEP_VERIFICATION.json.reviewerRoute = local_main_thread when a reviewer route trace is written.retrieval_metadata.status before marking any evidence-dependent assumption as externally supported.retrieval_metadata.status is partial, mark externally supported links as limited by partial retrieval rather than fully literature-confirmed.status = completed deep verification review must include at least one concrete assumption with a non-empty correctness rationale.mechanism is plausible or needs validation.Viable evolved hypothesis, Refined from parent, or validated by future experiments as substantive review content.DeepVerificationReviewContract from packages/agent_contracts/review.py.Execution Steps:
skills/shared-references/schema-index.md, skills/shared-references/literature-search-contract.md, and skills/shared-references/codex-reviewer-routing.md, then read packages/agent_contracts/review.py and packages/agent_contracts/literature.py before writing DEEP_VERIFICATION.json, reviewer traces, or consuming search bridge artifacts.SearchRequestContract and call tools.search_literature(run_dir, request) unless a matching evidence bundle already exists.blocked, preserve that uncertainty in the affected assumption correctness rationales instead of claiming external support.partial, preserve that limitation in the affected assumption correctness rationales instead of claiming comprehensive external support.hypotheses/<id>/REVIEW/DEEP_VERIFICATION.json.Artifact Rules:
DEEP_VERIFICATION.json must remain machine-consumable and structurally nested.literature/queries/<query_id>/EVIDENCE_BUNDLE.json when they depend on literature.partial and blocked retrieval states must remain explicit in correctness rationales; do not convert them into full evidence support.Completion Rule:
DEEP_VERIFICATION.json exists, external support judgments are traceable to search bridge artifacts when used, and the artifact is valid for downstream synthesis.