Speak Prod Checklist
Overview
Complete checklist for deploying Speak language learning integrations to production.
Prerequisites
- Staging environment tested and verified
- Production API keys available
- Deployment pipeline configured
- Monitoring and alerting ready
- Audio infrastructure tested
Instructions
- Health Check Implementation
- Rollback Procedure
- Alert Configuration
- Production Monitoring Dashboard
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
- Deployed Speak integration
- Health checks passing
- Monitoring active
- Rollback procedure documented and tested
- Alerting configured
Error Handling
| Issue | Cause | Solution |
|---|---|---|
| Health check fails | Speak service down | Enable fallback mode |
| High latency | Audio processing slow | Scale audio workers |
| Session failures | API key issues | Verify credentials |
| Low completion rate | UX issues | Review user feedback |
Examples
See references/implementation-guide.md for detailed examples.
Resources
Next Steps
For version upgrades, see speak-upgrade-migration.