Enhanced User Story Generator
What is a User Story?
                    A user story is a short, simple description of a feature told from the perspective of the person who desires the new capability, usually a user or customer of the system.
                    
                    They typically follow a simple template:
                    
                    As a < type of user >, I want < some goal > so that < some reason >.
                
What is an Enhanced User Story?
                    The Enhanced User Story is a way to expand traditional User Stories into a more detailed format with the goal of providing more clarity and understanding of the User Story.
                    
                    The Enhanced User story adds two pieces of additional context:
                    
- Adverse Effect: what are the harms faced by not implementing this user story today?
 - Measureable Benefits: what Benefits will achieving this user story grant?