npx skills add ...
npx skills add lllllllama/rigorpilot-skills --skill explore-run
Rigor Improve / Rigor Explore run leaf skill for bounded exploratory evidence in deep learning research repositories. Use when the researcher explicitly authorizes exploratory runs such as small-subset validation, short-cycle guess-and-check, batch sweeps, idle-GPU search, or quick transfer-learning trials, with fair-comparison caveats and no-overclaim summaries in `explore_outputs/`. Do not use for end-to-end exploration orchestration on top of `current_research`, trusted baseline execution, conservative training verification, default routing, verified SOTA claims, or implicit experimentation.
npx skills add lllllllama/rigorpilot-skills --skill explore-run
Use this as the Rigor Improve / Rigor Explore run leaf skill. The installed slug
remains explore-run for compatibility.
Use the shared operating principles in
../ai-research-reproduction/references/agent-operating-principles.md; this skill should guide
candidate run planning while preserving model judgment about the active repo.
ai-research-explore instead when the task spans both current_research coordination and exploratory code changes.minimal-run-and-audit or run-train.cost, success_rate, and expected_gain.selection_weights.max_variants and max_short_cycle_runs.variant_axes to define the candidate dimension grid.subset_sizes and short_run_steps to express exploratory run scale.selection_weights to rebalance cost, success_rate, and expected_gain.primary_metric and metric_goal so downstream ranking can order executed candidates consistently.explore_outputs/CHANGESET.mdexplore_outputs/SCIENTIFIC_CHANGELOG.mdexplore_outputs/COMPARABILITY_REPORT.mdexplore_outputs/TOP_RUNS.mdexplore_outputs/status.jsonUse references/execution-policy.md, ../ai-research-reproduction/references/explore-variant-spec.md, ../ai-research-reproduction/references/deep-learning-experiment-principles.md, scripts/plan_variants.py, and scripts/write_outputs.py.