Execute Deepgram production deployment checklist.
Use when preparing for production launch, auditing production readiness,
or verifying deployment configurations.
Trigger: "deepgram production", "deploy deepgram", "deepgram prod checklist",
"deepgram go-live", "production ready deepgram".
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Execute Deepgram production deployment checklist.
Use when preparing for production launch, auditing production readiness,
or verifying deployment configurations.
Trigger: "deepgram production", "deploy deepgram", "deepgram prod checklist",
"deepgram go-live", "production ready deepgram".
allowed-tools
Read, Write, Edit, Grep, Bash(curl:*)
version
1.0.0
license
MIT
author
Jeremy Longshore <jeremy@intentsolutions.io>
compatible-with
claude-code, codex, openclaw
tags
["saas","deepgram","deployment","production"]
Deepgram Production Checklist
Overview
Comprehensive go-live checklist for Deepgram integrations. Covers singleton client, health checks, Prometheus metrics, alert rules, error handling, and a phased go-live timeline.
Production Readiness Matrix
Category
Item
Status
Auth
Production API key with scoped permissions
[ ]
Auth
Key stored in secret manager (not env file)
[ ]
Auth
Key rotation schedule (90-day) configured
[ ]
Auth
Fallback key provisioned and tested
[ ]
Resilience
Retry with exponential backoff on 429/5xx
[ ]
Resilience
Circuit breaker for cascade failure prevention
[ ]
Resilience
Request timeout set (30s pre-recorded, 10s TTS)
[ ]
Resilience
Graceful degradation when API unavailable
[ ]
Performance
Singleton client (not creating per-request)
[ ]
Performance
Concurrency limited (50-80% of plan limit)
[ ]
Performance
Audio preprocessed (16kHz mono for best results)
[ ]
Performance
Large files use callback URL (async)
[ ]
Monitoring
Health check endpoint testing Deepgram API
[ ]
Monitoring
Prometheus metrics: latency, error rate, usage
[ ]
Monitoring
Alerts: error rate >5%, latency >10s, circuit open