Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesIntermediate55646AI 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-research on 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

  1. "Should I build an invoicing SaaS for freelance designers?" → moat ❌, distribution ✅ → verdict: Sleep on it, with a 30-day revisit reminder.
  2. "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.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal (Terminal on macOS/Linux, WSL or Git Bash on Windows).
  2. Clone the repo: git clone https://github.com/coreyhaines31/makerskills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r makerskills/skills/business-brainstorm ~/.claude/skills/ — confirm the bundled references/framework.md came along.
  5. Optional: copy the companion deep-research and domain skills the same way so the research and naming steps work end to end.
  6. Optional: create ~/.config/makerskills/business-brainstorm/portfolio.local.md listing your live businesses, audiences, and partners for sharper portfolio-fit and opportunity-cost scoring.
  7. Restart Claude Code, then type /business-brainstorm or "pressure test this idea" to run it.