بنقرة واحدة
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.