What problem does it solve? When a user asks for a shareable, editable document (a doc, page, memo, spec, PRD, runbook, or write-up), chat replies are not enough. This Skill routes that request to the docs connector so the content becomes a living document people can share, comment on, and keep editing. ## Core Features & Use Cases - Doc creation via connector: Loads the docs connector's instructions first, then creates the document with headings only before any search, file read, or plan. - Intent disambiguation: Distinguishes true doc requests from chat-only answers (plans, summaries, notes stay in chat) and asks first when the desired form is ambiguous (reply, doc, or file). - Format routing: Redirects requests for named file formats like .docx, .pptx, .xlsx, or PDF to the appropriate format-specific skill instead. - Use Case: A user says "write up a PRD I can share with the team." The Skill calls the docs connector's guide for instructions, creates a headed document, and the team can comment and edit it collaboratively. ## Quick Start Ask the assistant to create a shared doc, for example: "Create a runbook doc for our deployment process that the team can edit."