# Deliverability Manager

> Use when setting up cold email sending infrastructure, configuring DNS records for new sending domains, planning email warmup schedules, or troubleshooting deliverability issues like high bounce rates or spam folder placement

- **Type:** Skill
- **Install:** `agentstack add skill-sami2919-signalforce-deliverability-manager`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sami2919](https://agentstack.voostack.com/s/sami2919)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sami2919](https://github.com/sami2919)
- **Source:** https://github.com/sami2919/SignalForce/tree/main/skills/deliverability-manager

## Install

```sh
agentstack add skill-sami2919-signalforce-deliverability-manager
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deliverability Manager

## Domain Strategy

Never send cold email from your primary domain. Buy 3–5 secondary domains. Register via Namecheap or Google Domains.

Set up Google Workspace on each domain. Create 2–3 sending accounts per domain (e.g., `sami@`, `team@`, `hello@`). This gives 6–15 sending accounts total — each capped at 25–30 emails/day at full warmup.

**Total capacity at full warmup:** 15 accounts × 30 = 450 emails/day.

## DNS Configuration

Configure all three records before sending a single email.

**SPF** — authorizes Google to send on your behalf:
```
TXT @ "v=spf1 include:_spf.google.com ~all"
```
Why: Receiving servers reject mail from unauthorized senders. `~all` is softfail (safer than `-all` for deliverability).

**DKIM** — cryptographic signature proving the email wasn't tampered with:
- In Google Workspace Admin → Apps → Gmail → Authenticate email → Generate DKIM key
- Add the generated TXT record to DNS (key selector: `google`)

Why: Major providers (Gmail, Outlook) heavily weight DKIM presence for inbox placement.

**DMARC** — policy for handling SPF/DKIM failures:
```
TXT _dmarc "v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com; pct=100"
```
Why: Required by Google and Yahoo for bulk senders (>5K/day). Start with `p=quarantine`, move to `p=reject` after 30 days of clean reports.

**Custom tracking domain (CNAME)** — masks tracking links from Instantly.ai:
```
CNAME track "custom.tracking.instantly.ai"
```
Why: Generic tracking domains are flagged by spam filters. Custom subdomain improves deliverability.

Verify all records: MXToolbox → SuperTool → enter domain.

## Warmup Protocol

Use Instantly.ai's built-in warmup or Mailreach. Never skip — domains sent cold from day one get blacklisted.

| Week | Emails/day/account | Action |
|------|--------------------|--------|
| 1–2  | 5                  | Warmup only, no prospects |
| 3–4  | 15                 | Can begin limited prospect sends |
| 5+   | 25–30              | Full capacity |

Warmup sends go to a pool of real inboxes that auto-open, auto-reply, and mark as not spam. Maintain warmup indefinitely — never turn it off.

## Monitoring

Check weekly:
- **MXToolbox Blacklist Check** — enter each sending domain. If listed: stop immediately, delist, rotate.
- **Google Postmaster Tools** — connect sending domains. Track domain reputation (aim for High), spam rate (5%: pause campaign, audit list source

## Troubleshooting

| Symptom | Diagnosis | Fix |
|---------|-----------|-----|
| High bounce rate | Stale or unverified list | Run ZeroBounce on full list before next send |
| Landing in spam | DNS misconfigured or domain flagged | Recheck SPF/DKIM/DMARC via MXToolbox; pause domain 2 weeks |
| Low open rate | Weak subject line or sending time | A/B test subjects; try 8–9am or 4–5pm recipient timezone |
| Blacklisted | Sent too fast or bad list | Stop all sends from domain; submit delisting request; rotate to backup domain |
| Replies going to spam | Reply-to misconfigured | Set reply-to to primary domain inbox |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sami2919](https://github.com/sami2919)
- **Source:** [sami2919/SignalForce](https://github.com/sami2919/SignalForce)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sami2919-signalforce-deliverability-manager
- Seller: https://agentstack.voostack.com/s/sami2919
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
