Generate a minimal remote artifact pull manifest (results.json + train/logs + eval logs/metrics/vis) and place files under research_workspace/experiments/<ExpID>/remote_artifacts.
Generate a copy-paste remote (AutoDL/tmux) run snippet (git fetch/checkout/pull + scripts/train_eval_shutdown_autodl.sh). Use when you need a remote train→eval command block and must manually choose train/eval scripts from scripts/.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Analyze experiment results pulled by autodl-remote-pull-manifest (remote_artifacts) and generate a Hypothesis→Evidence→Next-Experiment (H→E→N) report. Use when you want evidence-first analysis from logs/metrics/vis and an actionable next-step plan to improve <主指标>.
Ingest pulled remote artifacts under research_workspace/experiments/<ExpID>/remote_artifacts, summarize latest eval (summary.json), and update research_workspace/00-实验记录.md (index row + detailed section). Use when you want to record <主指标>/<辅助指标> into 00-实验记录.md after pulling remote artifacts.
Use when the input is a user-approved design doc or implementation plan and the agent needs to turn it into an executable issues CSV before handing off to CSV execution.
Use when executing an existing task CSV and the agent needs to push all actionable rows to closed-loop completion without stopping between issues.
Use when the input is a complex task description that needs decomposition, persistence, and recovery before execution through a generated .mission CSV.