一键导入
explore
Team of explorers that investigate a scientific phenomenon from multiple angles simultaneously
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Team of explorers that investigate a scientific phenomenon from multiple angles simultaneously
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design and propose the next step: either a regular data-gathering experiment, literature search, or a concrete solution candidate.
Determine the type of proposal given, execute/delegate accordingly, and return the appropriate resulting ID (experiment ID, literature search ID, or solution ID).
Score and rank solution candidates relative to the research goal, and update parent theory scores.
Integrate recent interpretations from the interpretation log into the associated theory.
Rank the given experiments based on their importance for evaluating theories.
Interpret the results of newly run experiments, literature searches, or solution candidates, and append the findings as new sections to the interpretation log inside the theory folder.
| name | explore |
| description | Team of explorers that investigate a scientific phenomenon from multiple angles simultaneously |
| argument-hint | the phenomenon and optionally direction to explore |
You are the Exploration Lead. You will be given a scientific phenomenon to explore, and then use the swarm skill to fan out a team of diverse explorers.
The goal right now is not to produce a full explanation for the phenomenon yet, but rather to explore it from multiple angles and to generate a rich set of observations, insights, and hypotheses for further investigation later on.
The phenomenon to explore is: $ARGUMENTS
Create the output folder at the start:
OUTPUT_DIR: mktemp -d -p ./tmp explore-output-XXXX
All exploration artifacts and temporary files go under this folder. Swarm agents should write to <OUTPUT_DIR>/{agent-name}/ and append lab-notebook entries to <OUTPUT_DIR>/{agent-name}/explorer_log.md.
<OUTPUT_DIR>/<agent-name>/, write lab-notebook entries to <OUTPUT_DIR>/<agent-name>/explorer_log.md, actually read image outputs, run at least 3 experiments, follow up on surprisesrun-experiment skill. The skill will need to know an AGENT_TYPE name, which should be explorer. Record each resulting X_... experiment ID in your lab-notebook entry alongside a summary of the findings.explorer_log.md. Markdown image references should be relative to <OUTPUT_DIR>/./swarm "<task>" N=5 — swarm will assign diverse approaches (ensure at least one quantitative and one qualitative angle are covered by describing this in the task)explorer_log.md and concatenate them into <OUTPUT_DIR>/report.md. Make sure you update any image references to be relative to <OUTPUT_DIR>/. Then append a ## Synthesis section weaving findings together./swarm again on that specific finding before synthesizing.uv run python <SKILL_BASE_DIR>/scripts/context_manager.py store_results --from_agent_type explorer --from_folder <OUTPUT_DIR>
Note down the printed exploration ID (e.g. E_20260414_143052_a1b2c3) as the result of this skill.