Startup ideation skills for Claude Code
npx claudepluginhub cyranob/startup-ideas-skillInteractive startup ideation and planning pipeline — 8 stages from idea generation to landing page outline
An interactive startup ideation and planning skill for Claude Code, adapted from the Startup Factory web app.
Walks you through an 8-stage startup planning pipeline:
Each stage pauses for your input — continue, regenerate, or adjust before moving on. You can also jump to any stage if you already have context (e.g., "I have an idea, help me with pricing").
Add the marketplace and install the plugin:
/plugin marketplace add CyranoB/startup-ideas-skill
/plugin install startup-ideas@startup-ideas-marketplace
Clone the repo and copy the skill into your Claude skills directory:
git clone https://github.com/CyranoB/startup-ideas-skill.git
mkdir -p ~/.claude/skills/startup-ideas
cp -r startup-ideas-skill/skills/startup-ideas/* ~/.claude/skills/startup-ideas/
Ask Claude anything related to startup planning:
.claude-plugin/
├── plugin.json # Plugin metadata and configuration
└── marketplace.json # Marketplace manifest for distribution
skills/
└── startup-ideas/
├── SKILL.md # Workflow and interaction protocol
└── references/
└── prompts.md # Output formats for all 8 stages