# Generated GitHub Issue Template

```md
## Problem
<short problem statement>

## Evidence
- <metric or source evidence line 1>
- <metric or source evidence line 2>

## Affected Files / Modules
- `path/to/fileA.ts`
- `path/to/fileB.tsx`

## Proposed Implementation
- <action 1>
- <action 2>
- <action 3>

## Expected Impact
<single sentence with KPI intention>

## Confidence
High | Medium | Low

## Optional Next-Step PR Prompt
```text
Implement issue: <title>
Focus area: <area>
Likely files: <file list>
Requirements:
- <action 1>
- <tests>
- <instrumentation>
```
```
