drop-off-rescuelisted
Install: claude install-skill cognyai/claude-code-marketing-skills
# Drop-off Rescue
Push stalled funnel contacts to the next step. This skill finds people who signed up but didn't convert, drafts stage-appropriate re-engagement emails, and (with an ESP MCP connected) schedules the send after explicit confirmation. Re-runnable weekly without double-sending — the skill tracks what was already sent per stage and skips contacts still inside their cooldown window.
**Works in three modes:**
- `cloud` — Cogny MCP + ESP MCP: full automation, cross-ESP dedupe, findings
- `solo` — ESP MCP only: tag-based dedupe, per-ESP automation
- `free` — no MCP: pasted CSV of stalled contacts, draft-only output (you send manually)
## Usage
```
/drop-off-rescue # weekly rerun — default
/drop-off-rescue weekly # same
/drop-off-rescue audit # read-only: report stalls + what would be sent, write nothing
/drop-off-rescue free # no MCP — paste CSV of stalled contacts
```
Designed to be scheduled weekly via `/loop` or `/schedule`. On reruns, already-nudged contacts are skipped; newly-stalled contacts are picked up; contacts that progressed get celebrated in the output.
## Step 1 — Mode detection
Probe both MCP namespaces:
1. If `mcp__cogny__<svc>__*` tools are present for at least one ESP → **cloud** mode (and record that ESP as connected).
2. Else if `mcp__<svc>__*` tools are present for at least one ESP → **solo** mode.
3. Else → **free** mode.
If the argument is `free`, force free mode regardless of what's connected.
If mul