一键导入
insights-from-reviews
Extract recurring critique patterns from the completed review of a hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract recurring critique patterns from the completed review of 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 | insights-from-reviews |
| description | Extract recurring critique patterns from the completed review of a hypothesis. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonhypotheses/<id>/HYPOTHESIS.jsonmeta/INSIGHTS_FROM_REVIEWS.json when presentOutputs:
meta/INSIGHTS_FROM_REVIEWS.jsonstate/PIPELINE_STATE.jsonstate/CURRENT_STAGE.jsonContext Loading:
skills/shared-references/schema-index.md.packages/agent_contracts/meta_review.py before writing meta/INSIGHTS_FROM_REVIEWS.json.packages/agent_contracts/pipeline_runtime.py before updating state/PIPELINE_STATE.json or state/CURRENT_STAGE.json.research_plan/RESEARCH_PLAN.json for the active goal and evaluation boundaries.meta/INSIGHTS_FROM_REVIEWS.json already exists, treat it as the current accumulated insight set that must be revised rather than appended to blindly.Execution Prompt Contract:
InsightsFromReviewsContract from packages/agent_contracts/meta_review.py.from tools import sync_pipeline_stage_artifacts so currentPhase = Insights from Reviews, currentSkill = insights-from-reviews, and stageTrail stay aligned across both state artifacts.Execution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/meta_review.py and packages/agent_contracts/pipeline_runtime.py before writing meta/INSIGHTS_FROM_REVIEWS.json or updating run-level stage artifacts.tools.sync_pipeline_stage_artifacts(run_dir, current_phase="Insights from Reviews", current_skill="insights-from-reviews").meta/INSIGHTS_FROM_REVIEWS.json.Artifact Rules:
INSIGHTS_FROM_REVIEWS.json must contain a complete revised insight set, not an append-only patch.Completion Rule:
meta/INSIGHTS_FROM_REVIEWS.json exists and is valid for downstream consumption.