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

Business Idea Pressure-Test

Runs a raw business or side-project idea through a 9-dimension founder filter and returns a build / sleep-on-it / pass viability brief.

UtilitiesIntermediate★ 823⑂ 67AI score 9/10Last updated: Sep 4, 2026

What it does

Turns a fuzzy idea into a structured viability brief instead of enthusiastic hand-waving.

  • Scores 9 dimensions — problem, audience, wedge, monetization, moat, portfolio fit, distribution, energy fit, opportunity cost — each marked ✅ / 🟡 / ❌ / ❓
  • Offers to run deep-research when two or more dimensions are unknown
  • Checks .com availability for candidate names via /domain
  • Ends with a hard verdict (Build / Sleep on it / Pass), an MVP sketch, pricing range, first-100-customers plan, and an "angle to steal" section for killed ideas
  • Archives every brief to ~/.config/makerskills/business-brainstorm/archive/ with a running INDEX.md

Who it's for

  • Makers with a constant stream of side-project ideas and no consistent filter
  • Operators running several properties who must decide between launching new vs. extending existing
  • Solo founders who want killed ideas documented so they don't get re-litigated

Examples

  1. "Should I build a contract SaaS for freelance designers?" → scored brief lands on Sleep on it: strong monetization, no moat
  2. "Pressure test this idea" with a link to an old chat → skill loads context, finds 80% overlap with an existing product and proposes an extension instead
  3. Feed it eight name candidates → it runs /domain and reports which .coms are free inside the brief

· · · 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 /tmp/makerskills && mkdir -p ~/.claude/skills && cp -r /tmp/makerskills/skills/business-brainstorm ~/.claude/skills/

⚠ This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  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/
  5. (Recommended) Also copy the deep-research and domain skills from the same repo so the research and domain-check steps work end to end.
  6. (Optional) Create ~/.config/makerskills/business-brainstorm/portfolio.local.md listing your live products, audiences, and partners for sharper portfolio-fit and opportunity-cost scoring.
  7. Restart Claude Code and trigger it with /business-brainstorm or a phrase like "pressure test this idea."