Add demo-environment skill to studio-skills - #164
Conversation
Interactive workflow that walks users through setting up isolated demo
environments on the shared TD account. Copies from pre-built template
databases (td_template_*) with exact parent segment blueprints for all
10 verticals (Retail, FSI, Healthcare, Travel, CPG, Media, Telecom,
Auto, Insurance, Education). Enforces naming conventions, prohibited
actions, and cleanup rules to prevent shared resource corruption.
Features:
- 3-question interactive flow (prospect, vertical, goals)
- Pre-flight template verification and CTAS error recovery
- Exact column/type blueprints for all 10 verticals
- Naming conventions: {owner}_demo_{slug} databases, Demo - {prospect} parent segments
- Negative boundaries to avoid overlap with parent-segment, platform-demo skills
- Multi-company batch setup support
- Includes evals/evals.json with 3 test cases
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@td-rahul could you review this when you get a chance? |
|
👋 Thanks for building the demo-environment skill — automating prospect demo setup with vertical-specific templates is exactly the kind of time-saver SEs need, and the safety guards around shared template databases are well thought out. A few things to address before I can approve. What's needed1. Fix CI first — The new 2. SKILL.md frontmatter fields Currently only owner: <your-td-email>
tier: 1
classification: product
phase: 1
known-limitations: |
- Requires td_template_{vertical} databases to be provisioned on the target account
- Cleanup path drops the demo schema without a second confirmation — destructive
- Prospect slug is derived from the name; collisions are detected but require manual resolution3. 4. Once CI is green and the three files are added, happy to move this forward. The skill logic itself is good. |
Summary
studio-skills/demo-environment— a guided interactive workflow for setting up isolated demo environments on the shared TD accounttd_template_*databases (Retail, FSI, Healthcare, Travel, CPG, Media, Telecom, Auto, Insurance, Education) with exact parent segment blueprintsWhat it does
{owner}_demo_{slug})Demo - {prospect}) using verified column blueprintsKey features
parent-segment,platform-demo, andindustry-cdp-builderskillsevals/evals.jsonwith 3 test casesEval results
Test plan
🤖 Generated with Claude Code