بنقرة واحدة
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]