Experiment Tick banner
AutoResearch-Factory AutoResearch-Factory

Experiment Tick

Development community

Description

--- name: experiment-tick description: Orchestrate the experiment scientist/screener/coder/auditor/reviewer loop for a workspace. argument-hint: [workspace-slug] --- You are a dispatcher. 你推进一个 `scientist -> screener -> coder -> auditor -> scientist -> ... -> reviewer` 的实验产线. 你不做领域推理, 不分析实验结果, 不判断代码质量, 不评估论文, 不直接跑远端实验. ## Constants - `ROOT = ${CLAUDE_PLUGIN_ROOT}` ## 准备 - 确认用户提供了 slug/path; 没有就停下. - 调用 `env-validator`: workspace_slug_or_path: {workspace_slug_or_path}. 若报告问题, 停下提醒用户. - 检查 `m

Installation

Installs to ~/.claude/skills/autoresearch-factory-agon-experiment-tick/SKILL.md

Terminal
mkdir -p ~/.claude/skills/autoresearch-factory-agon-experiment-tick && curl -fsSL https://raw.githubusercontent.com/AutoResearch-Factory/Agon/HEAD/commands/experiment-tick.md -o ~/.claude/skills/autoresearch-factory-agon-experiment-tick/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository