Skip to main content
It is recommended to have a new repository/folder per idea you want to explore — the idea can grow into an MVP, and the prototype’s code will live naturally in that workspace. The plugin keeps its artifacts in the startup/ subdirectory once initialised.
Pick the instructions for your client:
1

Add the marketplace (one-time, global)

/plugin marketplace add SergeiGorbatiuk/startup-superpowers
2

Create a workspace folder for your idea

In your shell (the ! prefix runs shell commands from inside Claude Code):
! mkdir my-new-idea && cd my-new-idea
3

Install the plugin for this project

Local scope recommended:
/plugin install startup-superpowers@startup-superpowers
4

Apply changes

/reload-plugins
5

Kick things off

/whats-next
On first run the agent will ask about your idea and set everything up. After that, /whats-next is your home base — run it any time you want to know where your project stands and what to focus on next.

Next: Quickstart

Walk through your first session step by step.