Add quick-list skill - #102
Conversation
Enables users to upload a list of emails and create a usable segment in CDP Engage without manually configuring parent segments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
More descriptive name helps Claude route user intents like "upload a contact list" or "create an email list for a campaign" to this skill. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
👋 Thanks for the engage-segment-builder skill — the one-shot contact list → Engage segment pipeline is genuinely useful and the CLI wiring ( What's needed1. Resolve the CI failure The 'Analyze (actions)' CodeQL check is failing on this branch. Please investigate — if it's the known repo-wide false positive, add a note in the PR so we can confirm and move on. If it's something new, it'll need a fix. 2. SKILL.md frontmatter fields Currently only owner: <your-td-email>
tier: 1
classification: product
phase: 1
known-limitations: |
- The workspace-to-parent-segment association step must be done manually in the TD Console UI — the skill cannot do this programmatically
- Requires write access to the quick_lists database on the target account
- Child segment filter uses @ character detection for email addresses — non-email ID lists need a different filter conditionNote: the workspace-to-parent-segment limitation is mentioned in the PR body — it needs to live in the SKILL.md itself so users are warned before they start, not surprised at the end. 3. 4. Once CI is resolved and the three files are in, I'm happy to approve. The automation flow is solid. |
Skill Overview
engage-segment-builder: Fast audience upload to CDP Engage from a list of emails/IDs.
What This Skill Does
Flow
Two paths based on user choice:
Path A (new parent segment):
emails → TD table → parent segment → child segment → workspace guidance
Path B (add to existing parent segment):
emails → insert into existing table → re-run parent segment → child segment auto-updates → workspace check
Known Limitations
Checklist
🤖 Generated with Claude Code