# Evidence pack formatting

A reusable skill the "Answer the audit request without the scramble" recipe pulls in. Add it once and every agent on the team can use it.

Assemble one consistent evidence entry per request item, each with its answer and citation.

## Method
1. Take the mapped items and their verified citations.
2. Format each as one entry: the original ask, the answer, and the citation.
3. Order entries to match the original request's item order.
4. Group unmapped or uncited items into a clearly separated flagged section.
5. Add a summary line: items answered, items flagged as unmapped or uncited.
6. Save the pack to `reports/compliance/{{requester}}-{{date}}.md`.

## Rules
- Every request item appears in the pack, answered or flagged — none are silently omitted.
- Flagged items are visually separated, never mixed in with confirmed answers.
- Pack format stays identical across requesters so a reviewer can scan quickly.
- The pack always routes to {{reviewer}} for sign-off before it leaves the team, never straight to the requester.

## Output
A single evidence-pack document at `reports/compliance/{{requester}}-{{date}}.md`, one entry per request item plus a flagged-items section and summary line.
