> For the complete documentation index, see [llms.txt](https://docs.coveragelabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coveragelabs.io/methodology/scope-of-work.md).

# Scope of Work

## Initial Scoping

In this phase, we collaborate closely with the client to define the scope, gather technical insights, and establish expectations for the engagement. This includes:

* Reviewing the relevant resources provided by the client, such as the codebase, test-suite and documentation to ensure that the client is fully prepared for the engagement.
* Identifying key focus areas within the project, including specific components, modules, or functionalities that require special attention.
* Estimating the necessary resources, timelines, and deliverables, based on the complexity and scope of the engagement.

This step is crucial to aligning both parties on expectations and ensuring that the engagement is fully tailored to meet the client’s goals.

## Information Gathering

Once the initial scoping is complete, we conduct a comprehensive review of all gathered information to ensure our team is fully equipped with the insights needed to deliver high quality results. We require:

* **Clear Documentation**: Well-documented code with detailed annotations to explain the logic, intended functionality, and any assumptions within the codebase.
* **Test Coverage:** A robust testing suite covering the vast majority of the codebase to facilitate the validation of findings. Ideally, clients should aim for 100% test coverage.


---

# 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://docs.coveragelabs.io/methodology/scope-of-work.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.
