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
110
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
28
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
45
プロダクト開発におけるエンジニアリングマネージャー(EM)の役割 / Role of the Engineering Manager in Product Development
44aki
0
86
Other Decks in Programming
See All in Programming
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
ReadMoreTextView
fornewid
1
480
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
380
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
160
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
390
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
200
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
360
Gleamという選択肢
comamoca
6
760
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
130
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
210
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
180
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
337
57k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Docker and Python
trallard
44
3.4k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Balancing Empowerment & Direction
lara
1
370
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
We Have a Design System, Now What?
morganepeng
53
7.7k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.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: 一つ上の階層と整合しているか?