ワンクリックで
eg-brainstorm
Generate divergent concept ideas with parallel Codex goldfish and structured synthesis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate divergent concept ideas with parallel Codex goldfish and structured synthesis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build a new feature with Codex using design doc, goldfish design check, implementation, review, and validation.
Fix a bug with Codex using problem doc, independent diagnosis, failing test, fix, review, and validation.
Build a PRD with Codex using codebase grounding, gap-filling, research goldfish, and synthesis.
Run a Codex-native pre-commit independent-review loop on pending changes.
| name | eg-brainstorm |
| description | Generate divergent concept ideas with parallel Codex goldfish and structured synthesis. |
Brainstorm a new concept using the elephant/goldfish workflow inverted: multiple fresh goldfish generate divergent ideas, then the elephant synthesizes.
Use the user's text around the $eg-brainstorm skill mention as the rough idea. If no idea is provided, ask for one.
Use Codex structured user input when available. Otherwise ask concise chat questions.
Ask:
Print:
SEED
- The thought: <one sentence from the user's rough idea>
- What I think the user is really asking: <underlying need>
- Stage: <answer>
- Breadth target: <answer>
- Web research: <answer>
- Constraints inferred: <bullets>
- Success looks like: <one sentence>
- Out of scope: <bullets>
Ask whether the seed is right. If not, ask which field needs correction and revise before spawning goldfish.
The user invoked this skill, so parallel fresh subagents are explicitly authorized.
Pick 3-5 lenses:
Spawn each as a fresh Codex subagent with fork_context: false and agent_type: "default". If web research is enabled, tell the goldfish to browse/search and cite sources. If a source requires logged-in browser access, the goldfish must ask the elephant to request user approval before navigating.
Each goldfish gets only:
You are a fresh creative thinker with no prior context. Your lens is <LENS NAME>. Stay in that lens.
SEED:
<PASTE SEED>
Generate <PER-LENS COUNT> distinct concepts. For each:
- Name
- The bet
- Why it could win
- Why it could fail
- Sources, if research was used
End with `lens complete`.
For breadth targets of 10 or 20, optionally run one more goldfish: "what they all missed."
Produce:
CONCEPTS BRIEF
Seed: <one-line restatement>
CLUSTERS
<3-5 natural clusters>
RANKED PICKS
1. <concept> — <reasoning and next validation step>
2. <concept> — <reasoning>
3. <concept> — <reasoning>
WHAT THE GOLDFISH AGREED ON
- <signals>
WHAT THEY DISAGREED ON
- <divergences>
OPEN QUESTIONS FOR THE USER
- <questions>
Ask the user whether to:
If saving, infer a project-appropriate path at runtime. Prefer docs/eg-brainstorms/<slug>-<YYYY-MM-DD>.md when the repo has a docs/ tree; otherwise use notes/eg-brainstorms/<slug>-<YYYY-MM-DD>.md. Ask before writing.
Report:
No code changes or commits unless the user explicitly asks for a saved brief.