Extract document title, markdown content, and target location (folder, wiki node, wiki space) from user input.
Validate markdown content against Lark-flavored Markdown.
Prioritize location parameters: wiki_node > wiki_space > folder_token.
Call the `feishu-create-doc` skill with the extracted parameters.
Receive the document ID and URL from the skill.
Present the document URL to the user.