fivetaku

Ideation Start — Development skill for Claude Code

Development community

업무 아이데이션을 시작할 때 사용합니다.

How to install Ideation Start

Installs to ~/.claude/commands/fivetaku-idea-lab-ideation-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fivetaku/idea-lab/HEAD/.claude/commands/ideation-start.md -o ~/.claude/commands/fivetaku-idea-lab-ideation-start.md

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

What Ideation Start does


description: "업무 아이데이션을 시작할 때 사용합니다. '아이데이션하자', '아이디어 좀 뽑자', '회의하자', '이번 분기 뭐 할지 정하자' 같은 요청에 대응합니다. 단, 처음 기준을 세팅할 때는 /setup을, 아이데이션을 끝내고 기록만 남길 때는 /ideation-wrap을, 아이디어 한 건만 볼 때는 /idea-check을, 기획서를 쓸 때는 /draft를 사용합니다."

/ideation-start

업무 아이데이션을 시작합니다. **과거 확인 없이 새 아이디어부터 꺼내지 않습니다.**

사용법

/ideation-start [안건]

실행 흐름

Step 0: 기준 문서 확인

`10-criteria/my-criteria.md`의 "내 기준" 표가 비어 있으면, 아이데이션 전에 `/setup`으로 기준부터 만들자고 안내합니다 (기준이 없으면 반박의 근거가 없습니다).

Step 1: 과거부터 확인

Alternatives in Development

  • Claude Scholar — Semi-automated research assistant for academic research and software development 3k ★
  • Discuss — Act as a planning interviewer 2.9k ★
  • AWorld — Search, understand, reproduce, and improve an idea with ease 1.2k ★

Full documentation available on GitHub

View Source Repository