(n=0) Grammar Check - Design Script

🔥 Introduction

A Brief Summary of the Problem Statement

While writing emails or blogs on the web, people often mistype and ignore grammatical errors. Create a chrome extension which can help users in real time to know and correct their mistakes without losing any context.

🎯 Outcomes

User/Business Goals that needs to be achieved

  • Outcome 1: Make the user aware wherever there are errors so that he does not publish / send the text without rectifying.
  • Outcome 2: Help the users correct the mistakes so that they can rectify them if they aren’t fluent in English.

🌟 Stories

Paths through which each of the Outcomes can be solved

  • Story 1 (→ Objective 1): Highlight the text where there are grammatical errors to make the user aware that there is some error in the content.
  • Story 2 (→ Objective 2): On hover of the highlighted text, help the user understand what’s the error is for. Example: Spelling mistake
  • Story 3 (→ Objective 2): On hover of the highlighted text, also show how the user can correct the mistakes by showing him possible solutions. Example: Recommending correct spellings.

️Measurement

  • Criteria 1: Tracking number of clicks on on highlighted text can help us understand how many people are finding it helpful.
  • Criteria 2: Tracking number of clicks vs number of errors can help us tell how many users are using recommended solutions.

Note: After creating the first version of Design Script i.e n=0, which is the MVP for the product, the next follow up versions would be n=1, n=2 etc and they would be based on learnings from previous versions.