wondelai-lean-startup
v1.0.0Lean Startup methodology for validated learning and MVPs
by Wondel.aiMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/wondelai-lean-startup/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Design MVPs, validated learning experiments, and pivot-or-persevere decisions using Build-Measure-Learn. Use when the user mentions "MVP scope", "validated learning", "pivot or persevere", "vanity metrics", "test assumptions", "innovation accounting", "build-measure-learn", "minimum viable experiment", "should we pivot", "test a business idea cheaply", or "build the smallest version first". Also trigger when deciding what to include in a first version, measuring startup progress, or evaluating whether to change direction on a product bet. Covers innovation accounting and actionable metrics. For 5-day prototype testing, see design-sprint. For customer motivation analysis, see jobs-to-be-done.
Manifests1
{
"name": "wondelai-lean-startup",
"version": "1.0.0",
"description": "Lean Startup methodology for validated learning and MVPs",
"author": {
"name": "Wondel.ai"
},
"license": "MIT",
"repository": "https://github.com/wondelai/skills",
"keywords": [
"productivity",
"wondelai",
"skills"
]
}