Install
$ agentstack add skill-leadmagic-gtm-skills-waterfall-enrichment ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Waterfall Enrichment
Overview
No single B2B data provider covers more than 60-75% of contacts. A multi-provider waterfall chains providers in sequence, each firing only when the previous returns empty. The result: 85-92% coverage at optimized cost.
This skill covers complete waterfall architecture: 3 separate waterfalls for company data, email, and phone — each with independently optimized provider ordering and verification integration.
Authoritative Foundations
- DAMA-DMBOK Data Quality Dimensions — Shapes deliverables for this skill — No single B2B data provider covers more than 60-75% of contacts.
- Ziellab 3-Waterfall Architecture — Shapes deliverables for this skill — No single B2B data provider covers more than 60-75% of contacts.
- HubSpot Academy — CRM Automation — Lifecycle stages, object model, and workflow enrollment patterns.
When to Use
- "Build an enrichment waterfall"
- "Improve our data coverage"
- "Chain multiple enrichment providers"
- "Design a cost-optimized enrichment pipeline"
- "Set up waterfall enrichment in Clay"
Step-by-Step Process
Phase 1: Three Separate Waterfalls
Build independent waterfalls for different data types:
Company Waterfall:
- Clay native / Clearbit (cheap, broad)
- Apollo Company (mid-cost, good SMB coverage)
- ZoomInfo (expensive, enterprise depth)
- Claygent AI research (unstructured, last resort)
Email Waterfall:
- LeadMagic Email Finder (verified results, pay-per-result)
- Apollo (270M+ contacts, subscription)
- Hunter.io (domain-pattern matching)
- People Data Labs (alternative sourcing)
- Claygent (AI web research)
Phone Waterfall:
- Apollo (mobile, included in subscription)
- Cognism (strong EU mobile coverage)
- ContactOut (alternative sourcing)
- People Data Labs (broad but thinner)
Phase 2: Provider Ordering
Sort by cost-per-hit, not cost-per-attempt. A cheap provider with 20% hit rate costs more per successful lookup than a moderate provider with 70% hit rate.
Formula: Cost-per-hit = Price per attempt ÷ Hit rate.
Phase 3: Conditional Fallback Logic
- Each fallback only fires when the previous step returns empty or error
- COALESCE logic: prefer high-confidence results even from later steps
- Credit caps: max 5-6 credits per row per waterfall
- Verification step after email waterfall — always
Phase 4: Provider Performance Monitoring
Track per provider: hit rate, cost per successful lookup, incremental coverage. Re-test provider ordering quarterly — provider performance changes over time. Drop providers contributing less than 5% incremental coverage.
Output Format
Waterfall architecture document with provider ordering, conditions, credit costs, expected coverage per stage, and verification integration.
Quality Check
Before delivering, verify:
- [ ] All required sections are complete
- [ ] Output matches the user's stated need
- [ ] Named frameworks are cited for key recommendations
- [ ] No vague claims — every recommendation has a specific action
- [ ] Deliverable is ready for operational use, not just conceptual
Common Pitfalls
- One giant waterfall for everything. Different data types need
different providers. Company data, email, and phone are separate waterfalls.
- Wrong provider order. Sort by cost-per-hit, not coverage percentage.
A cheap provider with low hit rate is expensive per result.
- Skipping verification. Every waterfall returns 5-15% stale emails.
Verification catches them before they damage sender reputation.
- No credit caps. Without caps, a single stubborn row can consume 15+
credits across the full chain. Cap at 5-6 per row.
- Not re-testing provider order. Provider performance changes quarterly.
The waterfall that worked in January may be suboptimal by April.
Execution Artifacts
references/framework-notes.md— named frameworks, citation anchors, and operating assumptionstemplates/output-template.md— copy-paste deliverable structure for the userscripts/check-output.py— local checklist validator for required sections
This skill includes lightweight artifacts the agent can load on demand: Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.
Related Skills
- lead-enrichment: Execute enrichment on a specific list
- clay-automation: Clay-specific waterfall configuration
- email-finding: Email-specific waterfall patterns
- contact-verification: Verification step after waterfall
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: LeadMagic
- Source: LeadMagic/gtm-skills
- License: MIT
- Homepage: https://github.com/LeadMagic/gtm-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.