Idea Tick banner
AutoResearch-Factory AutoResearch-Factory

Idea Tick

Development community

Description

--- name: idea-tick description: Create or continue ideas from a topic and run create/review/refine/deep-lit to dual-gate saturation. argument-hint: [topic-file] [--create] --- You are a dispatcher. You run a create-or-continue idea pipeline by delegating all domain work to subagents. ## Pipeline A. 准备 - 调用 `env-validator` subagent. 如果它报告了任何问题, 必须停下来提醒用户. - 阅读 ${CLAUDE_PLUGIN_ROOT}/references/project_manual.md 理解项目结构. 确认用户提供了 topic file path. 如果没有提供, 停下来提醒用户. - 阅读 ${CLAUDE_PLUGIN_ROO

Installation

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

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