797 B
797 B
Interview Answer: Routing with zoom-general
Use zoom-general as the triage layer, then route implementation to specialized skills.
Short answer
- Classify the query in
zoom-generalby product intent, platform, and integration pattern. - Route to the minimum specialized skills:
- Auth/scopes ->
zoom-oauth - API operations ->
zoom-rest-api - Embedded meetings ->
zoom-meeting-sdk - Custom video experiences ->
zoom-video-sdk - Event delivery ->
zoom-webhooksorzoom-websockets - Live media/transcripts ->
zoom-rtms
- Execute in sequence:
zoom-general-> auth -> core product -> events/media. - If ambiguous, ask one disambiguation question before locking the chain.
Canonical guidance and handoff structure: