원클릭으로
ideate
Facilitate brainstorming as a thinking partner that extracts and expands latent ideas rather than generating them outright.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Facilitate brainstorming as a thinking partner that extracts and expands latent ideas rather than generating them outright.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Address reviewer and bot comments on a GitHub pull request — validate each comment, apply fixes where valid, reply with reasoning, and resolve threads.
Iterative, human-in-the-loop code review that detects gaps, presents them for selection, and fixes them in cycles. Supports both diff-based PR review and holistic codebase analysis.
Safe database access via CLI with mandatory schema exploration before queries. Supports MySQL, PostgreSQL, SQLite, and Redis.
Deep requirements gathering through probing questions that surface hidden requirements, edge cases, and trade-offs before implementation.
Guide for authoring effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Sequential thinking tool for multi-step problem solving with structured reasoning, confidence tracking, and assumption management.
| name | ideate |
| description | Facilitate brainstorming as a thinking partner that extracts and expands latent ideas rather than generating them outright. |
| when_to_use | Use when brainstorming, generating ideas, exploring possibilities, or working through options collaboratively. |
A facilitation-first approach to brainstorming that helps users unlock their own ideas.
AI as Facilitator, Not Generator
The goal is for users to feel ownership over their ideas. AI's role:
Bad pattern: AI generates 20 ideas, user picks one (shopping, not brainstorming) Good pattern: User shares initial thoughts, AI expands and challenges them
Follow this 5-phase facilitation workflow:
Before generating anything, extract the user's existing thoughts.
Ask:
Wait for user input. Do not proceed until user shares at least 1-2 initial thoughts.
If user says "I have no ideas":
Build on the user's ideas using these techniques:
Yes, And... - Add to their idea without negating:
Combine - Merge two of their ideas:
Analogize - Borrow from other domains:
Extreme - Push to extremes to find the middle:
Generate 3-5 additional ideas that EXTEND user's thinking, not replace it.
Play devil's advocate on the most promising ideas:
Goal: Stress-test ideas, not kill them. Surface risks early.
Organize all ideas (user's + expanded) into themes:
Theme A: [Name]
- Idea 1 (user's original)
- Idea 2 (expanded)
Theme B: [Name]
- Idea 3 (user's original)
- Idea 4 (expanded)
Ask: "Which theme resonates most with you?"
For selected idea(s), provide concrete next steps:
Selected: [Idea Name]
Why it works:
- [Strength 1]
- [Strength 2]
Risks to watch:
- [Risk 1]
Next Steps:
1. [Immediate action - today]
2. [Short-term action - this week]
3. [Validation step - how to test]
For multi-session brainstorms, save progress to a file:
# Brainstorm: [Topic]
Date: [YYYY-MM-DD]
## Context
[Problem statement, constraints]
## Ideas
- [ ] Idea 1 - [description] (source: user/expanded)
- [ ] Idea 2 - [description] (source: user/expanded)
- [x] Idea 3 - SELECTED - [description]
## Themes
...
## Next Steps
...
## Session Log
- Session 1: Extracted initial ideas, expanded to 8 total
- Session 2: Challenged top 3, selected winner
Ask user: "Want me to save this to a file so we can continue later?"
For users wanting structured frameworks, see references/techniques.md:
When stuck, use questions from references/prompts.md organized by: