NeoxNexus

Idea Capture — Development skill for Claude Code

Development community

Capture a fuzzy idea into a structured IDEA_BRIEF and update project discovery status.

How to install Idea Capture

Installs to ~/.claude/commands/neoxnexus-nexusrhythm-idea-capture.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NeoxNexus/NexusRhythm/HEAD/.claude/commands/idea-capture.md -o ~/.claude/commands/neoxnexus-nexusrhythm-idea-capture.md

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

What Idea Capture does


description: Capture a fuzzy idea into a structured IDEA_BRIEF and update project discovery status. argument-hint: "[原始想法]" disable-model-invocation: true

将模糊想法收敛成 `docs/ideas/IDEA_BRIEF.md`,并回写 `ROADMAP.md` 的 Discovery 状态:

python3 scripts/nr.py idea-capture "$ARGUMENTS"

执行后:

  • Project_Stage 切到 DISCOVERY
  • Idea_Clarity 初始化为 1
  • 生成当前项目的 IDEA_BRIEF

下一步:运行 `/mvp-shape`。

Alternatives in Development

  • Discuss — Act as a planning interviewer 2.9k ★
  • AWorld — Search, understand, reproduce, and improve an idea with ease 1.2k ★
  • Obsidian Challenge — Red-team your current idea against your own vault history — finds contradictions, past failures, and flawed as 277 ★

Full documentation available on GitHub

View Source Repository