repo-intake-and-plan

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

repo-intake-and-plan

repo-intake-and-plan

Use this as the Rigor Intake helper. The installed slug remains
repo-intake-and-plan
for compatibility.
将此作为Rigor Intake助手使用。为保持兼容性,已安装的slug仍为
repo-intake-and-plan

When to apply

适用场景

  • At the beginning of README-first reproduction work.
  • When the main skill needs a fast map of repo structure and documented commands.
  • When inference, evaluation, and training candidates must be classified conservatively.
  • When the user explicitly wants to inspect the repo first and not run anything yet.
  • 在以README为先的复现工作开始阶段使用。
  • 当主skill需要快速获取仓库结构和文档化命令的概览时使用。
  • 当需要谨慎地对推理、评估和训练候选任务进行分类时使用。
  • 当用户明确希望先检查仓库而不执行任何操作时使用。

When not to apply

不适用场景

  • When execution has already started and the task is now about running commands or writing outputs.
  • When the target is not a repository-backed reproduction task.
  • When the user only wants paper interpretation without repo inspection.
  • When the user already has a selected documented command and only needs setup or execution.
  • 当执行已启动,当前任务为运行命令或生成输出时。
  • 当目标并非基于仓库的复现任务时。
  • 当用户仅需要解读论文而无需检查仓库时。
  • 当用户已选定文档化命令,仅需要搭建环境或执行命令时。

Clear boundaries

明确边界

  • This skill scans and plans.
  • This skill is helper-tier and should usually be orchestrator-invoked.
  • It does not install environments.
  • It does not prepare large assets.
  • It does not execute substantive reproduction commands.
  • It does not decide high-risk patching.
  • 本skill仅负责扫描和规划。
  • 本skill属于辅助层级,通常应由编排器调用。
  • 不负责安装环境。
  • 不准备大型资源。
  • 不执行实质性的复现命令。
  • 不决定高风险补丁操作。

Input expectations

输入预期

  • Target repository path.
  • Access to README and common project files if present.
  • Optional user hints about desired priority, such as inference-first.
  • 目标仓库路径。
  • 可访问README及常见项目文件(若存在)。
  • 可选的用户提示,如优先处理推理任务等。

Output expectations

输出预期

  • concise repo structure summary
  • documented command inventory
  • inferred candidate categories: inference, evaluation, training, other
  • minimum trustworthy reproduction recommendation
  • notable ambiguity or risk list
  • 简洁的仓库结构摘要
  • 文档化命令清单
  • 推断出的候选任务分类:推理、评估、训练、其他
  • 最精简的可信复现建议
  • 值得注意的模糊点或风险清单

Notes

注意事项

Use
references/repo-scan-rules.md
and helper scripts under
scripts/
.
请使用
references/repo-scan-rules.md
scripts/
下的辅助脚本。