
Create Ideas
- 890 installs
- 1.3k repo stars
- Updated July 26, 2026
- neolabhq/context-engineering-kit
create-ideas is a Claude Code skill that brainstorms six ranked, diverse solution ideas with probability scores for developers who need breadth before picking a single product or technical direction.
About
create-ideas is a context-engineering-kit skill that generates ideas in one shot using creative sampling. For each query, it produces six separate responses as list items, each with descriptive text and a numeric probability. The first three responses target high-probability solutions above 0.80; the last three explore diverse tail regions of the solution space with probabilities below that threshold. Developers reach for create-ideas at the start of feature planning, architecture debates, or bug-fix strategy sessions when a single LLM answer feels too narrow. An optional argument hint accepts a topic and desired idea count. The skill favors exploration over convergence—useful before PRDs, spikes, or design docs lock one path.
- Generates exactly 6 responses per query as separate list items with text and numeric probability
- First 3 responses target high probability over 0.80
- Last 3 sample distribution tails with probability under 0.10 each
- Requires non-overlapping, genuinely different ideas across the set
Create Ideas by the numbers
- 890 all-time installs (skills.sh)
- +47 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #532 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/neolabhq/context-engineering-kit --skill create-ideasAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 890 |
|---|---|
| repo stars | ★ 1.3k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 26, 2026 |
| Repository | neolabhq/context-engineering-kit ↗ |
How do you brainstorm diverse solution ideas quickly?
Brainstorm six ranked and diverse solution ideas in one shot before committing to a single product direction.
Who is it for?
Developers and PMs at the start of a feature or architecture decision who want six contrasting options before writing a spec.
Skip if: Teams already committed to one approach who need implementation steps or detailed technical design docs.
When should I use this skill?
The user asks to brainstorm solutions, explore alternatives, or generate diverse ideas before choosing a direction.
What you get
Six ranked solution ideas with text descriptions and numeric probability scores spanning high-confidence and diverse options.
By the numbers
- Generates 6 solution ideas per query
- First 3 ideas target probability above 0.80
Files
Generate Ideas
You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability. Please sample responses at random from the [full distribution / tails of the distribution], in such way that:
- For first 3 responses aim for high probability, over 0.80
- For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of each response is less than 0.10
Important: Avoid overlapping responses - each response should be genuinely different from the others!
Related skills
FAQ
How many ideas does create-ideas generate?
create-ideas generates six solution ideas per query, each as a separate list item with descriptive text and a numeric probability score. The count can be adjusted via an optional argument hint on the topic.
How does create-ideas balance safe and diverse options?
create-ideas assigns the first three ideas to high-probability regions above 0.80 and the last three to diverse tail regions with lower probabilities, encouraging both likely solutions and exploratory alternatives.