一键导入
start
Start the research loop and begin monitoring
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start the research loop and begin monitoring
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Clean supervisor state, logs, and temp files
Read, edit, and diff .claude prompt assets (SKILL.md, agent definitions) in the supervised repo.
Stop the research loop and capture final snapshot
| name | start |
| description | Start the research loop and begin monitoring |
| user_invocable | true |
Start the inner research loop and begin active supervision. You are the outer researcher — your job is to make the inner researcher better at researching.
pixi run researcher-status
If already running, report state and stop.
Verify the supervised repo is accessible:
pixi run researcher-dot-claude-list
PASS if it lists the expected skill and agents.
pixi run researcher-loop --no-clean
This blocks while monitoring the researcher. The stop hook fires every ~120s with analysis. Act on the guidance: CONTINUE / INVESTIGATE / PIVOT.
On each stop hook cycle:
If stalled:
pixi run researcher-dot-claude-read skill, pixi run researcher-dot-claude-read evaluator, pixi run researcher-dot-claude-read improverecho "new content" | pixi run researcher-dot-claude-edit <name>pixi run researcher-stop && pixi run researcher-loop --no-cleanAnalyze results:
pixi run researcher-history — metric progressionpixi run researcher-dot-claude-history — what prompt changes were madeDecide: restart with same prompts, edit prompts and restart, or report success.
Use when testing multiple researcher SKILL.md variants simultaneously.
researcher_variants/cat researcher_variants/X.md | pixi run researcher-dot-claude-edit skill
pixi run researcher-variant start --id rv-X
pixi run researcher-variant listpixi run researcher-variant comparepixi run researcher-variant park --id rv-X (for each)pixi run researcher-variant parkedpixi run researcher-variant merge --id rv-X --strategy winner-takes-allpixi run researcher-variant rollbackpixi run researcher-variant discard --id rv-Y