AI-enhanced ideation platform — diverse, structured idea discovery powered by Claude Code plugins.
ideate は、Claude Code のスキルシステム上に構築された AI 強化アイデア発見基盤 である。 LLM の構造的な出力収束問題に対抗する「多様性エンジニアリング」を core に内蔵し、 各ドメイン特化プラグインが一貫した多様性戦略のもとでアイデアを発見・検証・成形する。
ideate/
├── core/ ← 多様性エンジニアリング共通基盤(DEP-1〜9)
│ ├── sequences/ ← 共通ワークフロー(rotation, diverge-converge, cognitive-isolation, collision-synthesis)
│ ├── agents/ ← 汎用エージェント(lens, critic, analogy-finder, collision-synthesizer)
│ └── rules/ ← 設計原則・ルール
└── plugins/
├── app-discovery/ ← アプリ・サービスアイデア発見
│ ├── skills/ ← 5スキル(pain-log → seed-hunt → seed-validate → seed-shape → pipeline-pulse)
│ ├── agents/ ← ドメイン特化エージェント
│ └── templates/ ← 出力テンプレート
└── idea-mix/ ← 汎用アイデア発想(認知的隔離+衝突合成)
├── skills/ ← 3スキル(idea-mix, idea-mix-deck, idea-mix-review)
├── agents/ ← card-abstractor, deepener
└── templates/ ← 出力テンプレート
LLM は同じプロンプトに対して同じ結論に収束する傾向がある。 ideate の core はこの問題に対抗する 9 つの設計原則を実装する:
アプリ・サービスのアイデアをペインポイントから発見・検証・成形するパイプライン。
| Skill | Description |
|---|---|
/pain-log | 日常の不満・不便を 30 秒でマイクロログ記録 |
/seed-hunt | ネットの海からアプリアイデアの種を収集 |
/seed-validate | 市場証拠に基づくアイデア検証 |
/seed-shape | 検証済みアイデアを具体的な機能仕様に成形 |
/pipeline-pulse | パイプライン全体の週次レビュー |
pain-log (一次観察)
↓
seed-hunt (ネット収集) → seed-validate (市場検証) → seed-shape (機能設計)
↓ ↓
pipeline-pulse (週次レビュー) → /sp01-request (仕様策定へ)
能力・摩擦・刺激のカードを認知的隔離(DEP-8)と衝突合成(DEP-9)で組み合わせ、 まだ存在しない概念を生成する汎用アイデア発想プラグイン。
| Skill | Description |
|---|---|
/idea-mix | カードを衝突させて新概念を生成する(メインスキル) |
/idea-mix-deck | 能力・摩擦・刺激カードの管理(追加・一覧・同期・整理) |
/idea-mix-review | 過去の結果を振り返り、効果的なパターンを分析 |
能力カード ─┐
├─→ Lens × 4 (認知的隔離) ─→ 衝突合成 ─→ 新概念 ─→ 対話的深掘り ─→ 記録
摩擦カード ─┤ 各Lensは部分情報のみ Opusが結論を衝突 ユーザーと研磨
│ 他Lensの存在を知らない
刺激カード ─┘
claude plugins add github:no-problem-dev/ideate
XAI_API_KEY environment variable (optional, for X/Twitter search via Grok API)MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code の停止・権限要求時に Slack とローカル通知を送信
Go バックエンドのビルド・テスト・Lint・Swagger。API サーバー開発をサポート。ビルド・テストはサブエージェントで隔離実行。
Claude Code プラグインの SKILL.md を Codex CLI 互換形式に変換し .agents/skills/ と AGENTS.md を生成
XcodeBuildMCP ベースの iOS 開発ワークフロー。フォアグラウンドサブエージェントによるコンテキスト隔離設計。ビルド・テスト・実行・UI 検証を MCP 経由で実行し、ログはサブエージェント内で消費。
Firebase Emulator Suite の起動・停止・管理。ローカル開発環境をサポート。
npx claudepluginhub no-problem-dev/ideate --plugin idea-mix創意發想方法論
Structured thinking methods that counteract LLM reasoning biases during problem exploration — first principles, inversion, constraint manipulation, perspective forcing, analogy search, and more, with user-gated parallel subagent exploration for deep dives
Brainstorm future features and improvements with wireframes and implementation detection
Oblique Strategies for vibecoding - creative lateral thinking prompts
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns