neeeophytee/finding-unknowns-skills

brainstorm-prototypes

Generate several genuinely different throwaway variations (designs, approaches, drafts) for the user to react to. Use when the user can only recognize what they want by seeing it — visual design, UX flows, naming, tone — or asks to brainstorm or prototype before building.

First seen Jul 5, 2026

Installation

$ npx skills add neeeophytee/finding-unknowns-skills --skill brainstorm-prototypes

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from neeeophytee/finding-unknowns-skills · top by installs.

npx skills add neeeophytee/finding-unknowns-skills

Browse all from neeeophytee/finding-unknowns-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 326
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,979 B
  • docs SUMMARY.md 305 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 114 installs

SKILL.md

Brainstorm and prototypes

The user has unknown knowns: criteria they can't verbalize but will recognize on sight. Finding those during prototyping is cheap; finding them mid-implementation is expensive, because small spec changes can mean drastically different code. Give them things to react to.

Steps

  1. Establish scope first: what is being decided (layout? approach? data model? tone?) and what is explicitly out of scope. One decision per round.
  2. Produce 3-5 variations that are wildly different, not shades of the same idea. If two variations would get the same reaction, replace one.
  3. Make them cheap and disposable:

- Visual/UX → a single self-contained HTML file with fake data, no backend, no state. - Approaches → a one-screen sketch of each: the idea, what it optimizes for, its sharpest tradeoff. - Ranked lists → order from cheapest to most ambitious so the user can draw their line.

  1. Label each variation with the belief it bets on ("this one assumes density beats whitespace"), so the user's reaction reveals the underlying criterion, not just a preference.
  2. Collect reactions, then verbalize what was learned: "you consistently rejected X, which suggests the real requirement is Y." That sentence is the deliverable — it becomes part of the spec.

Guardrails

  • Nothing produced here is production code. Say so, and don't wire prototypes into the real app.
  • Do not converge early to the variation you'd pick. The point is spanning the space.
  • If the user reacts to none of them, that's signal too: the decision space was framed wrong. Reframe and rerun rather than generating more of the same.