> For the complete documentation index, see [llms.txt](https://www.lawfirm-operations.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.lawfirm-operations.org/publications-and-articles/agile-law-firm-workbook/7.-outro-7.1.-recap/7.5.-index.md).

# 7.5. Index

<figure><img src="https://827985643-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC8LfP0dxThbNkuaHi6Bq%2Fuploads%2FUFD0nlJtTVTxf3SWGgjv%2FBildschirmfoto%202024-12-29%20um%2016.03.27.png?alt=media&amp;token=4f460de0-33fd-465b-a120-cb274e8a48f7" alt="" width="563"><figcaption></figcaption></figure>

* Acceptance Criteria, see Chapter 4.6
* Accountability, see Chapter 2.2
* Dailies, see Daily Stand-Ups
* Daily Stand-Ups, see Chapter 6.1
* DEEP, see Items Chapter 4.3
* Definition of Done, see Chapter 4.8
* Definition of Ready, see Chapter 4.7
* DoD, see Definition of Done
* DoR, see Definition of Ready
* Element, see Chapter 4
* Epic, see Chapter 4.2
* Estimate, see Chapter 4.3
* Goal, see Chapter 4.1
* INVEST, see Chapter 4.3
* Item, see Chapter 4.3
* Kanban, see Chapter 5
* Kanban Board, see Chapter 5.1
* Meetings, see Chapter 6
* Mindset, see Chapter 2.1
* Planning, see Chapter 6.2
* Planning Meetings, see Planning
* Product Owner, see Chapter 2.2.2
* Retrospective, see Chapter 6.4
* Reviews, see Chapter 6.3
* Role, see Chapter 2.2
* Scrum, an Agile framework and probably one of the most leveraged ones, for an introduction into the framework, you can, for example, see <https://www.scrumalliance.org/about-scrum>
* Scrum Master, see Chapter 2.2.3
* Sprint, Chapters 3.1 and 6.5
* Sprint Planning, see Planning
* Stakeholder, see Chapter 2.4
* Stand-Ups, see Daily Stand-Ups
* Swim lanes, see Chapter 5.4.2
* Task, see Chapter 4.4
* User Story, see Chapter 4.5


---

# 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://www.lawfirm-operations.org/publications-and-articles/agile-law-firm-workbook/7.-outro-7.1.-recap/7.5.-index.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.
