| name | clay-prod-checklist |
| description | Execute production readiness checklist for Clay integrations.
Use when launching Clay-powered enrichment pipelines, preparing for go-live,
or auditing production Clay configurations.
Trigger with phrases like "clay production", "clay go-live", "clay launch checklist",
"clay production readiness", "deploy clay pipeline".
|
| allowed-tools | Read, Bash(curl:*), Grep |
| version | 1.14.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","clay","deployment"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
Clay Production Checklist
Overview
Complete checklist for launching Clay enrichment pipelines in production. Covers table configuration, credit budgeting, webhook reliability, CRM sync validation, and monitoring setup.
Prerequisites
- Clay table tested with sample data (100+ rows enriched successfully)
- CRM integration tested in staging
- Credit budget approved for monthly volume
- Team trained on Clay table management
Instructions
Phase 1: Table Configuration
Phase 2: Data Quality Gates
(): { : []; : [] } {
personalDomains = [, , , , ];
seen = <>();
: [] = [];
: [] = [];
( row rows) {
key = .();
(!row.?.())
rejected.({ row, : });
(personalDomains.( row..(d)))
rejected.({ row, : });
(seen.(key))
rejected.({ row, : });
{
seen.(key);
valid.(row);
}
}
.();
{ valid, rejected };
}