> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/general-concepts/scrum/workflow.md).

# Workflow

### Overview of workflow and mentality:

* We are doing just enough planning to get moving
* Each cycle takes 1-3 weeks (Also called sprint)
* Then you repeat the whole process again

![](/files/LTdb2mPMb1uSGvSmBXak)

#### Product Backlog:

* Is where product owners create a prioritized list of features called user stories

#### User stories:

* User stories goes with the following format

```
As a....
I need...
So that...
```

* Example:

```
As a user
I need a 2FA setup
So that I am able to log in securely
```

### Full format:

![](/files/jNh3e13MLQEiI9HEw9cJ)
