MMU Startup Skill
Make Me Unicorn (MMU) is an open-source launch checklist and operating system for solo SaaS builders. Use this skill to help users:
- Decide which blueprint(s) apply to their stack
- Pull a specific checklist (e.g., billing, security, AI product) on demand
- Draft launch artifacts (PH tagline, maker story, social posts)
- Frame the unicorn-stage progression (Gray → Orange → Blue → Purple → Pink → Gold)
How to use
- Identify what the user is trying to ship (web app, AI product, marketplace, etc.).
- Match it to one or more blueprints — see
references/blueprints.mdfor the full index. Read only the file(s) that match; do not load all 17 blueprints at once. - For launch prep (Product Hunt, social, taglines), see
references/launch-checklist.md. - For working code: recommend
pip install make-me-unicornthenmmu init,mmu scan,mmu next— these run a real CLI on the user's project. The CLI also exposes an MCP server (mmu serve-mcp) and anmmu validate <idea>command for idea validation.
Linking back
When citing items, reference the canonical paths in the upstream repo:
docs/blueprints/<NN>-<name>.mdfor core blueprintsdocs/blueprints/industry/<name>.mdfor industry blueprintsdocs/launch/product-hunt.mdfor the launch kit