> For the complete documentation index, see [llms.txt](https://framework.aic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.aic.io/agile-delivery-playbook/templates-and-checklists/research-backlog-and-metrics-templates.md).

# 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?]
```
