HiveBrain v1.2.0
Get Started
← Back to all entries
gotchaMinor

What is a difference between a Walking Skeleton and an MVP?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
skeletonwhatmvpdifferencebetweenandwalking

Problem

I've recently stumbled upon the "Walking skeleton" term and got a bit confused about the terminology.

Is it the same or a variation of a Minimum Viable Product, or how does it relate to MVP in general?

Solution

The walking skeleton reflects the rough structure/shape of the product, but it may be entirely stubbed out (initially), meaning it may not be actually functional. The skeleton cannot move without the muscles.

The MVP however must meet a certain minimum functionality level to be considered viable.

As development progresses the walking skeleton typically morphs into an MVP and eventually into a final product.

Context

StackExchange DevOps Q#1699, answer score: 4

Revisions (0)

No revisions yet.