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
34
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
47
プロダクト開発におけるエンジニアリングマネージャー(EM)の役割 / Role of the Engineering Manager in Product Development
44aki
0
91
Other Decks in Programming
See All in Programming
Go言語はstack overflowの夢を見るか?
logica0419
0
370
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
410
Catch Up: Go Style Guide Update
andpad
0
230
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
440
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
340
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
210
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1k
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
3.3k
CSC509 Lecture 05
javiergs
PRO
0
300
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
930
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
160
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
75
5.1k
Making Projects Easy
brettharned
120
6.4k
GitHub's CSS Performance
jonrohan
1032
470k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Done Done
chrislema
185
16k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Practical Orchestrator
shlominoach
190
11k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
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: 一つ上の階層と整合しているか?