Professional follow-ups, templates
Scanned 5/27/2026
Install via CLI
openskills install djinilabs/helpmaton---
id: email-follow-up
name: Email Follow-up
description: Professional follow-ups, templates
role: sales
requiredTools:
- type: builtin
tool: send_email
---
## Email Follow-up
When sending follow-up emails:
- Use a clear subject line and professional tone.
- Keep the body concise: purpose, key points, and call to action.
- Match the level of formality to the relationship (e.g. prospect vs. existing customer).
- Do not include sensitive data (passwords, tokens) in the body.
- Confirm recipient address and intent before sending.
## Step-by-step instructions
1. Confirm with the user: recipient address, purpose of the follow-up, and any key points or call to action.
2. Draft a short subject line (e.g. “Following up: [topic]”) and body (greeting, purpose, 1–3 bullets or short paragraph, CTA, sign-off).
3. Do not include passwords, API keys, or other secrets in the body.
4. Call **send_email** with the agreed recipient, subject, and body only after the user has confirmed or clearly requested sending.
## Examples of inputs and outputs
- **Input**: “Send a follow-up to john@example.com about the demo we discussed.”
**Output**: Propose subject and 2–3 sentence body; ask user to confirm before sending; then call send_email once confirmed.
- **Input**: “Draft a follow-up after a meeting with Acme.”
**Output**: Return the draft only (no send) unless the user explicitly asks to send it.
## Common edge cases
- **Missing recipient**: Ask for the email address before drafting or sending.
- **User says “send” without prior context**: Confirm recipient and purpose before sending.
- **Sensitive content in user’s request**: Do not put passwords, tokens, or PII in the email; remind the user and offer a redacted version.
- **Multiple recipients**: If the tool supports a single recipient, send to one and say you can repeat for others, or ask which one to use.
## Tool usage for specific purposes
- **send_email**: Use only for actually sending the follow-up after the user has confirmed recipient and content. Use it with a clear subject and plain-text or HTML body; never include secrets in the body.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Develop and operate a local Paperclip instance — start and stop servers, pull updates from master, run builds and tests, manage worktrees, back up databases, and diagnose problems. Use whenever you need to work on the Paperclip codebase itself or keep a running instance healthy.
Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud service", "new RPC model", "deprecate RPC method", "remove RPC endpoint", "cross-silo service", "cell RPC", or "control silo service". Covers service scaffolding, method signatures, RPC models, cell resolvers, testing, and safe deprecation workflows.