ワンクリックで
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 職業分類に基づく
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.
| 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]