Someone retires after thirty years. Their mailbox is handed to you, and every answer you need is somewhere inside a hundred thousand messages you can't search meaningfully. This turns that pile into a reviewed knowledge pack your organisation's Copilot agent can answer from — with citations back to real emails.
| Tab | What it answers |
|---|---|
| People | Who they actually corresponded with, ranked — the real network, not the org chart. |
| Open items | Asks that never got answered, in both directions. This is your live handoff list, and it's the tab to read first on day one. |
| Topics | A deterministic map of what they worked on. |
| Files | Searchable attachment index, each linked to the email that carried it. |
This half is useful on its own. Even if you never build a pack, Open items on the first morning is worth the install.
You get a folder of .docx files:
| File | Contents |
|---|---|
manifest.docx | Provenance, and a review sign-off line for a human to put their name on. |
people.docx, open-items.docx, projects.docx, attachments.docx | The four views above, as documents. |
precedents/<topic>.docx | Real questions with their real answers, verbatim, each linked to its source email. This is the substance. |
Exit interview - <name>.docx | Questions auto-generated for the topics where the written record is thin — the things decided on the phone. |
README.txt | The 30-second recipe for creating the agent, plus preflight checks. |
REVIEW-PROMPTS.txt | Optional Copilot prompts that help a human do the review. |
Ask the Archive.agent | A best-effort ready-made SharePoint agent file. Convenience only — the manual recipe in README.txt is the supported path, because the format is community-documented rather than official. |
.docx and not Markdown: Markdown isn't usable agent
knowledge in SharePoint. Files are also kept small deliberately — unlicensed tenants skip
SharePoint files over 7 MB, and a pack that silently isn't indexed is worse than no pack.manifest.docx.README.txt to create the agent from
the pack.Deterministic extraction, never generation. The add-in makes no AI calls at all. It copies and links. AI enters only later, at question time, when your Copilot agent reads the finished pack — so an answer cites a real decision the person really made, with the email attached, instead of producing a fluent paraphrase nobody can check.
That distinction is the product. A summary of what someone believed is an opinion with no author. A quoted decision with a date and a link is evidence, and a successor can act on evidence.
Three delegated permissions: Mail.Read, Mail.Read.Shared,
Files.ReadWrite.All. No backend, no AI calls, no data collection. The pack is
written to your organisation's own OneDrive or SharePoint and never leaves the Microsoft 365
boundary.