원클릭으로
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]