Business Brainstorm (Idea Pressure-Test)
Runs a rough business idea through a 9-dimension founder filter and returns a viability brief with a clear build / sleep / pass verdict.
UtilitiesIntermediate★ 556⑂ 46AI score 7/10Last updated: Aug 1, 2026
What it does
Turns a vague business, product, or side-project idea into a structured viability brief.
- Captures the idea in 1–2 sentences plus the "why now"; if it's too vague to score, it asks clarifying questions instead of padding with assumptions.
- Scores nine dimensions — problem, audience, wedge, monetization, moat, portfolio fit, distribution, energy fit, opportunity cost — each marked ✅ / 🟡 / ❌ / ❓.
- If two or more dimensions are unknown, it offers to run
deep-researchon market size, competitors, ICP signal, or pricing benchmarks. - Checks .com availability for working names via
/domain, and can brainstorm 5–10 candidates. - Outputs a brief with verdict, MVP sketch, first-100-customers plan, open questions, and an "angle to steal" section for killed ideas — then archives it to
~/.config/makerskills/business-brainstorm/archive/with an INDEX.md entry.
Who it's for
- Founders and solo makers with more ideas than time who need a forcing function to decide.
- Operators running a portfolio of products who must check overlap and opportunity cost before starting anything new.
- Anyone who wants killed ideas documented so they don't get re-litigated months later.
Example uses
- "Should I build an invoicing SaaS for freelance designers?" → moat ❌, distribution ✅ → verdict: Sleep on it, with a 30-day revisit reminder.
- "Pressure-test a sponsor-matching marketplace for newsletters" → market size and ICP come back ❓ → deep-research runs, findings fold into the brief, plus available .com candidates.
- A Pass verdict still yields the "angle to steal" section, which becomes a new feature or offer for an existing property.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/coreyhaines31/makerskills/HEAD/skills/business-brainstorm/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/business-brainstorm folder from the GitHub repo coreyhaines31/makerskills into my ~/.claude/skills/business-brainstorm/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/coreyhaines31/makerskills.git && mkdir -p ~/.claude/skills && cp -r makerskills/skills/business-brainstorm ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, WSL or Git Bash on Windows).
- Clone the repo:
git clone https://github.com/coreyhaines31/makerskills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r makerskills/skills/business-brainstorm ~/.claude/skills/— confirm the bundledreferences/framework.mdcame along. - Optional: copy the companion
deep-researchanddomainskills the same way so the research and naming steps work end to end. - Optional: create
~/.config/makerskills/business-brainstorm/portfolio.local.mdlisting your live businesses, audiences, and partners for sharper portfolio-fit and opportunity-cost scoring. - Restart Claude Code, then type
/business-brainstormor "pressure test this idea" to run it.
View source on GitHub ↗License: MIT