Add target an MVP practice#199
Conversation
|
@dcmoore -- I'm not able to find this branch in the repo (when pulling up to edit in TextMate). Here are the steps I'm taking:
But when looking for this branch in TextMate, in the Practices folder, it's not there. What am I missing / forgetting? |
|
Try the following: git checkout main |
|
|
||
| ### Define the Smallest Useful Slice | ||
|
|
||
| Once the assumption is clear, define the smallest end-to-end slice that the team can learn from. Favor vertical slices over horizontal layers. The more specific, the better. A useful MVP might support *one* user type, *one* workflow, *one* data source, *one* integration partner, *one* happy path, or *one* operational scenario. Avoid further splitting the slice into disconnected tasks like “build the API,” “build the UI,” and “write the migration” unless each piece can be independently verified. |
There was a problem hiding this comment.
"Favor vertical slices over horizontal layers." --> What does this mean? Suggest clarifying.
"...unless each piece can be independently verified." --> - I get what this means but I don’t understand how independent verification gives the green light for further splitting the slice. Suggest clarifying.
|
@dcmoore -- all set. I've also added a blurb for “Target an MVP” to these 4 capability pages (as you’d done in Working in Small Batches): Customer Feedback |

No description provided.