$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MVP開発とWhy,What,Howの考え方 / MVP Development and th...
Search
44aki
July 09, 2024
Programming
0
66
MVP開発とWhy,What,Howの考え方 / MVP Development and the why, what, how concept
44aki
July 09, 2024
Tweet
Share
More Decks by 44aki
See All by 44aki
Reactの再レンダリングを理解する / Understanding React Re-rendering
44aki
0
11
Hotwire入門 Part1 / Introduction to Hotwire Part 1
44aki
0
27
Dev Containerを使ってみよう / Let's try Dev Container!
44aki
0
24
プロダクト開発における振り返り手法 / Reflection Methods in Product Development
44aki
0
37
プロダクト開発におけるエンジニアリングマネージャー(EM)の役割 / Role of the Engineering Manager in Product Development
44aki
0
60
Other Decks in Programming
See All in Programming
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
330
[Do iOS '24] Ship your app on a Friday...and enjoy your weekend!
polpielladev
0
180
Enabling DevOps and Team Topologies Through Architecture: Architecting for Fast Flow
cer
PRO
0
400
デザインパターンで理解するLLMエージェントの作り方 / How to develop an LLM agent using agentic design patterns
rkaga
11
2.2k
Remix on Hono on Cloudflare Workers
yusukebe
1
360
Jakarta EE meets AI
ivargrimstad
0
1.2k
Welcome JSConf.jp 2024
yosuke_furukawa
PRO
0
2.7k
Missing parts when designing and implementing Android UI
ericksli
0
360
社内活動の取り組み紹介 ~ スリーシェイクでこんな取り組みしてます ~
bells17
0
290
eBPF Deep Dive: Architecture and Safety Mechanisms
takehaya
12
1.1k
Better Code Design in PHP
afilina
PRO
0
140
Full stack testing :: basic to basic
up1
1
720
Featured
See All Featured
For a Future-Friendly Web
brad_frost
175
9.4k
A Philosophy of Restraint
colly
203
16k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
27
2.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
The Cult of Friendly URLs
andyhume
78
6.1k
How To Stay Up To Date on Web Technology
chriscoyier
789
250k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Building Your Own Lightsaber
phodgson
103
6.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Gamification - CAS2011
davidbonilla
80
5k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Transcript
MVP開発と Why,What,Howの考え方 MVP Development and the Why,What,How Concept
Minimum Viable Product 実用最小限の製品(顧客のニーズを満たす最小限のプロダクト・機能)
MVPをくわしく 元々はリーンスタートアップの手法の一つ トヨタのリーン生産方式が名前の語源。「 」というムダのない方式のこと。こ れをソフトウェア開発に応用したのがリーンスタートアップ。 必要なものを必要な ときに必要な分だけつくる 仮説検証ができる最小限の機能をつくる 仮説に基づいたコアとなる最小限の機能を低コスト・短期間で 実装し、それを用いて実際にユーザーからのフィードバックを
得ることにより、 が可能。 低リスクかつ早い段階での検証 MVP開発は検証プロセスが重要 MVPリリース後のユーザーヒアリングやデータ分析が疎かにな ると、そもそもの仮説の検証ができず、ユーザーに価値を提供 できたか判断ができない。MVPを作る段階から につい ても検討しておく。 検証方法
出典: Making sense of MVP (Minimum Viable Product) – and
why I prefer Earliest Testable/Usable/Lovable 間違ったMVP 正しいMVP 「人は早く移動したいはずだ」という仮説を検証したい
間違ったMVPを生み出さないために 適切な仮説設定(Why,What)と 仮説を検証するための実装(How)が必要
出典: プロダクトマネジメントのすべて 事業戦略・IT開発・UXデザイン・マーケティングからチーム・組織運営まで プロダクトの4階層 PO PdM PdM UX Designer Engineer
Refine: 一つ上の階層の階層度を上げられないか? Fit: 一つ上の階層と整合しているか?