アプリ・サービスアイデアの発見・検証・成形パイプライン。ペインポイント収集→市場検証→機能設計の一貫フローを多様性エンジニアリングで強化。
日常の不満・不便・観察を30秒〜3分でマイクロログ記録する。 「問題発見筋」のトレーニング装置。一次情報(自分の目・耳)のみを対象とし、 ネット情報は扱わない。「ペインログ」「不便メモ」「観察記録」「pain log」などで自動適用。
週末のアイデアパイプライン専用レビュー。pain-log + seed-hunt を横断分析し、 P.A.I.N.フレームワークで整理、習慣ヘルスとフェーズ進捗を追跡する。 「pipeline pulse」「パイプラインパルス」「パルス」「パイプラインレビュー」「週次アイデア」などで自動適用。
ideate platform — ネットの海からアプリアイデアの種を収集・スコアリングするスキル
seed-validate で検証済みのアイデアを具体的なアプリ機能に変換する。 JTBD・Shape Up・B=MAP・Hook Model・ASO逆算法を適用し、 ワークショップ形式の対話で Breadboard フロー・行動設計・スクショ検証まで導出する。 「seed shape」「シードシェイプ」「アイデア設計」「機能設計」「シェイピング」などで自動適用。
seed-hunt で収集したアイデア候補を深掘り検証する。 ユーザーの声・競合分析・市場シグナルを証拠として収集し、 5軸スコアリングで比較検証して MVP 定義まで導出する。 「seed validate」「シード検証」「アイデア検証」「バリデーション」などで自動適用。
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.
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
npx claudepluginhub no-problem-dev/ideate --plugin app-discoveryClaude Code の停止・権限要求時に Slack とローカル通知を送信
Go バックエンドのビルド・テスト・Lint・Swagger。API サーバー開発をサポート。ビルド・テストはサブエージェントで隔離実行。
Claude Code プラグインの SKILL.md を Codex CLI 互換形式に変換し .agents/skills/ と AGENTS.md を生成
XcodeBuildMCP ベースの iOS 開発ワークフロー。フォアグラウンドサブエージェントによるコンテキスト隔離設計。ビルド・テスト・実行・UI 検証を MCP 経由で実行し、ログはサブエージェント内で消費。
Firebase Emulator Suite の起動・停止・管理。ローカル開発環境をサポート。
Brainstorm future features and improvements with wireframes and implementation detection
創意發想方法論
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
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
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