# Governance Templates

### Weekly Delivery Report Template

```markdown
# Weekly Delivery Report

## Reporting Period

[Start date] to [End date]

## Overall Status

Green / Amber / Red

## Executive Summary

[Brief summary of progress, risks and decisions.]

## Completed This Period

- [Completed item]

## Planned Next Period

- [Planned item]

## Milestone Status

| Milestone | Status | Due Date | Evidence | Notes |
|---|---|---|---|---|
| [Milestone] | [Status] | [Date] | [Evidence] | [Notes] |

## Risks and Issues

| ID | Type | Description | Owner | Rating | Action | Due Date |
|---|---|---|---|---|---|---|
| [ID] | Risk/Issue | [Description] | [Owner] | [Rating] | [Action] | [Date] |

## Decisions Required

| Decision | Owner | Required By | Impact if Delayed |
|---|---|---|---|
| [Decision] | [Owner] | [Date] | [Impact] |

## Change Control

| Change | Status | Impact | Decision Needed |
|---|---|---|---|
| [Change] | [Status] | [Impact] | [Decision] |

## Support Required

[Support required from customer, internal teams or suppliers.]
```

### Decision Log Template

```markdown
# Decision Log

| ID | Date | Decision | Owner | Evidence | Impact | Follow-Up |
|---|---|---|---|---|---|---|
| D-001 | [Date] | [Decision] | [Owner] | [Evidence] | [Impact] | [Action] |
```

### Change Request Template

```markdown
# Change Request

## ID

[CR-000]

## Title

[Change title]

## Description

[Describe the change.]

## Reason

[Why is this change needed?]

## Impact

| Area | Impact |
|---|---|
| Scope | [Impact] |
| Timeline | [Impact] |
| Cost | [Impact] |
| Risk | [Impact] |
| Security | [Impact] |
| Data | [Impact] |
| IP | [Impact] |
| Acceptance | [Impact] |
| Supplier | [Impact] |

## Recommendation

Approve / Reject / Defer

## Approval

Customer approver:

Supplier approver:

Effective date:
```

### Acceptance Record Template

```markdown
# Acceptance Record

## Deliverable

[Deliverable name]

## Statement of Work Reference

[Reference]

## Version

[Version]

## Submission Date

[Date]

## Acceptance Criteria

| Criterion | Evidence | Result |
|---|---|---|
| [Criterion] | [Evidence] | Pass/Fail |

## Decision

Accepted / Rejected / Accepted with observations

## Comments

[Comments]

## Approver

Name:
Role:
Date:
```


---

# 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/agile-delivery-playbook/templates-and-checklists/governance-templates.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.
