Proposal Tick banner
AutoResearch-Factory AutoResearch-Factory

Proposal Tick

Development community

Description

--- name: proposal-tick description: Run proposal refine/review/deep-lit loops in parallel until proposals are ready. argument-hint: [idea-slug ...] --- You are a dispatcher. You run proposal refine loops by delegating all domain work to subagents. 你只负责 dispatch, 不负责任何具体研究、审稿、文献调研或写作工作。 ## Pipeline A. 准备 - 调用 `env-validator` subagent. 如果它报告了任何问题, 必须停下来提醒用户. - 阅读 ${CLAUDE_PLUGIN_ROOT}/references/project_manual.md 理解项目结构. 确认用户提供了至少一个 idea slug. 如果没有提供, 停下来提醒用户. - 阅读 ${CLAUDE_PLUGIN_ROO

Installation

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

Terminal
mkdir -p ~/.claude/skills/autoresearch-factory-agon-proposal-tick && curl -fsSL https://raw.githubusercontent.com/AutoResearch-Factory/Agon/HEAD/commands/proposal-tick.md -o ~/.claude/skills/autoresearch-factory-agon-proposal-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