> For the complete documentation index, see [llms.txt](https://isa-bel.gitbook.io/engineering-traits/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isa-bel.gitbook.io/engineering-traits/master.md).

# Introduction

*Draft*

This document lists the traits or skills software engineers at Wizeline must develop to be successful.

We identified them through a [series of interviews](/engineering-traits/methodology.md) with engineers and other delivery roles.

## Top Ten Traits

* [Team Work](/engineering-traits/topten/team-work.md)
* [Goals Oriented](/engineering-traits/topten/goals-oriented.md)
* [Problem Solving](/engineering-traits/topten/solve-problems.md)
* [Work Ethic](/engineering-traits/topten/work-ethic.md)
* [Development Best Practices](/engineering-traits/topten/best-practices.md)
* [Emotional Intelligence](/engineering-traits/topten/emotional-intelligence.md)
* [Feedback](/engineering-traits/topten/feedback.md)
* [Communication with Stakeholders](/engineering-traits/topten/communication-with-stakeholders.md)
* [Requirements Negotiation](/engineering-traits/topten/requirements-negotiation.md)
* [Other Team Roles](/engineering-traits/topten/other-team-roles.md)

## Other Traits

* [Testing](/engineering-traits/others/testing.md)
* [Learn](/engineering-traits/others/learn.md)
* [Agile Development](/engineering-traits/others/agile.md)
* [Estimations](/engineering-traits/others/estimations.md)
* [Code Reviews](/engineering-traits/others/code-reviews.md)
* [Risk Communication](/engineering-traits/others/risk-communication.md)
* [Daily Standup](/engineering-traits/others/standup.md)
* [Fixing Issues](/engineering-traits/others/fixing-issues.md)
* [Documentation](/engineering-traits/others/documentation.md)
* [Writing User Stories](/engineering-traits/others/writing-user-stories.md)
* [Running Environment](/engineering-traits/others/running-environment.md)
* [Giving Presentations](/engineering-traits/others/giving-presentations.md)
* [Writing](/engineering-traits/others/writing.md)
* [Ticket Tracking](/engineering-traits/others/ticket-tracking.md)

## References Types

This document uses the following icon prefixes to indicate the type of reference.

| Icon | Reference Type      |
| ---- | ------------------- |
| 📝   | Article             |
| 📓   | Long article        |
| 📖   | Books               |
| 🎞   | Slides              |
| 🎬🎦 | Talk                |
| 🔈   | Podcast             |
| 🔒   | Only for Wizeliners |
| 💸   | Paywall             |

## To Do

* [x] Finish definition of traits
* [x] Prioritize traits
* [ ] For each trait, complete description (In Progress)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://isa-bel.gitbook.io/engineering-traits/master.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.
