AI Founder Playbook
Pressure-tests a startup/OSS idea against real, web-verified competitors instead of generic encouragement.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 8ead61b
Pressure-tested an 'open-source Figma-to-React CLI' idea: a real web search (done because the skill mandates verifying market claims live, not from memory) surfaced an already-dominant free OSS incumbent (FigmaToCode, multi-framework) plus Figma's own Figma Make, flipping my generic baseline 'worth trying' into a named, evidence-cited 不建议做/转向 with a concrete pivot. Worth flagging: it defaults to Chinese output per its own instructions even when the user writes in English, and its primary external-search path (Grok search MCP) isn't installed here — it fell back to ordinary web search exactly as its own fallback text specifies.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What AI Founder Playbook does
AI Founder Playbook is a Claude Code skill acting as a blunt startup/open-source advisor: it forces a goal-type diagnosis (commercial vs OSS-influence vs hybrid), runs a structured fatal-flaws pressure test, scans real competitors/community signals via web search, and drafts non-AI-sounding launch posts for HN/Reddit/GitHub/Product Hunt/X/LinkedIn. Trigger it when the user asks whether an idea can work, wants a brutal pressure test, needs competitor scans, or wants launch/distribution drafts.
How to install AI Founder Playbook
git clone https://github.com/z2z23n0/idea-miner
cd idea-miner
mkdir -p ~/.claude/skills
cp -r skills/ai-founder-playbook ~/.claude/skills/ai-founder-playbook
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AI Founder Playbook
-
/ai-founder-playbookPressure-tests a startup/OSS idea against real, web-verified competitors instead of generic encouragement.
It also activates on plain-language prompts like these:
-
Pressure-test my idea for a Figma-to-React CLI tool -
Is there already a startup doing what I'm planning to build? -
Check if my open-source idea has real competitors already
Frequently asked questions
- Is the AI Founder Playbook skill free?
- Yes. The skill itself is free from z2z23n0/idea-miner. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AI Founder Playbook work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Pressure-tested an 'open-source Figma-to-React CLI' idea: a real web search (done because the skill mandates verifying market claims live, not from memory) surfaced an already-dominant free OSS incumbent (FigmaToCode, multi-framework) plus Figma's own Figma Make, flipping my generic baseline 'worth trying' into a named, evidence-cited 不建议做/转向 with a concrete pivot. Worth flagging: it defaults to Chinese output per its own instructions even when the user writes in English, and its primary external-search path (Grok search MCP) isn't installed here — it fell back to ordinary web search exactly as its own fallback text specifies.
- What is the AI Founder Playbook SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install AI Founder Playbook?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AI Founder Playbook with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.