ワンクリックで
idea-review-panel
Validate product, startup, content, creator-IP, community, or business ideas with a 5/12/16-round Claude Code review panel.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate product, startup, content, creator-IP, community, or business ideas with a 5/12/16-round Claude Code review panel.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | idea-review-panel |
| description | Validate product, startup, content, creator-IP, community, or business ideas with a 5/12/16-round Claude Code review panel. |
Use this skill when the user asks Claude Code to validate, pressure-test, or decide whether an idea is worth building.
The skill is for idea validation, not casual encouragement. It should produce saved round-by-round analysis and a concrete final conclusion.
Create a review workspace unless the user asks for inline-only output:
.idea-review/<short-slug>/
├── input.md
├── rounds/
│ ├── round-01.md
│ ├── round-02.md
│ └── ...
├── final.md
├── report.md
└── report.html
The helper scripts live in this skill's scripts/ directory. Reference them by absolute path: substitute <skill-dir> with the folder that contains this SKILL.md (Claude Code provides the skill's location when it loads). Run them from the user's working directory so the .idea-review/ workspace is created where the user expects it, not inside the skill folder. On Windows, use python instead of python3.
Scaffold a workspace with:
python3 "<skill-dir>/scripts/init_review.py" --idea "<idea text>" --rounds 5
Render final reports with:
python3 "<skill-dir>/scripts/render_report.py" <review-workspace>
Before running the review:
Check which native CLIs/accounts are usable:
python3 "<skill-dir>/scripts/check_providers.py" --smoke
If a CLI exists but cannot answer, say 測不到帳號 for that provider.
If Codex / Antigravity-Gemini / xAI-Grok is unavailable, ask once whether the user has an API key and whether they prefer original provider API or OpenRouter.
Do not block indefinitely waiting for keys. If no key is provided, continue with Claude simulation.
Do real web research first when tools are available.
Provider preference:
agy) or Gemini API for Gemini-style analysis when available.Run 5 / 12 / 16 rounds. Default to 5.
These are thinking personalities, not departments, roles, or identity claims:
Optimist: expands the strongest possible version of the idea and why it could work.Skeptic: attacks weak assumptions, hidden costs, and reasons it could fail.Pragmatist: converts the debate into tests, MVP shape, constraints, and tradeoffs.Synthesizer: integrates disagreement and tracks what evidence would change the conclusion.When Claude simulates a missing provider/personality, use these style prompts:
Say Claude 模擬 Codex/Grok/Gemini when attribution matters.
At the start of every review, gather current evidence from the web when tools are available. Look for:
Save the research summary near the top of input.md or in rounds/round-01.md. Later rounds must distinguish evidence from assumptions.
input.md.rounds/round-NN.md.final.md.report.md and printable report.html.Round 1: first positions.
Middle rounds: clash.
Final round: convergence.
final.md must include:
Verdict: worth_building, validate_first, pivot, or not_worth_building.Confidence: 0-100.One-line conclusion.Strongest reason.Strongest counterargument.Two-week validation plan.Success threshold.Kill criterion.Next 3 actions.report.html must:
window.print().Default to Traditional Chinese when the user's request is Chinese. Otherwise use the user's language.
Be direct. The user wants a decision aid, not encouragement.