how do you decide what features should stay out of an MVP?
I have been thinking a lot about MVP scope while working on small SaaS ideas. the hardest part is not usually building the feature, it is deciding whether the feature should exist in the first version at all. sometimes a feature feels useful in our head, but it adds more UI, more edge cases, more testing, and more support later. i am trying to follow a simple rule now: if the feature does not help the user reach the main outcome faster, it probably should wait. for SaaS developers here, how do you decide what to cut from the first version? do you use any checklist, user feedback, analytics, or just your own judgement in the beginning?