What problem does it solve? Teammates often ask the agent to prepare emails on behalf of an organization member, but those emails should not be sent without the owner's review. This Skill manages a durable draft queue stored in the queued_email_drafts SQL table so requested emails can be reviewed, edited, and sent under explicit owner control, including requests arriving via Slack. ## Core Features & Use Cases - Queue drafts for review: Create queued drafts with queue-email-draft, resolving valid organization members with list-org-members, and return a reviewUrl the requester can share. - Review and edit workflow: List drafts by scope and status with list-queued-drafts, adjust tone or content with update-queued-draft, or open a draft in the compose panel with open-queued-draft. - Controlled sending: Send one or all active drafts with send-queued-drafts only when the draft owner explicitly asks, and open the queue UI via navigate --view=draft-queue. - Use Case: A teammate messages the agent in Slack asking it to prepare a follow-up email for a colleague. The agent verifies the sender, queues the draft for the colleague, and replies in Slack with the review URL so the colleague can approve and send it. ## Quick Start Ask the agent to queue an email draft for a teammate by naming the reviewer, recipients, subject, and body, then share the returned review URL with the requester.