# Reporting and Progress Tracking

### Purpose

Reporting must support decision-making without creating unnecessary overhead.

Good reporting shows progress, risk, blockers, decisions, and next steps.

### Weekly Delivery Report

The weekly delivery report should include:

* overall status
* progress this period
* planned work next period
* milestone status
* risks
* issues
* dependencies
* decisions required
* change requests
* commercial or acceptance matters
* support required from customer

### Status Definitions

### Green

Delivery is on track.

No material intervention required.

### Amber

Delivery is at risk.

Management action or customer decision may be required.

### Red

Delivery is materially off track.

Immediate escalation required.

### Progress Measures

Use a balanced view of progress:

* completed deliverables
* accepted milestones
* backlog movement
* user research findings
* technical progress
* risk reduction
* test evidence
* defect trends
* readiness indicators


---

# 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://framework.aic.io/company-operating-manual/delivery-governance/reporting-and-progress-tracking.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.
