explore-code

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

explore-code

explore-code

Use this as the Rigor Improve implementation leaf skill. The installed slug remains
explore-code
for compatibility.
Use the shared operating principles in
../../references/agent-operating-principles.md
; this skill should guide bounded candidate code work without over-prescribing implementation details.
这是Rigor Improve的执行叶技能。为保证兼容性,安装后的标识仍为
explore-code
请遵循
../../references/agent-operating-principles.md
中的共享操作原则;本技能应指导有边界的候选代码工作,不过度规定执行细节。

When to apply

适用场景

  • When the researcher explicitly authorizes exploratory code changes on an isolated branch or worktree.
  • When the task is source-anchored module transplant, backbone adaptation, LoRA or adapter insertion, or low-risk module combination.
  • When summary-level recording is sufficient and the result is a candidate, not a trusted conclusion.
  • 当研究人员明确授权在隔离分支或工作树中进行探索性代码修改时。
  • 任务为基于源码的模块移植、backbone适配、LoRA或adapter插入,或是低风险模块组合时。
  • 只需记录摘要级内容,且结果为候选方案而非可信结论时。

When not to apply

不适用场景

  • When the request is for trusted baseline work, conservative debugging, or normal training execution.
  • When the user did not explicitly authorize exploratory modifications.
  • When the task is a broad refactor or a from-scratch idea implementation.
  • 请求为可信基线工作、保守调试或常规训练执行时。
  • 用户未明确授权探索性修改时。
  • 任务为大范围重构或从零实现新想法时。

Clear boundaries

明确边界

  • This skill owns exploratory code modifications only.
  • It must keep work isolated from the trusted baseline.
  • Use
    ai-research-explore
    instead when the task spans both current_research coordination and exploratory runs.
  • It may hand off execution to
    minimal-run-and-audit
    or
    run-train
    .
  • It should favor source-anchored copying and minimal adaptation over freeform rewrites.
  • It should record why a candidate change is meaningful, how to roll it back, and why it remains a candidate rather than a verified contribution.
  • 本技能仅负责探索性代码修改。
  • 必须确保工作与可信基线隔离。
  • 当任务同时涉及
    current_research
    协调和探索性运行时,请使用
    ai-research-explore
  • 可将执行任务移交至
    minimal-run-and-audit
    run-train
  • 相较于自由改写,应优先选择基于源码的复制和最小化适配。
  • 应记录候选变更的意义、回滚方式,以及为何它仍是候选方案而非已验证贡献。

Output expectations

输出要求

  • explore_outputs/CHANGESET.md
  • explore_outputs/SCIENTIFIC_CHANGELOG.md
  • explore_outputs/COMPARABILITY_REPORT.md
  • explore_outputs/TOP_RUNS.md
  • explore_outputs/status.json
  • explore_outputs/CHANGESET.md
  • explore_outputs/SCIENTIFIC_CHANGELOG.md
  • explore_outputs/COMPARABILITY_REPORT.md
  • explore_outputs/TOP_RUNS.md
  • explore_outputs/status.json

Notes

注意事项

Use
references/explore-policy.md
,
../../references/research-rigor-principles.md
,
scripts/plan_code_changes.py
, and
scripts/write_outputs.py
.
请使用
references/explore-policy.md
../../references/research-rigor-principles.md
scripts/plan_code_changes.py
scripts/write_outputs.py