원클릭으로
co-scientist-start
Start one Co-Scientist run from Codex using a research goal or imported brief.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start one Co-Scientist run from Codex using a research goal or imported brief.
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 | co-scientist-start |
| description | Start one Co-Scientist run from Codex using a research goal or imported brief. |
Goal:
Expected input:
Execution steps:
If the user only invokes $co-scientist-start, ask only for the missing high-level run inputs: goal, exploration preference, iteration policy, and optional brief path.
Convert high-level controls into explicit CLI flags. Do not pass free-form key: value text when a real flag exists.
Before creating files, run:
python -m tools.host.project_cli start --goal "<goal>" --skill co-scientist-pipeline --summary-only
Use the equivalent --brief <path> command for imported briefs.
Show the returned summary and wait for user confirmation.
runs/<run_id>/dashboard/LINKS.mdruns/<run_id>/dashboard/LINKS.json$co-scientist-dashboard <run-dir> is the ready-link follow-up when the background bootstrap has not finished yet.After confirmation, run:
python -m tools.host.project_cli start --goal "<goal>" --skill co-scientist-pipeline
Read the emitted runs/<run_id>/state/HOST_AGENT_HANDOFF.json.
Read the CLI JSON result and the run-local dashboard receipt artifacts:
runs/<run_id>/dashboard/LINKS.mdruns/<run_id>/dashboard/LINKS.jsonIf the CLI JSON contains dashboardLinks:
dashboard.status is running, return dashboardLinks.dashboard as the primary dashboard URL and include the deep links.dashboard.status is starting, immediately run:python -m tools.host.project_cli dashboard <run-dir>
runs/<run_id>/dashboard/LINKS.md.runtime.status is now running, return the refreshed links.dashboard URL as the primary dashboard URL and include the deep links.runtime.status is still starting, tell the user that the dashboard is still booting, point them to runs/<run_id>/dashboard/LINKS.md, and include the retry command:$co-scientist-dashboard <run-dir>
Open skills/co-scientist-pipeline/SKILL.md and the listed shared references from the handoff.
Continue execution from the canonical repository-local workflow. If routing returns run_configuration, run research-config and validate research_plan/RESEARCH_PLAN.json before generation.
After major phase writes, run:
python -m tools.validation.contract_validation runs/<run_id> --skill co-scientist-pipeline
Rules:
tools.host.project_cli; do not call the Claude-specific CLI from Codex entry skills.skills/ as canonical and .agents/skills/ as the installed Codex discovery surface.runs/<run_id>/dashboard/LINKS.md as the human-readable dashboard receipt and runs/<run_id>/dashboard/LINKS.json as the machine-readable receipt.Configuration stage first so research-config can materialize research_plan/RESEARCH_PLAN.json.completion_driven + auto, continue until the routing plan reaches overview, a configured checkpoint, or a blocking validator/safety state.$co-scientist-resume <run-dir> or an explicit continue request.