Lean startup
A latticework of thinking, strategy, and analysis frameworks packaged as model- and harness-agnostic agent skills (SWOT, Porter's Five Forces, OKR, Cynefin, and 50 more).
npx -y skills add l4ci/latticework --skill lean-startupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user wants to test a startup, product, or business idea under uncertainty using the Lean Startup method (Build-Measure-Learn, MVP, validated learning, pivot or persevere). Surfaces the leap-of-faith assumptions, ranks them by risk with parallel analysis, designs the smallest experiment with a pre-committed metric, and runs the loop toward a pivot-or-persevere decision. Triggers include "lean startup", "MVP", "build measure learn", "validate my idea", "value and growth hypothesis", "pivot or persevere".
SKILL.md
5.1 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
lean-startup
Tests a venture under uncertainty using the Lean Startup method (Eric Ries, The Lean Startup): treat the idea as untested hypotheses, run the smallest experiment on the riskiest one, measure real behavior, and decide pivot or persevere. Catches the failure of mistaking features shipped and motion for progress when neither has validated anything about customers.
The core concepts (leap-of-faith assumptions, Build-Measure-Learn, MVP, actionable versus vanity metrics, pivot or persevere) live in references/lean-startup.md. Load that file before facilitating.
When to use
The user has a product or business idea facing real uncertainty about whether customers want it or whether it will grow, and wants to test it cheaply before committing. For designing the solution itself around user needs, Design Thinking fits upstream; this skill is about validating that the thing should exist and will work.
Language
Facilitate and write the document in the language the user is writing in. The reference file is English; keep the framework keyed to it regardless of output language.
Inputs
- IDEA (required): the product or business idea, and who it is for.
- CONTEXT (optional): stage, resources, what has been built or tried, and any evidence so far.
How to facilitate
This skill runs one Build-Measure-Learn loop end to end, and sets up the next. Work through the steps with the user, recording everything in the experiment document.
-
Surface the leap-of-faith assumptions. Help the user write down what must be true for the venture to work, concrete and falsifiable, including the value hypothesis (customers get real value) and the growth hypothesis (the venture acquires customers and grows). Push vague beliefs into testable statements.
-
Rank by risk (parallel). Dispatch a few analyst subagents at once, each examining the assumption set through a different lens (for example: which assumption is most uncertain, which is most fatal if false, which has hidden sub-assumptions, what a skeptical investor would attack first). Tell each its final message is the return value: a ranked list with reasoning, not prose. Reconcile into the single riskiest assumption: the one most uncertain and most fatal if wrong. That is what the first experiment tests, not the easiest one.
-
Design the smallest experiment. With the user, define the MVP or test that produces evidence on the riskiest assumption (landing page, concierge or Wizard-of-Oz done manually, single feature, pre-sale), the specific customer behavior to observe, and the actionable metric with a pass-and-fail threshold committed before running. Reject vanity metrics. Build the least that answers the question.
-
Build, Measure, Learn. Help the user run the experiment, measure real behavior against the threshold, and state plainly what was learned about the assumption.
-
Decide: pivot or persevere. On the evidence, recommend persevere (the path holds, and what the next loop tests) or pivot (which assumption changes, what kind of pivot, and the new hypothesis the next loop tests). The decision rests on the pre-committed threshold, not on hope.
Experiment document
Maintain a markdown document, saved to lean-startup-<idea-slug>-<YYYY-MM-DD>.md (today's date) in the working directory unless the user names another location:
- Header. The idea, the customer, and the date.
- Leap-of-faith assumptions. The list, with the value and growth hypotheses marked, each falsifiable.
- Riskiest assumption. The one chosen to test first, and why it beat the others.
- Experiment design. The MVP or test, the behavior observed, and the actionable metric with its pre-committed pass-and-fail threshold.
- Results and learning. What customers actually did against the threshold, and what was learned.
- Decision. Pivot or persevere, with the next hypothesis to test.
- Loop log. Each cycle: hypothesis tested, result, decision.
- Caveats. One experiment tests one assumption, not the whole venture; a passed test reduces risk, it does not prove success; and learning is only valid if the metric was actionable and the threshold was set in advance.
Principles
- Validated learning is the unit of progress. Not features, not motion. What have you proven about customers.
- Test the riskiest assumption first. The one most uncertain and most fatal, not the most convenient.
- MVP is a learning tool, not a small product. Build the least that runs a full loop.
- Set the threshold before running. Decide the pass-and-fail line in advance, or the result will be rationalized.