Suggest user story > use case mapping

User story captures the full problem that needs to be solved.

Use cases describe the specific combination of role/task/outcome that fulfill the user story

“As a <person in this role> I would like to <accomplish this> so that i can <do this>. “

bonus points for “unlike now <where I have this issue>

Use case mapping

Breakdown tasks like search | select | add new | edit | delete



One useful way to shake out use cases is to think in terms of “happy path” - where everything goes smoothly and the user behaves perfectly well, and “sad path” where the user does something not intended or otherwise something will go wrong.

What is a Use Case: 

* Note that there is a more formal way of documenting use cases which includes preconditions, triggers etc...  if we would like to use these in a more robust way.  There is tons of documentation online available.  

What a Use Case is NOT: 


Examples of Use Cases: 

Prescribing-Dispensing Use Cases


WHY Use cases?