# Research, Backlog and Metrics Templates

### Research Plan Template

```markdown
# Research Plan

## Research Objective

[What do we need to learn?]

## Research Questions

- [Question]

## Users or Participants

- [User group]

## Method

Interview / usability test / survey / analytics review / observation / workshop

## Recruitment Criteria

[Criteria]

## Materials Required

- [Material]

## Risks and Ethics

[Privacy, consent, sensitivity or accessibility considerations]

## Outputs

- findings summary
- user needs
- recommendations
- evidence notes
```

### User Need Template

```markdown
As a [user type]
I need to [achieve outcome]
So that [reason or value]

Evidence:
- [Research finding or source]
```

### Backlog Item Template

```markdown
# Backlog Item

## Title

[Title]

## Type

User story / technical task / research task / security task / defect / documentation

## Description

[Description]

## Value

[Why this matters]

## Acceptance Criteria

- [Criterion]

## Dependencies

- [Dependency]

## Security or Data Considerations

[Considerations]

## Estimate

[Estimate]

## Owner

[Owner]
```

### Service Metric Template

```markdown
# Service Metric

## Metric Name

[Metric]

## Purpose

[What decision does this support?]

## Data Source

[Source]

## Frequency

[Daily / weekly / monthly]

## Owner

[Owner]

## Target or Threshold

[Target]

## Action if Threshold Breached

[Action]
```

### Retrospective Action Template

```markdown
# Retrospective Action

## Observation

[What happened?]

## Impact

[Why it matters]

## Action

[What will change?]

## Owner

[Owner]

## Due Date

[Date]

## Review Outcome

[Did it work?]
```


---

# 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/research-backlog-and-metrics-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.
