co-scientist-dashboard
Goal:
- Resolve the ready dashboard runtime for one Co-Scientist run and return the current run links to the user.
Expected input:
- one run directory such as
runs/test1
Execution steps:
-
Resolve the run directory and confirm that it contains the run-local dashboard/state artifacts.
-
Run:
python -m tools.host.claude_project_cli dashboard <run-dir> -
Read:
runs/<run_id>/dashboard/LINKS.jsonruns/<run_id>/dashboard/LINKS.md
-
Read the CLI JSON result and use it as the canonical ready-link resolution surface for this run.
-
Return:
links.dashboardas the primary dashboard URL- the deep links under
links.* runs/<run_id>/dashboard/LINKS.mdas the human-readable dashboard receipt
-
If
runtime.statusis stillstarting, explain that the dashboard is still booting, point the user toruns/<run_id>/dashboard/LINKS.md, and include the retry command:/co-scientist-dashboard <run-dir>
Rules:
- Do not perform main pipeline reasoning in this entry skill.
- This skill is the ready-link follow-up when
start,run, orresumeonly returned background bootstrap status. - This skill only resolves dashboard runtime availability and exposes run-local links; it must not perform main pipeline reasoning.
Scan to join WeChat group