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-researchwhen 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
- "Should I build a contract SaaS for freelance designers?" → scored brief lands on Sleep on it: strong monetization, no moat
- "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
- Feed it eight name candidates → it runs
/domainand 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)
- 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 /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.
- Open a terminal.
- 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/ - (Recommended) Also copy the
deep-researchanddomainskills from the same repo so the research and domain-check steps work end to end. - (Optional) Create
~/.config/makerskills/business-brainstorm/portfolio.local.mdlisting your live products, audiences, and partners for sharper portfolio-fit and opportunity-cost scoring. - Restart Claude Code and trigger it with
/business-brainstormor a phrase like "pressure test this idea."
View source on GitHub ↗License: MIT