Knowledge-work-plugins plan-zoom-product
Choose the right Zoom building surface for a use case and explain the tradeoffs clearly. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, or MCP for a specific product idea or integration goal.
install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/partner-built/zoom-plugin/skills/plan-zoom-product" ~/.claude/skills/anthropics-knowledge-work-plugins-plan-zoom-product && rm -rf "$T"
manifest:
partner-built/zoom-plugin/skills/plan-zoom-product/SKILL.mdsource content
/plan-zoom-product
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Choose between Zoom REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, or MCP for a specific use case.
Usage
/plan-zoom-product $ARGUMENTS
Workflow
- Identify the user's actual goal.
- Classify whether the problem is automation, embedded meetings, custom video, in-client app behavior, event delivery, AI tooling, or support/phone/contact-center work.
- If the request is ambiguous, ask one short clarifier before locking the recommendation.
- Recommend the primary Zoom surface and list the minimum supporting pieces.
- Explain why the rejected alternatives are worse for this case.
- End with a concrete next-step plan.
Output
- Recommended Zoom surface
- Supporting components required
- Key tradeoffs and constraints
- Suggested implementation sequence
- Relevant skill links for the next step