### <Feature name, noun>
#### Feature Description
```cucumber
As a User
I want to <do something conceptually simple>
So that <motivation for doing that thing>
```
-----
#### Feature Behavior
##### Context
<A quick description of what led to this feature being used, if anything.>
##### Behavior
```cucumber
Given <some action has already happened, or I'm in a certain, predictable, state>
When <I take some action or some action occurs>
Then <what happens as a result of the action>
```
-----
#### Future Iterations
```cucumber
Given <some action has already happened, or I'm in a certain, predictable, state>
When <I take some action or some action occurs>
Then <what happens as a result of the action>
```