بنقرة واحدة
hypothesis-simulation-review
Simulate the hypothesis mechanism and identify failure scenarios.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Simulate the hypothesis mechanism and identify failure scenarios.
التثبيت باستخدام 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-simulation-review |
| description | Simulate the hypothesis mechanism and identify failure scenarios. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonhypotheses/<id>/HYPOTHESIS.jsonOutputs:
hypotheses/<id>/REVIEW/SIMULATION_REVIEW.jsonContext Loading:
research_plan/RESEARCH_PLAN.json.hypotheses/<id>/HYPOTHESIS.json.Execution Prompt Contract:
status = completed simulation review must include concrete mechanism or validation steps and concrete failure scenarios.Synthesize evolved catalyst, Characterize structure, Test activity, or Benchmark against parent as substantive review content.SimulationReviewContract from packages/agent_contracts/review.py with:
stepsfailure_scenariossteps must be a plain string, not an object with nested keys such as step, description, or expected_outcome.failure_scenarios must be a plain string, not an object with nested keys such as scenario, likelihood, or mitigation.Execution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/review.py and confirm the exact SimulationReviewContract shape before writing SIMULATION_REVIEW.json.hypotheses/<id>/REVIEW/SIMULATION_REVIEW.json.Artifact Rules:
SIMULATION_REVIEW.json should focus on the highest-signal failure modes.Completion Rule:
SIMULATION_REVIEW.json exists and is valid for downstream synthesis.