freeCodeCamp/guide/english/agile/minimum-marketable-features/index.md

28 lines
1.7 KiB
Markdown

---
title: Minimum Marketable Features
---
## Minimum Marketable Features
A Minimum Marketable Feature (MMF) is a self-contained feature that can be developed quickly and gives significant value to the user.
**It is important to note:** Minimum Marketable Feature is not the same as the Minimum Viable Product (MVP). They are different concepts. However, both are essential to supporting the idea that Developers should strive for minimum functionality in order to accomplish any given outcome.
Break down MMF to its core components:
**Minimum** - The absolute smallest set of functionality. This is essential for getting any given feature to market quickly.
**Marketable** - Selling the end user or organization that the feature has significant value.
**Feature** - The perceived value by the end user. What does it give me? Brand recognition? More Revenue? Help cut costs? Does it give me a competitive advantage?
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
### Sources
<sup>1.</sup> [https://www.agilealliance.org/glossary/mmf/ Accessed: October 25, 2017](https://www.agilealliance.org/glossary/mmf/)
<sup>2.</sup> [https://www.prokarma.com/blog/2015/10/23/minimum-marketable-features-agile-essential Accessed: October 25, 2017](https://www.prokarma.com/blog/2015/10/23/minimum-marketable-features-agile-essential)