Primary workflow for Speak: AI-powered conversation practice with real-time pronunciation feedback and adaptive tutoring.
speak-install-auth setupFor full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| Session Timeout | Exceeded duration | Auto-end with summary |
| Audio Processing Failed | Invalid audio format | Validate audio before submit |
| Tutor Not Responding | API latency | Implement timeout and retry |
| Recognition Failed | Poor audio quality | Prompt user to re-record |
For pronunciation-focused training, see speak-core-workflow-b.
Basic usage: Apply speak core workflow a to a standard project setup with default configuration options.
Advanced scenario: Customize speak core workflow a for production environments with multiple constraints and team-specific requirements.