# Trello Board

<figure><img src="/files/gWWzgHEg4VvkzV4KgLXS" alt=""><figcaption><p>Basic Kanban Board</p></figcaption></figure>

### Intro

First of all, please check the next article \[[Learn Trello board basics](https://trello.com/guide/trello-101)] and research other links in Trello docs.

### Kanban Board

We are using this straightforward Kanban template to maintain communication and efficient workflow among all teams in our organization.

Every team has a separate Trello board with the Kanban template (somewhere with small changes depending on team needs).

By adding tasks as cards to the Backlog list, we are breaking down the roadmap into small steps.

As the cards are fleshed out, move them through Design one at a time.

The card will be moved to the To Do list for engineers to pick up once it has been completely specified and designs attached.

Every card is assigned to someone (one or multiple team members) and once when start working on it, advanced to the "Doing" stage so that everyone on the team is aware of what is being worked on.

When cards are ready for the second set of eyes, they subsequently proceed via Code Review (or list next to Doing, if Code Review doesn't exist in the team board).

Cards should be moved to Done once they have completed Testing and have shipped to production.

\[[Kanban Template](https://trello.com/templates/engineering/kanban-template-LGHXvZNL)]&#x20;

### Labels

* Low Priority - Green Label
* Medium Priority - Orange Label
* Top Priority - Red Label

### Useful links

* How To Use TRELLO for Beginners + Workflow Examples \[[Link](https://www.youtube.com/watch?v=6drUzoeHZkg\&t=237s\&ab_channel=KimberlyAnnJimenez)]
* Trello and Kanban. Forget To Do Lists. Planning Mastery \[[Link](https://www.youtube.com/watch?v=oJ8lyZG-gy4\&ab_channel=LoteTreeMedia)]
* How To Use TRELLO for Project Management \[[Link](https://www.youtube.com/watch?v=lJhNrnmwUfY\&ab_channel=KimberlyAnnJimenez)]

#### Diagram editor code \[[Link](https://www.planttext.com/)]

```
@startuml
actor Anyone
Anyone -> Backlog: Create Card
Backlog -> Backlog: Manager: Setup Priority
Backlog -> ToDo: Manager: Card is ready
ToDo -> Doing: Assagne: Start working
Doing -> Review: Assagne: Finished
Review -> Done: Manager: Validation success
Review -> ToDo: Manager: Validation failed
@enduml
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ekstremac.com/company/internal-processes/trello-board.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
