一键导入
experiment
Scaffold a new experiment for Parallax development. Creates a structured manifest linked to a hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold a new experiment for Parallax development. Creates a structured manifest linked to a hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | experiment |
| description | Scaffold a new experiment for Parallax development. Creates a structured manifest linked to a hypothesis. |
Scaffold a new experiment for Parallax development.
Invoke /experiment when starting a new experiment or computational investigation on the Parallax codebase.
## Experiment: [name]
**Hypothesis:** [reference to hypothesis being tested]
**Description:** [what will be done]
**Expected outcome:** [prediction based on hypothesis]
**Test plan:**
1. [step-by-step procedure]
**Environment:**
- Code version: [git ref]
- Config: [relevant settings]
- Data: [input data description/location]
- Python: [version]
- pixi lockfile: [hash or date]
**Status:** proposed | active | concluded
**Result:** [filled after conclusion]
- Outcome: supported | refuted | inconclusive
- Evidence: [data, plots, metrics]
- Notes: [observations, surprises, caveats]
Structured audit of the Parallax codebase. Run periodically or before major milestones.
Audit all living documentation against the actual codebase and report inconsistencies.
Review branch diff for test weakening patterns in Parallax. Last line of defense before commit/merge.
Bootstrap a new Parallax dev session. Reviews recent handoffs, MEMORY.md, and current project state.
Generate a structured handoff summary for Parallax development sessions.
Guides hypothesis-driven investigation for Parallax development. Invoke before starting any investigation, feature, or experiment.