一键导入
brainstorm-experiments
Experiment design expert using pretotyping and lean validation for both new product concepts and existing product features.
菜单
Experiment design expert using pretotyping and lean validation for both new product concepts and existing product features.
基于 SOC 职业分类
Expert agile coaching: framework selection, maturity assessment, retrospective facilitation, transformation roadmaps. Use when selecting an agile framework, coaching teams, facilitating retrospectives, or designing a transformation.
Administer the Atlassian suite (Jira/Confluence): user provisioning, groups, SSO/SAML, permissions, security policies, marketplace apps, backups, and org-wide governance. Use for admin config, access management, and system optimization.
Structured PM 1:1 templates by partner type — manager, engineering-manager partner, designer, IC reports, cross-functional — grounded in Radical Candor, the GROW coaching model, and the Manager Tools 1:1 framework.
PM career ladder rubrics from APM through VP/CPO across product sense, execution, leadership, strategy, and communication. Includes gap analysis, growth planning, and promotion packet templates.
Structured PM interview preparation across product sense, execution, strategy, behavioral, and technical rounds, using CIRCLES, AARM, STAR, and the estimation framework. Calibrated to APM, PM, Senior PM, and Group PM rubrics.
30-60-90 day plan for a new PM joining a company or team, grounded in Michael Watkins' First 90 Days framework and the STARS situational diagnosis. Includes week-by-week plan, stakeholder map, 1:1 question bank, and first-PRD template.
| name | brainstorm-experiments |
| description | Experiment design expert using pretotyping and lean validation for both new product concepts and existing product features. |
| license | MIT + Commons Clause |
| metadata | {"version":"1.0.1","author":"borghei","category":"project-management","domain":"product-discovery","updated":"2026-06-15T00:00:00.000Z","python-tools":"experiment_designer.py","tech-stack":"pretotyping, lean-validation, ab-testing, xyz-hypothesis"} |
Design fast, low-cost experiments to validate product hypotheses before committing to full development. This skill applies Alberto Savoia's pretotyping philosophy ("Make sure you are building The Right It before you build It right") alongside lean experimentation methods for both new and existing products.
experiment_designer.py suggests 2-3 experiments per hypothesis with metric, threshold, effort, and duration.python3 scripts/experiment_designer.py --demo # built-in sample (3 hypotheses)
python3 scripts/experiment_designer.py input.json # design experiments for your hypotheses
python3 scripts/experiment_designer.py input.json --format json
Each hypothesis needs hypothesis_text, target_segment, and product_type (new/existing). Document each experiment with assets/experiment_plan_template.md.
Load the reference that matches the task — keep this file lean and pull detail on demand:
experiment_designer.py usage and flags, output template, troubleshooting, success criteria, and bibliography. Read when designing or scripting an experiment.In Scope: XYZ hypothesis formulation and validation; experiment method selection for new products (landing page, pre-order, concierge, explainer video) and existing products (fake door, feature stub, A/B test, Wizard of Oz, in-app survey); automated experiment design from hypothesis keyword analysis; metric selection, success threshold definition, and effort/duration estimation.
Out of Scope: statistical power analysis or sample size calculation (use dedicated A/B test platforms); experiment infrastructure setup (feature flags, analytics instrumentation); running the actual experiment (this skill designs, not executes); long-term product strategy or roadmap decisions (execution/outcome-roadmap/).
Important Caveats: pretotyping validates demand and value, not usability or performance; in-app surveys are the weakest SITG signal — use only when behavioral experiments are impractical; the tool's keyword-to-signal matching is heuristic — override when domain knowledge dictates a better method.
| Integration | Direction | Description |
|---|---|---|
brainstorm-ideas/ | Receives from | Ideas generated become hypotheses for experiment design |
identify-assumptions/ | Receives from | "Test Now" assumptions become hypotheses for this skill |
pre-mortem/ | Feeds into | Experiment results inform pre-mortem risk assessment before full build |
execution/create-prd/ | Feeds into | Validated hypotheses become PRD assumptions with evidence |
execution/brainstorm-okrs/ | Feeds into | Experiment metrics may become OKR key results |
execution/outcome-roadmap/ | Feeds into | Experiment outcomes inform Now/Next/Later roadmap placement |