gog-email-send

Require explicit user confirmation before sending email drafts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill gog-email-send-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-email-send
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/gog-email-send
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill gog-email-send-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents unauthorized email sending by requiring explicit user confirmation before dispatch.

Core Features & Use Cases

  • Explicit confirmation gating before sending emails
  • Audit logging for all send actions
  • Safe-guarded workflows with clear failure handling and user prompts

Quick Start

Provide an email draft and obtain the exact confirmation string 'YES, SEND' to trigger sending.

Frequently Asked Questions about gog-email-send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I require explicit user confirmation before sending an automated email?

To require explicit user confirmation before sending an email, you need a workflow that gates the dispatch action behind an exact confirmation phrase. This prevents unauthorized sending by pausing the process until the user manually approves the transaction.

What is the best way to add an audit log to an automated email workflow?

Adding an audit log to an email workflow involves recording all send attempts before and after user confirmation. This tracks every dispatch action, ensuring a safeguarded workflow with clear failure handling and a traceable record of outbound messages.

How do I prevent accidental automated email sending in client outreach workflows?

To prevent accidental email sending during client outreach, implement a safeguard that requires an exact confirmation string like 'YES, SEND'. This enforces human approval and provides failure handling to stop unauthorized or unintended dispatches.

Does human approval gating work for transactional messages and internal communications?

Yes, human approval gating works for transactional messages and internal communications by intercepting drafted emails and requiring explicit user confirmation. This prevents unauthorized email sending across any scenario where dispatch validation is necessary.

What happens if the exact email confirmation phrase is not provided?

If the exact confirmation phrase is not provided, the email is not sent and the workflow enters failure handling. This safety prompt mechanism prevents accidental sends and logs the failed attempt for audit purposes before the dispatch can proceed.

When do I need explicit confirmation gating for my email tasks?

You need explicit confirmation gating when automating email tasks where unauthorized dispatch poses a risk. It is applicable when drafting client outreach, transactional messages, or internal communications, ensuring human approval before any send action occurs.