# Agent Handoff Template

每个 LLM Agent 完成任务后，必须按这个格式交接。不能只写结论。

## Header

- Agent:
- Time window:
- Owner:
- Status: `complete | blocked | needs review`
- Related phase: `H00-H01 | H01-H04 | H04-H07 | H07-H09 | H09-H14 | H14-H18 | H18-H21 | H21-H23 | H23-H24`

## Inputs Used

列出你实际使用的数据源、文件、链接、账户或假设。

```text
- Source:
- Query:
- Date checked:
- Notes:
```

## Decisions

```text
Decision:
Reason:
Evidence:
Confidence: high | medium | low
Owner of next action:
```

## Output Artifact

```text
Artifact name:
Location:
Summary:
```

## Risks

```text
Risk:
Severity: high | medium | low
Why it matters:
Mitigation:
Veto needed: yes | no
```

## Next Agent Instructions

```text
Next agent:
What to do next:
Do not do:
Required output:
Deadline:
```

## Completion Checklist

- [ ] I included evidence links or screenshots where possible.
- [ ] I separated observed evidence from inference.
- [ ] I noted assumptions.
- [ ] I flagged compliance or payment risks.
- [ ] I gave a clear next action.

