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
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
270
NPOでのDevinの活用
codeforeveryone
0
470
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
48
32k
C++20 射影変換
faithandbrave
0
550
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
540
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
160
Discover Metal 4
rei315
2
100
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
810
GoのGenericsによるslice操作との付き合い方
syumai
3
700
PipeCDのプラグイン化で目指すところ
warashi
1
220
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
210
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Language of Interfaces
destraynor
158
25k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Building an army of robots
kneath
306
45k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Embracing the Ebb and Flow
colly
86
4.7k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Code Review Best Practice
trishagee
69
18k
GitHub's CSS Performance
jonrohan
1031
460k
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: 一つ上の階層と整合しているか?