Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
120
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
個人開発でDevinに20ドル課金してみた / Devin starting at $20
44aki
0
30
Reactの再レンダリングを理解する / Understanding React Re-rendering
44aki
0
42
Hotwire入門 Part1 / Introduction to Hotwire Part 1
44aki
0
43
Dev Containerを使ってみよう / Let's try Dev Container!
44aki
0
31
プロダクト開発における振り返り手法 / Reflection Methods in Product Development
44aki
0
46
プロダクト開発におけるエンジニアリングマネージャー(EM)の役割 / Role of the Engineering Manager in Product Development
44aki
0
90
Other Decks in Programming
See All in Programming
バイブスあるコーディングで ~PHP~ 便利ツールをつくるプラクティス
uzulla
1
300
JetBrainsのAI機能の紹介 #jjug
yusuke
0
110
iOS開発スターターキットの作り方
akidon0000
0
210
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
170
CLI ツールを Go ライブラリ として再実装する理由 / Why reimplement a CLI tool as a Go library
ktr_0731
3
660
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
3
510
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.3k
GPUを計算資源として使おう!
primenumber
1
290
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
860
TypeScriptでDXを上げろ! Hono編
yusukebe
3
880
新しいモバイルアプリ勉強会(仮)について
uetyo
1
190
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
The Cult of Friendly URLs
andyhume
79
6.5k
Code Reviewing Like a Champion
maltzj
524
40k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
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: 一つ上の階層と整合しているか?