> For the complete documentation index, see [llms.txt](https://yoan-thirion.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes.md).

# Book notes

- [Agile People: A Radical Approach for HR & Managers](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/agile-people-a-radical-approach-for-hr-and-managers.md): from Pia-Maria Thoren
- [Agile testing : A Practical Guide for Testers and Agile Teams](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/agile-testing-a-practical-guide-for-testers-and-agile-teams.md): from Lisa Crispin & Janet Gregory
- [Boite à outils de l'intelligence émotionnelle](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/boite-a-outils-de-lintelligence-emotionnelle.md)
- [Building a better business using Lego Serious Play method](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/building-a-better-business-using-lego-serious-play-method.md): from Per Kristiansen
- [Building evolutionary architectures](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/building-evolutionary-architectures.md): from Neal Ford, Rebecca Parsons & Patrick Kua
- [Code that fits in your head](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/code-that-fits-in-your-head.md): from Mark Seemann
- [Culture Agile](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/culture-agile.md): from Jean-Claude Grosjean
- [Culture is everything](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/culture-is-everything.md): from Tristan White
- [Domain-Driven Design: The First 15 Years](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/domain-driven-design-the-first-15-years.md): Essays from the DDD Community
- [Dynamic Reteaming - The Art and Wisdom of Changing Teams](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/dynamic-reteaming-the-art-and-wisdom-of-changing-teams.md): by Heidi Helfand
- [How to avoid a Climate Disaster](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/how-to-avoid-a-climate-disaster.md): from Bill Gates
- [La liberté du commandement](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/la-liberte-du-commandement.md): Vice-amiral Loïc Finaz
- [Réaliser ses rêves, ça s'apprend](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/realiser-ses-reves-ca-sapprend.md): par Thomas Gibot
- [Refactoring at Scale](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/refactoring-at-scale.md): Maude Lemaire
- [Succeeding with OKRs in Agile](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/succeding-with-okrs-in-agile.md): from Allan Kelly
- [Team Topologies](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/team-topologies.md): by Matthew Skelton and Manuel Pais
- [The Good Life](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/the-good-life.md): par Robert Waldinger, Marc M.D. Schulz
- [Tu fais quoi dans la vie](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/tu-fais-quoi-dans-la-vie.md): de Matthieu Dardaillon et Joséphine Bouchez
- [Who Does What By How Much?](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/who-does-what-by-how-much.md): by Jeff Gothelf and Josh Seiden


---

# 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, and the optional `goal` query parameter:

```
GET https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
