Skip to main content
Run any Skill in Manus
with one click
$pwd:

experiment

// Hypothesis-list–driven iteration loop for Orbit Wars experiments under `backend/pipeline/{imitation|rulebase|reinforce}/case<N>/`. The single source of truth is the target case's `hypotheses.md` (created by `experiment-hypothesize`). Hears 3 things from the user via `AskUserQuestion`: (1) the target `hypotheses.md` path, (2) the max iteration count, and (3) the loop cadence. Registers a `schedule` (cron) or `loop` (short interval) job whose body is "call `experiment-plan` (which decides list-consume / deepen / broaden), then `experiment-execution`, then `experiment-analysis`, once". Each tick = one hypothesis = one plan → run → analyze cycle. The loop driver itself does NOT decide deepen / broaden — `experiment-plan` Step 0.5 owns that. The driver only reads the plan's reported mode: a broaden outcome stops the loop and surfaces the `/experiment-hypothesize` suggestion; list-consume / deepen continue the cycle. Repeats until hypotheses are exhausted, max iterations are hit, or the user stops the loop. **This

$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 03:08
File Explorer
2 files
SKILL.md
readonly