execute-revenue-cash-pathlisted
Install: claude install-skill IgorGanapolsky/mac-yolo-safeguards
# Execute the revenue cash path (do, don't scaffold)
**User directive (2026-07-14):** "i beg you. make money today" / "do everything" — execute outbound + payment infrastructure. **Do not** invent tools, mark `paid` without Stripe proof, or claim revenue without a ledger row.
## Session bootstrap (every time)
```bash
cd /Users/igorganapolsky/workspace/git/igor/mac-yolo-safeguards
# 0) Prefer autonomous loop (LaunchAgent every 4h + session-start)
node tools/revenue-autonomous-loop.js --auto-send --json
# 1) Funnel truth (private data only — never *.example.tsv)
node tools/pipeline-data-science.js
node tools/payment-readiness.js
node tools/revenue-action-board.js 2>/dev/null | head -40
node tools/send-next.js
# 2) Apollo ready?
apollo auth whoami && apollo usage credits
# 3) Real Chrome has Stripe/Apollo?
osascript -e 'tell application "Google Chrome"
set out to ""
repeat with w in windows
repeat with t in tabs of w
set u to URL of t
if u contains "stripe" or u contains "apollo" then set out to out & u & "\n"
end repeat
end repeat
return out
end tell'
```
Then invoke sibling skills:
1. **diagnose-revenue-funnel** — name bottleneck stage
2. **apollo-io-sales** — enrich missing emails
3. **drive-logged-in-chrome** — recover live buy.stripe.com URLs if map has 403s
4. Gmail MCP — send
5. `pipeline-update.js` — record reality
## Bottleneck → action map (anti-apparatus)
| Bottleneck | Do this | Do **not** |
|------------|---------|---