co-scientist-startlisted
Install: claude install-skill panjose/Co-Scientist
# co-scientist-start
Goal:
- Create a Co-Scientist run, bootstrap the canonical host-agent pipeline, and continue from the repository workflow skills.
Expected input:
- a natural-language research goal
- or a brief path
- or no explicit arguments, which should trigger a short guided intake
Execution steps:
1. 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.
2. Convert high-level controls into explicit CLI flags. Do not pass free-form `key: value` text when a real flag exists.
3. Before creating files, run:
```bash
python -m tools.host.project_cli start --goal "<goal>" --skill co-scientist-pipeline --summary-only
```
Use the equivalent `--brief <path>` command for imported briefs.
4. Show the returned summary and wait for user confirmation.
- Tell the user that the run-local dashboard receipt will be written to:
- `runs/<run_id>/dashboard/LINKS.md`
- `runs/<run_id>/dashboard/LINKS.json`
- Tell the user that `$co-scientist-dashboard <run-dir>` is the ready-link follow-up when the background bootstrap has not finished yet.
5. After confirmation, run:
```bash
python -m tools.host.project_cli start --goal "<goal>" --skill co-scientist-pipeline
```
6. Read the emitted `runs/<run_id>/state/HOST_AGENT_HANDOFF.json`.
7. Read the CLI JSON result and the run-local dashboard receipt artifacts:
- `runs/<run_id>/dashboard