What problem does it solve?
Analyzes a complete Mail-case and orchestrates iterative retrieval of mail, calendar context, and attachments to produce drafts only within a structured Case directory under userdata/outlook, enabling safe, repeatable analysis without sending or scheduling items.
Core Features & Use Cases
- Agent-first workflow: orchestrates seed-mail selection, iterative retrieval, evaluation, and drafting in a fixed case structure.
- Rendering and persistence: seeds, thread messages, attachments, and related context are rendered and persisted for traceability.
- Guardrails and safety: never sends emails or creates calendar events; maintains detailed logs and provenance for every decision.
- Case management: supports resuming existing cases, reusing seeds, and continuing drafts across sessions while preserving state.
- Integration scaffolding: leverages Python scripts for Graph access, seed resolution, rendering, persistence, and trace-logging to enable end-to-end workflows.
Quick Start
Invoke the skill with a seed mail by specifying a MESSAGE_ID or a search query to start the iterative retrieval and drafting workflow.